Skip to content

Commit efb2199

Browse files
authored
chore: bump to 19.1-SNAPSHOT (#1053)
1 parent cd017da commit efb2199

File tree

22 files changed

+23
-23
lines changed

22 files changed

+23
-23
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>vaadin-spring-parent</artifactId>
13-
<version>19.0-SNAPSHOT</version>
13+
<version>19.1-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>vaadin-spring-parent</name>
@@ -43,7 +43,7 @@
4343
<maven.compiler.target>1.8</maven.compiler.target>
4444

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

4949
<!-- Additional manifest fields -->

vaadin-spring-tests/dummy-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>vaadin-spring-tests</artifactId>
8-
<version>19.0-SNAPSHOT</version>
8+
<version>19.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>dummy-module</artifactId>
1111
<name>Keep this module as the last one in the list</name>

vaadin-spring-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>vaadin-spring-parent</artifactId>
8-
<version>19.0-SNAPSHOT</version>
8+
<version>19.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vaadin-spring-tests</artifactId>
1111
<name>Vaadin Spring tests</name>

vaadin-spring-tests/test-mvc-without-endpoints/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>vaadin-spring-tests</artifactId>
9-
<version>19.0-SNAPSHOT</version>
9+
<version>19.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>test-ts-mvc-without-endpoints</artifactId>
1212
<name>Integration tests for a Spring MVC project without using endpoints</name>

vaadin-spring-tests/test-spring-boot-contextpath/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>vaadin-spring-tests</artifactId>
8-
<version>19.0-SNAPSHOT</version>
8+
<version>19.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vaadin-test-spring-boot-contextpath</artifactId>
1111
<name>Vaadin Spring Boot integration tests when deployed using a context path</name>

vaadin-spring-tests/test-spring-boot-only-prepare/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>vaadin-spring-tests</artifactId>
8-
<version>19.0-SNAPSHOT</version>
8+
<version>19.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vaadin-test-spring-boot-prepare</artifactId>
1111
<name>Vaadin Spring Boot integration tests with only prepare goal</name>

vaadin-spring-tests/test-spring-boot-scan/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>vaadin-spring-tests</artifactId>
9-
<version>19.0-SNAPSHOT</version>
9+
<version>19.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>vaadin-test-spring-boot-scan</artifactId>
1212
<name>Vaadin Spring Boot integration tests with custom packages to scan</name>

vaadin-spring-tests/test-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>vaadin-spring-tests</artifactId>
8-
<version>19.0-SNAPSHOT</version>
8+
<version>19.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vaadin-test-spring-boot</artifactId>
1111
<name>Vaadin Spring Boot integration tests</name>

vaadin-spring-tests/test-spring-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>vaadin-spring-tests</artifactId>
9-
<version>19.0-SNAPSHOT</version>
9+
<version>19.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>vaadin-test-spring-common</artifactId>
1212
<name>Flow Spring Common UI components</name>

vaadin-spring-tests/test-spring-security-flow-contextpath/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>vaadin-spring-tests</artifactId>
8-
<version>19.0-SNAPSHOT</version>
8+
<version>19.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>test-spring-security-flow-contextpath</artifactId>
1111
<name>Integration tests for Vaadin Spring Security and Flow With Context Path</name>

0 commit comments

Comments
 (0)