Skip to content

Commit e6a7874

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2479aa5 commit e6a7874

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

compiler/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0</version>
6+
<version>0.7.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>compiler</artifactId>

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
<groupId>com.github.spullara.mustache.java</groupId>
66
<artifactId>example</artifactId>
7-
<version>0.7.0</version>
7+
<version>0.7.1-SNAPSHOT</version>
88

99
<dependencies>
1010
<dependency>
1111
<groupId>com.github.spullara.mustache.java</groupId>
1212
<artifactId>compiler</artifactId>
13-
<version>0.7.0</version>
13+
<version>0.7.1-SNAPSHOT</version>
1414
</dependency>
1515
</dependencies>
1616

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.7.0</version>
5+
<version>0.7.1-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.7.0</version>
30+
<version>0.7.1-SNAPSHOT</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.codehaus.jackson</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.github.spullara.mustache.java</groupId>
55
<artifactId>mustache.java</artifactId>
6-
<version>0.7.0</version>
6+
<version>0.7.1-SNAPSHOT</version>
77
<description>Implementation of the Mustache language in Java.</description>
88

99
<modules>

0 commit comments

Comments
 (0)