Skip to content

Commit d883bbe

Browse files
author
Sam Pullara
committed
[maven-release-plugin] prepare for next development iteration
1 parent a14af1d commit d883bbe

9 files changed

Lines changed: 20 additions & 20 deletions

File tree

benchmarks/pom.xml

Lines changed: 3 additions & 3 deletions
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.2</version>
5+
<version>0.9.3-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.github.spullara.mustache.java</groupId>
2525
<artifactId>compiler</artifactId>
26-
<version>0.9.2</version>
26+
<version>0.9.3-SNAPSHOT</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.openjdk.jmh</groupId>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.github.spullara.mustache.java</groupId>
5252
<artifactId>compiler</artifactId>
53-
<version>0.9.2</version>
53+
<version>0.9.3-SNAPSHOT</version>
5454
<classifier>tests</classifier>
5555
</dependency>
5656
</dependencies>

compiler/pom.xml

Lines changed: 2 additions & 2 deletions
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.2</version>
6+
<version>0.9.3-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.2</tag>
27+
<tag>HEAD</tag>
2828
</scm>
2929

3030
<developers>

handlebar/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.github.spullara.mustache.java</groupId>
44
<artifactId>mustache.java</artifactId>
5-
<version>0.9.2</version>
5+
<version>0.9.3-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.github.spullara.mustache.java</groupId>
2929
<artifactId>compiler</artifactId>
30-
<version>0.9.2</version>
30+
<version>0.9.3-SNAPSHOT</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.codehaus.jackson</groupId>

javascript/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.spullara.mustache.java</groupId>
55
<artifactId>mustache.java</artifactId>
6-
<version>0.9.2</version>
6+
<version>0.9.3-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.github.spullara.mustache.java</groupId>
1515
<artifactId>compiler</artifactId>
16-
<version>0.9.2</version>
16+
<version>0.9.3-SNAPSHOT</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>junit</groupId>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.github.spullara.mustache.java</groupId>
2626
<artifactId>compiler</artifactId>
27-
<version>0.9.2</version>
27+
<version>0.9.3-SNAPSHOT</version>
2828
<classifier>tests</classifier>
2929
<scope>test</scope>
3030
</dependency>

mustache-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
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.2</version>
7+
<version>0.9.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>mustache-maven-plugin</artifactId>
10-
<version>0.9.2</version>
10+
<version>0.9.3-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.2</version>
62+
<version>0.9.3-SNAPSHOT</version>
6363
</dependency>
6464
</dependencies>
6565

pom.xml

Lines changed: 2 additions & 2 deletions
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.2</version>
7+
<version>0.9.3-SNAPSHOT</version>
88
<description>Implementation of the Mustache language in Java.</description>
99

1010
<modules>
@@ -48,7 +48,7 @@
4848
<connection>scm:git:[email protected]:spullara/mustache.java.git</connection>
4949
<developerConnection>scm:git:[email protected]:spullara/mustache.java.git</developerConnection>
5050
<url>scm:git:[email protected]:spullara/mustache.java.git</url>
51-
<tag>mustache.java-0.9.2</tag>
51+
<tag>HEAD</tag>
5252
</scm>
5353

5454
<distributionManagement>

scala-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
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.2</version>
8+
<version>0.9.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>scala-extensions</artifactId>

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

Lines changed: 2 additions & 2 deletions
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.2</version>
6+
<version>0.9.3-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.2</version>
47+
<version>0.9.3-SNAPSHOT</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>junit</groupId>

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

Lines changed: 2 additions & 2 deletions
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.2</version>
6+
<version>0.9.3-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.2</version>
47+
<version>0.9.3-SNAPSHOT</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>junit</groupId>

0 commit comments

Comments
 (0)