Skip to content

Commit c3a54c1

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

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.8.3</version>
6+
<version>0.8.4-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>compiler</artifactId>

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

indy/pom.xml

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

88
<name>indy</name>
99
<description>Invokedynamic implementation of ObjectHandler</description>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.github.spullara.mustache.java</groupId>
4040
<artifactId>compiler</artifactId>
41-
<version>0.8.3</version>
41+
<version>0.8.4-SNAPSHOT</version>
4242
</dependency>
4343

4444
<!-- ASM -->
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.github.spullara.mustache.java</groupId>
7171
<artifactId>compiler</artifactId>
72-
<version>0.8.3</version>
72+
<version>0.8.4-SNAPSHOT</version>
7373
<classifier>tests</classifier>
7474
<scope>test</scope>
7575
</dependency>

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.8.3</version>
6+
<version>0.8.4-SNAPSHOT</version>
77
<description>Implementation of the Mustache language in Java.</description>
88

99
<modules>

0 commit comments

Comments
 (0)