Skip to content

Commit f493d6d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6020349 commit f493d6d

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

benchmarks/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>mustache.java</artifactId>
44
<groupId>com.github.spullara.mustache.java</groupId>
5-
<version>0.9.13</version>
5+
<version>0.9.14-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.github.spullara.mustache.java</groupId>
2323
<artifactId>compiler</artifactId>
24-
<version>0.9.13</version>
24+
<version>0.9.14-SNAPSHOT</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.openjdk.jmh</groupId>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.github.spullara.mustache.java</groupId>
4444
<artifactId>compiler</artifactId>
45-
<version>0.9.13</version>
45+
<version>0.9.14-SNAPSHOT</version>
4646
<classifier>tests</classifier>
4747
</dependency>
4848
</dependencies>

compiler/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>mustache.java</artifactId>
55
<groupId>com.github.spullara.mustache.java</groupId>
6-
<version>0.9.13</version>
6+
<version>0.9.14-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>compiler</artifactId>
@@ -24,7 +24,7 @@
2424
<scm>
2525
<connection>scm:git:git://github.com/spullara/mustache.java.git</connection>
2626
<url>http://github.com/spullara/mustache.java</url>
27-
<tag>mustache.java-0.9.13</tag>
27+
<tag>HEAD</tag>
2828
</scm>
2929

3030
<developers>

mustache-maven-plugin/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>com.github.spullara.mustache.java</groupId>
66
<artifactId>mustache.java</artifactId>
7-
<version>0.9.13</version>
7+
<version>0.9.14-SNAPSHOT</version>
88
</parent>
99
<artifactId>mustache-maven-plugin</artifactId>
10-
<version>0.9.13</version>
10+
<version>0.9.14-SNAPSHOT</version>
1111
<packaging>maven-plugin</packaging>
1212
<name>mustache-maven-plugin Maven Mojo</name>
1313
<url>http://maven.apache.org</url>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.github.spullara.mustache.java</groupId>
6161
<artifactId>compiler</artifactId>
62-
<version>0.9.13</version>
62+
<version>0.9.14-SNAPSHOT</version>
6363
</dependency>
6464
</dependencies>
6565

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.spullara.mustache.java</groupId>
66
<artifactId>mustache.java</artifactId>
7-
<version>0.9.13</version>
7+
<version>0.9.14-SNAPSHOT</version>
88
<description>Implementation of the Mustache language in Java.</description>
99

1010
<modules>
@@ -52,7 +52,7 @@
5252
<connection>scm:git:https://github.com/spullara/mustache.java.git</connection>
5353
<developerConnection>scm:git:https://github.com/spullara/mustache.java.git</developerConnection>
5454
<url>scm:git:https://github.com/spullara/mustache.java.git</url>
55-
<tag>mustache.java-0.9.13</tag>
55+
<tag>HEAD</tag>
5656
</scm>
5757

5858
<distributionManagement>

scala-extensions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.spullara.mustache.java</groupId>
77
<artifactId>mustache.java</artifactId>
8-
<version>0.9.13</version>
8+
<version>0.9.14-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>scala-extensions</artifactId>

scala-extensions/scala-extensions-2.10/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scala-extensions</artifactId>
55
<groupId>com.github.spullara.mustache.java</groupId>
6-
<version>0.9.13</version>
6+
<version>0.9.14-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>scala-extensions-2.10</artifactId>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.github.spullara.mustache.java</groupId>
4646
<artifactId>compiler</artifactId>
47-
<version>0.9.13</version>
47+
<version>0.9.14-SNAPSHOT</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>junit</groupId>

scala-extensions/scala-extensions-2.11/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scala-extensions</artifactId>
55
<groupId>com.github.spullara.mustache.java</groupId>
6-
<version>0.9.13</version>
6+
<version>0.9.14-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>scala-extensions-2.11</artifactId>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.github.spullara.mustache.java</groupId>
4646
<artifactId>compiler</artifactId>
47-
<version>0.9.13</version>
47+
<version>0.9.14-SNAPSHOT</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>junit</groupId>

scala-extensions/scala-extensions-2.12/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scala-extensions</artifactId>
55
<groupId>com.github.spullara.mustache.java</groupId>
6-
<version>0.9.13</version>
6+
<version>0.9.14-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>scala-extensions-2.12</artifactId>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.github.spullara.mustache.java</groupId>
4646
<artifactId>compiler</artifactId>
47-
<version>0.9.13</version>
47+
<version>0.9.14-SNAPSHOT</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>junit</groupId>

scala-extensions/scala-extensions-2.13/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scala-extensions</artifactId>
55
<groupId>com.github.spullara.mustache.java</groupId>
6-
<version>0.9.13</version>
6+
<version>0.9.14-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>scala-extensions-2.13</artifactId>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.github.spullara.mustache.java</groupId>
4646
<artifactId>compiler</artifactId>
47-
<version>0.9.13</version>
47+
<version>0.9.14-SNAPSHOT</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>junit</groupId>

0 commit comments

Comments
 (0)