Skip to content

Commit 42bb9dc

Browse files
committed
[maven-release-plugin] prepare release mustache.java-0.8.12.1
1 parent 389ef57 commit 42bb9dc

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

codegen/pom.xml

Lines changed: 3 additions & 3 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.8.12.1-SNAPSHOT</version>
6+
<version>0.8.12.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.github.spullara.mustache.java</groupId>
1818
<artifactId>compiler</artifactId>
19-
<version>0.8.12.1-SNAPSHOT</version>
19+
<version>0.8.12.1</version>
2020
</dependency>
2121

2222
<!-- ASM -->
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.github.spullara.mustache.java</groupId>
3737
<artifactId>compiler</artifactId>
38-
<version>0.8.12.1-SNAPSHOT</version>
38+
<version>0.8.12.1</version>
3939
<classifier>tests</classifier>
4040
<scope>test</scope>
4141
</dependency>

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.12.1-SNAPSHOT</version>
6+
<version>0.8.12.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

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.12.1-SNAPSHOT</version>
5+
<version>0.8.12.1</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.github.spullara.mustache.java</groupId>
3030
<artifactId>compiler</artifactId>
31-
<version>0.8.12.1-SNAPSHOT</version>
31+
<version>0.8.12.1</version>
3232
</dependency>
3333
<dependency>
3434
<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
<parent>
44
<artifactId>mustache.java</artifactId>
55
<groupId>com.github.spullara.mustache.java</groupId>
6-
<version>0.8.12.1-SNAPSHOT</version>
6+
<version>0.8.12.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.github.spullara.mustache.java</groupId>
2020
<artifactId>codegen</artifactId>
21-
<version>0.8.12.1-SNAPSHOT</version>
21+
<version>0.8.12.1</version>
2222
</dependency>
2323

2424
<!-- JRuby -->
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.github.spullara.mustache.java</groupId>
4747
<artifactId>compiler</artifactId>
48-
<version>0.8.12.1-SNAPSHOT</version>
48+
<version>0.8.12.1</version>
4949
<classifier>tests</classifier>
5050
<scope>test</scope>
5151
</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.12.1-SNAPSHOT</version>
6+
<version>0.8.12.1</version>
77
<description>Implementation of the Mustache language in Java.</description>
88

99
<modules>

0 commit comments

Comments
 (0)