Skip to content

Commit

Permalink
Next release version
Browse files Browse the repository at this point in the history
  • Loading branch information
mouellet committed Nov 11, 2017
1 parent 0454a2c commit c4459a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.vaadin.addons</groupId>
<artifactId>stackpanel-root</artifactId>
<packaging>pom</packaging>
<version>2.0.0</version>
<version>2.0.1</version>
<name>StackPanel Extension for Vaadin Root Project</name>

<prerequisites>
Expand Down
4 changes: 2 additions & 2 deletions stackpanel-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.vaadin.addons</groupId>
<artifactId>stackpanel-demo</artifactId>
<packaging>war</packaging>
<version>2.0.0</version>
<version>2.0.1</version>
<name>StackPanel Extension for Vaadin Demo</name>

<prerequisites>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.vaadin.addons</groupId>
<artifactId>stackpanel</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion stackpanel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.vaadin.addons</groupId>
<artifactId>stackpanel</artifactId>
<packaging>jar</packaging>
<version>2.0.0</version>
<version>2.0.1</version>
<name>StackPanel Extension for Vaadin</name>

<prerequisites>
Expand Down

0 comments on commit c4459a1

Please sign in to comment.