Skip to content

Commit 3a1e3df

Browse files
committed
v2.1.0
1 parent 0aeaf49 commit 3a1e3df

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Handlebars provides the power necessary to let you build semantic templates effe
1818
The [Handlebars.java blog](http://jknack.github.io/handlebars.java) is a good place for getting started too.
1919

2020
## Maven
21-
#### Stable version: **2.0.0**
21+
#### Stable version: **2.1.0**
2222

2323

2424
```xml
@@ -29,7 +29,7 @@ Handlebars provides the power necessary to let you build semantic templates effe
2929
</dependency>
3030
```
3131

32-
#### Development version: **2.1.0-SNAPSHOT**
32+
#### Development version: **2.2.0-SNAPSHOT**
3333

3434
SNAPSHOT versions are NOT synchronized to Central. If you want to use a snapshot version you need to add the https://oss.sonatype.org/content/repositories/snapshots/ repository to your pom.xml.
3535

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>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)