Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
peholmst committed Mar 24, 2017
1 parent 52ec8b3 commit 5083562
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 26 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-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
5 changes: 3 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-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
<packaging>pom</packaging>

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

<developers>
<!-- In alphabetical order -->
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-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions samples/i18n-sample/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>samples-parent-pom</artifactId>
<groupId>org.vaadin.spring.samples</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
11 changes: 7 additions & 4 deletions samples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.2.RELEASE</version>
<relativePath/>
<relativePath />
</parent>
<modelVersion>4.0.0</modelVersion>

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

<name>Vaadin4Spring Samples</name>
Expand Down Expand Up @@ -176,4 +175,8 @@
<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-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</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-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 5083562

Please sign in to comment.