Skip to content

Commit

Permalink
Bump version to 2.0-SNAPSHOT (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
pleku authored Dec 20, 2016
1 parent f329b73 commit faad060
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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>com.vaadin</groupId>
<artifactId>vaadin-context-menu-root</artifactId>
<packaging>pom</packaging>
<version>0.8-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
<name>Vaadin ContextMenu Root Project</name>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-context-menu-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-context-menu</artifactId>
<packaging>jar</packaging>
<version>0.8-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
<name>Vaadin ContextMenu</name>

<properties>
Expand Down
10 changes: 5 additions & 5 deletions vaadin-context-menu-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-context-menu-demo</artifactId>
<packaging>war</packaging>
<version>0.8-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
<name>Vaadin ContextMenu Demo</name>

<properties>
Expand Down Expand Up @@ -140,7 +140,7 @@
<configuration>
<filesets>
<fileset>
<!-- Clean-up widgetset required for "inplace"
<!-- Clean-up widgetset required for "inplace"
compilation -->
<directory>${basedir}/src/main/webapp/VAADIN/widgetsets</directory>
</fileset>
Expand Down Expand Up @@ -186,11 +186,11 @@
<runTarget>http://localhost:8080/context-menu</runTarget>
</configuration>
<executions>
<!-- You are free to mark this as permanently ignored
<!-- You are free to mark this as permanently ignored
in Eclipse -->
<execution>
<configuration>
<!-- if you don't specify any modules, the plugin
<!-- if you don't specify any modules, the plugin
will find them -->
</configuration>
<goals>
Expand Down Expand Up @@ -218,7 +218,7 @@

<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse
<!--This plugin's configuration is used to store Eclipse
m2e settings only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
Expand Down
4 changes: 2 additions & 2 deletions vaadin-context-menu-vaadin7-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-context-menu-vaadin7-test</artifactId>
<packaging>war</packaging>
<version>0.8-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
<name>Vaadin ContextMenu Test for Vaadin 7 component compatibility</name>

<properties>
Expand Down Expand Up @@ -172,7 +172,7 @@

<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse
<!--This plugin's configuration is used to store Eclipse
m2e settings only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
Expand Down

0 comments on commit faad060

Please sign in to comment.