Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfb64ef

Browse files
committed
v2.0.0
1 parent 7f968a4 commit dfb64ef

File tree

24 files changed

+34
-29
lines changed

24 files changed

+34
-29
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ dependency-reduced-pom.xml
1616

1717
# IntelliJ IDE Project Files #
1818
*.iml
19-
*.idea
19+
*.idea
20+
21+
*.versionsBackup
22+
pom.xml.versionsBackup

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Build Status](https://secure.travis-ci.org/jknack/handlebars.java.png?branch=master)](https://travis-ci.org/jknack/handlebars.java)
22
[![Coverage Status](https://coveralls.io/repos/jknack/handlebars.java/badge.png)](https://coveralls.io/r/jknack/handlebars.java)
3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.jknack/handlebars/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.jknack/handlebars)
34

45
Handlebars.java
56
===============
@@ -17,7 +18,7 @@ Handlebars provides the power necessary to let you build semantic templates effe
1718
The [Handlebars.java blog](http://jknack.github.io/handlebars.java) is a good place for getting started too.
1819

1920
## Maven
20-
#### Stable version: **1.3.2**
21+
#### Stable version: **2.0.0**
2122

2223

2324
```xml
@@ -28,7 +29,7 @@ Handlebars provides the power necessary to let you build semantic templates effe
2829
</dependency>
2930
```
3031

31-
#### Development version: **1.3.3-SNAPSHOT**
32+
#### Development version: **2.1.0-SNAPSHOT**
3233

3334
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.
3435

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.3.3-SNAPSHOT</version>
7+
<version>2.0.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>1.3.3-SNAPSHOT</version>
7+
<version>2.0.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>1.3.3-SNAPSHOT</version>
7+
<version>2.0.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>1.3.3-SNAPSHOT</version>
7+
<version>2.0.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>1.3.3-SNAPSHOT</version>
7+
<version>2.0.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>1.3.3-SNAPSHOT</version>
7+
<version>2.0.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>1.3.3-SNAPSHOT</version>
7+
<version>2.0.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>1.3.3-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)