Skip to content

Commit

Permalink
Version 2.0.0 released, bump pom.xml version to 2.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemu Suo-Anttila committed Jun 2, 2017
1 parent 782636a commit 51a0470
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.vaadin.teemusa</groupId>
<artifactId>sidemenu-root</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
<name>SideMenu Add-on Root Project</name>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion sidemenu-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.vaadin.teemusa</groupId>
<artifactId>sidemenu</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
<name>SideMenu Add-on</name>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion sidemenu-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.vaadin.teemusa</groupId>
<artifactId>sidemenu-demo</artifactId>
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
<name>SideMenu Add-on Demo</name>

<prerequisites>
Expand Down

0 comments on commit 51a0470

Please sign in to comment.