Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
peholmst committed Mar 24, 2017
1 parent 5083562 commit 6bdf437
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 24 deletions.
2 changes: 1 addition & 1 deletion addons/eventbus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.vaadin.spring</groupId>
<artifactId>parent-pom</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion addons/i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.vaadin.spring</groupId>
<artifactId>parent-pom</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion addons/mvp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-pom</artifactId>
<groupId>org.vaadin.spring</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion addons/portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.vaadin.spring</groupId>
<artifactId>parent-pom</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion addons/sidebar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.vaadin.spring</groupId>
<artifactId>parent-pom</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion addons/simple-mvp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent-pom</artifactId>
<groupId>org.vaadin.spring</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-pom</artifactId>
<groupId>org.vaadin.spring</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion extensions/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-pom</artifactId>
<groupId>org.vaadin.spring</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion extensions/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-pom</artifactId>
<groupId>org.vaadin.spring</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion extensions/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-pom</artifactId>
<groupId>org.vaadin.spring</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.vaadin.spring</groupId>
<artifactId>parent-pom</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Vaadin4Spring</name>
Expand All @@ -30,7 +30,7 @@
<url>https://github.com/peholmst/vaadin4spring</url>
<connection>scm:git:git@github.com:peholmst/vaadin4spring.git</connection>
<developerConnection>scm:git:git@github.com:peholmst/vaadin4spring.git</developerConnection>
<tag>v2.0.0.RELEASE</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion samples/eventbus-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>samples-parent-pom</artifactId>
<groupId>org.vaadin.spring.samples</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion samples/i18n-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>samples-parent-pom</artifactId>
<groupId>org.vaadin.spring.samples</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion samples/navigation-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>samples-parent-pom</artifactId>
<groupId>org.vaadin.spring.samples</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 1 addition & 5 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.vaadin.spring.samples</groupId>
<artifactId>samples-parent-pom</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Vaadin4Spring Samples</name>
Expand Down Expand Up @@ -175,8 +175,4 @@
<module>navigation-sample</module>
<module>i18n-sample</module>
</modules>

<scm>
<tag>v2.0.0.RELEASE</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion samples/push-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>samples-parent-pom</artifactId>
<groupId>org.vaadin.spring.samples</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion samples/security-sample-managed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>samples-parent-pom</artifactId>
<groupId>org.vaadin.spring.samples</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion samples/security-sample-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>samples-parent-pom</artifactId>
<groupId>org.vaadin.spring.samples</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion samples/sidebar-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>samples-parent-pom</artifactId>
<groupId>org.vaadin.spring.samples</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 6bdf437

Please sign in to comment.