Skip to content

Commit

Permalink
Set version to 12.3 in pom.xml files (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Eriksson authored Jun 8, 2020
1 parent bc3f629 commit d2ee194
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>vaadin-spring-parent</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>vaadin-spring-parent</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/dummy-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>dummy-module</artifactId>
<name>Keep this module as the last one in the list</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-parent</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-spring-tests</artifactId>
<name>Vaadin Spring tests</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot-contextpath-bower-mode</artifactId>
<name>Vaadin Spring Boot integration tests when deployed using a context path in bower mode</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-boot-contextpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot-contextpath</artifactId>
<name>Vaadin Spring Boot integration tests when deployed using a context path</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-boot-only-prepare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot-prepare</artifactId>
<name>Vaadin Spring Boot integration tests with only prepare goal</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot-scan-bower-mode</artifactId>
<name>Vaadin Spring Boot integration tests with custom packages to scan in bower mode</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-boot-scan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot-scan</artifactId>
<name>Vaadin Spring Boot integration tests with custom packages to scan</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot-undertow-bower-mode</artifactId>
<name>Vaadin Spring Boot integration tests when running on Undertow in bower mode</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-boot-undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot-undertow</artifactId>
<name>Vaadin Spring Boot integration tests when running on Undertow</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-boot/pom-bower-mode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot-bower-mode</artifactId>
<name>Vaadin Spring Boot integration tests in bower mode</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot</artifactId>
<name>Vaadin Spring Boot integration tests</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-common</artifactId>
<name>Flow Spring Common UI components</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-war/pom-bower-mode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-war-bower-mode</artifactId>
<name>Vaadin Spring Boot deployable integration tests in bower mode</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-war</artifactId>
<name>Vaadin Spring Boot deployable integration tests</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-white-list/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-white-list</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring/pom-bower-mode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-bower-mode</artifactId>
<name>Flow Spring deployable integration tests in bower mode</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring</artifactId>
<name>Flow Spring deployable integration tests</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-parent</artifactId>
<version>12.2-SNAPSHOT</version>
<version>12.3-SNAPSHOT</version>
</parent>

<artifactId>vaadin-spring</artifactId>
Expand Down

0 comments on commit d2ee194

Please sign in to comment.