Skip to content

Commit

Permalink
bump version to 2.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrignon committed May 13, 2018
1 parent cf20409 commit 8ed4393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jsweet</groupId>
<artifactId>jsweet-examples</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<name>JSweet examples</name>
<description>A set of examples to illustrate JSweet v2</description>
<developers>
Expand Down Expand Up @@ -66,7 +66,7 @@
<plugin>
<groupId>org.jsweet</groupId>
<artifactId>jsweet-maven-plugin</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<configuration>
<verbose>true</verbose>
<sourceMap>true</sourceMap>
Expand Down

0 comments on commit 8ed4393

Please sign in to comment.