Skip to content

Commit 6195e08

Browse files
committed
releaseprepare release v1.2.1
1 parent ffb2c8b commit 6195e08

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

handlebars-guava-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.jknack</groupId>
66
<artifactId>handlebars.java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

handlebars-helpers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.jknack</groupId>
66
<artifactId>handlebars.java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

handlebars-humanize/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.jknack</groupId>
66
<artifactId>handlebars.java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

handlebars-jackson2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.jknack</groupId>
66
<artifactId>handlebars.java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

handlebars-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.jknack</groupId>
66
<artifactId>handlebars.java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

handlebars-markdown/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.jknack</groupId>
66
<artifactId>handlebars.java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

handlebars-maven-plugin-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.jknack</groupId>
66
<artifactId>handlebars.java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

handlebars-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.jknack</groupId>
66
<artifactId>handlebars.java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

handlebars-proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.jknack</groupId>
66
<artifactId>handlebars.java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

handlebars-springmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.jknack</groupId>
66
<artifactId>handlebars.java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

handlebars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.jknack</groupId>
66
<artifactId>handlebars.java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.jknack</groupId>
66
<artifactId>handlebars.java</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
<packaging>pom</packaging>
99

1010
<name>Handlebars.java</name>
@@ -45,7 +45,7 @@
4545
<connection>scm:git:git@github.com:jknack/handlebars.java.git</connection>
4646
<developerConnection>scm:git:git@github.com:jknack/handlebars.java.git</developerConnection>
4747
<url>scm:git:git@github.com:jknack/handlebars.java.git</url>
48-
<tag>HEAD</tag>
48+
<tag>v1.2.1</tag>
4949
</scm>
5050

5151
<distributionManagement>

0 commit comments

Comments
 (0)