Skip to content

Commit

Permalink
chore: bump to 19.1-SNAPSHOT (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Apr 14, 2023
1 parent cd017da commit efb2199
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>vaadin-spring-parent</artifactId>
<version>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>vaadin-spring-parent</name>
Expand Down Expand Up @@ -43,7 +43,7 @@
<maven.compiler.target>1.8</maven.compiler.target>

<!-- These are typically overridden with BOMs -->
<vaadin.flow.version>9.0-SNAPSHOT</vaadin.flow.version>
<vaadin.flow.version>9.1-SNAPSHOT</vaadin.flow.version>
<spring-boot.version>2.7.7</spring-boot.version>

<!-- Additional manifest fields -->
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>19.0-SNAPSHOT</version>
<version>19.1-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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-spring-tests</artifactId>
<name>Vaadin Spring tests</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-mvc-without-endpoints/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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>test-ts-mvc-without-endpoints</artifactId>
<name>Integration tests for a Spring MVC project without using endpoints</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>19.0-SNAPSHOT</version>
<version>19.1-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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-tests</artifactId>
<version>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot-prepare</artifactId>
<name>Vaadin Spring Boot integration tests with only prepare goal</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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot-scan</artifactId>
<name>Vaadin Spring Boot integration tests with custom packages to scan</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>19.0-SNAPSHOT</version>
<version>19.1-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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-common</artifactId>
<name>Flow Spring Common UI components</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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>test-spring-security-flow-contextpath</artifactId>
<name>Integration tests for Vaadin Spring Security and Flow With Context Path</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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>test-spring-security-flow-urlmapping</artifactId>
<name>Integration tests for Vaadin Spring Security and Flow With Vaadin URL mapping</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-security-flow/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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>test-spring-security-flow</artifactId>
<name>Integration tests for Vaadin Spring Security and Flow</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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>test-spring-security-fusion-contextpath</artifactId>
<name>Integration tests for Vaadin Spring Security and Fusion With Context Path</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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>test-spring-security-fusion-jwt</artifactId>
<name>Integration tests for Vaadin Spring Security and Fusion With JWT</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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>test-spring-security-fusion-urlmapping</artifactId>
<name>Integration tests for Vaadin Spring Security and Fusion With Vaadin URL mapping</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-spring-security-fusion/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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>test-spring-security-fusion</artifactId>
<name>Integration tests for Vaadin Spring Security and Fusion</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>19.0-SNAPSHOT</version>
<version>19.1-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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-white-list</artifactId>

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>19.0-SNAPSHOT</version>
<version>19.1-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-tests/test-ts-services-custom-client/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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>test-ts-services-custom-client</artifactId>
<name>Integration tests for V15+ endpoints (custom Connect client)</name>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-tests/test-ts-services/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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>
<artifactId>test-ts-services</artifactId>
<name>Integration tests for V15+ endpoints</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>19.0-SNAPSHOT</version>
<version>19.1-SNAPSHOT</version>
</parent>

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

0 comments on commit efb2199

Please sign in to comment.