Skip to content

Commit 23cd6fe

Browse files
authored
chore: Upgrade main to 24.8 version (#21057)
1 parent b3d2e7c commit 23cd6fe

File tree

187 files changed

+189
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+189
-188
lines changed

.github/workflows/validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Flow Validation
22
on:
33
push:
4-
branches: [main, '24.6', '24.5', '24.4', '23.5']
4+
branches: [main, '24.7', '24.6', '24.5', '23.5']
55
workflow_dispatch:
66
pull_request_target:
77
types: [opened, synchronize, reopened, edited]

README.md

+2-1

flow-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vaadin</groupId>
66
<artifactId>flow-project</artifactId>
7-
<version>24.7-SNAPSHOT</version>
7+
<version>24.8-SNAPSHOT</version>
88
</parent>
99
<artifactId>flow-bom</artifactId>
1010
<packaging>pom</packaging>

flow-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>flow-project</artifactId>
9-
<version>24.7-SNAPSHOT</version>
9+
<version>24.8-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>flow-client</artifactId>
1212
<name>Flow Client</name>

flow-data/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>flow-project</artifactId>
9-
<version>24.7-SNAPSHOT</version>
9+
<version>24.8-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>flow-data</artifactId>
1212
<name>Flow Data</name>

flow-dnd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>flow-project</artifactId>
88
<groupId>com.vaadin</groupId>
9-
<version>24.7-SNAPSHOT</version>
9+
<version>24.8-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>flow-dnd</artifactId>

flow-html-components-testbench/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>flow-project</artifactId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<artifactId>flow-html-components-testbench</artifactId>
1111
<name>TestBench elements for Flow HTML Components</name>

flow-html-components/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>flow-project</artifactId>
9-
<version>24.7-SNAPSHOT</version>
9+
<version>24.8-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>flow-html-components</artifactId>
1212
<name>Flow HTML Components</name>

flow-jandex/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.vaadin</groupId>
2424
<artifactId>flow-project</artifactId>
25-
<version>24.7-SNAPSHOT</version>
25+
<version>24.8-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>flow-jandex</artifactId>

flow-lit-template/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>flow-project</artifactId>
9-
<version>24.7-SNAPSHOT</version>
9+
<version>24.8-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>flow-lit-template</artifactId>
1212
<name>Flow Lit Templates Support</name>

flow-plugins/flow-dev-bundle-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>flow-plugins</artifactId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<artifactId>flow-dev-bundle-plugin</artifactId>
1111
<packaging>maven-plugin</packaging>

flow-plugins/flow-gradle-plugin/README.md

+1-1

flow-plugins/flow-gradle-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.vaadin</groupId>
55
<artifactId>flow-plugins</artifactId>
6-
<version>24.7-SNAPSHOT</version>
6+
<version>24.8-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>flow-gradle-plugin</artifactId>

flow-plugins/flow-gradle-plugin/src/functionalTest/kotlin/com/vaadin/gradle/AbstractGradleTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import java.io.File
2727
*/
2828
abstract class AbstractGradleTest {
2929

30-
val flowVersion = System.getenv("vaadin.version").takeUnless { it.isNullOrEmpty() } ?: "24.7-SNAPSHOT"
30+
val flowVersion = System.getenv("vaadin.version").takeUnless { it.isNullOrEmpty() } ?: "24.8-SNAPSHOT"
3131
val slf4jVersion = "2.0.3"
3232

3333
/**

flow-plugins/flow-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>flow-plugins</artifactId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<artifactId>flow-maven-plugin</artifactId>
1111
<packaging>maven-plugin</packaging>

flow-plugins/flow-plugin-base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.vaadin</groupId>
55
<artifactId>flow-plugins</artifactId>
6-
<version>24.7-SNAPSHOT</version>
6+
<version>24.8-SNAPSHOT</version>
77
</parent>
88
<artifactId>flow-plugin-base</artifactId>
99

flow-plugins/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>flow-project</artifactId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<artifactId>flow-plugins</artifactId>
1111
<packaging>pom</packaging>

flow-polymer-template/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>flow-project</artifactId>
9-
<version>24.7-SNAPSHOT</version>
9+
<version>24.8-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>flow-polymer-template</artifactId>
1212
<name>Flow Polymer Templates Support</name>

flow-polymer2lit/README.md

+2-2

flow-polymer2lit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>flow-project</artifactId>
9-
<version>24.7-SNAPSHOT</version>
9+
<version>24.8-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>flow-polymer2lit</artifactId>
1212
<name>Polymer to Lit converter</name>

flow-push/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>flow-project</artifactId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<artifactId>flow-push</artifactId>
1111
<name>Flow Push</name>

flow-react/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>flow-project</artifactId>
9-
<version>24.7-SNAPSHOT</version>
9+
<version>24.8-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>flow-react</artifactId>

flow-server-production-mode/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>flow-project</artifactId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<artifactId>flow-server-production-mode</artifactId>
1111
<name>Flow Server Production Mode</name>

flow-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>flow-project</artifactId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<artifactId>flow-server</artifactId>
1111
<name>Flow Server</name>

flow-test-generic/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>flow-project</artifactId>
77
<groupId>com.vaadin</groupId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

flow-test-util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>flow-project</artifactId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>flow-test-util</artifactId>

flow-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>flow-project</artifactId>
9-
<version>24.7-SNAPSHOT</version>
9+
<version>24.8-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>flow-tests</artifactId>
1212
<name>Flow tests</name>

flow-tests/servlet-containers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>flow-tests</artifactId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<artifactId>flow-servlet-containers-test</artifactId>
1111
<name>flow-servlet-containers-test</name>

flow-tests/servlet-containers/tomcat10/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>flow-servlet-containers-test</artifactId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<artifactId>flow-test-tomcat10-server</artifactId>
1111
<name>Flow Tomcat 9 Test</name>

flow-tests/test-application-theme/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>flow-tests</artifactId>
77
<groupId>com.vaadin</groupId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

flow-tests/test-application-theme/reusable-theme/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>test-application-theme</artifactId>
77
<groupId>com.vaadin</groupId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

flow-tests/test-application-theme/test-reusable-as-parent-vite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>test-application-theme</artifactId>
55
<groupId>com.vaadin</groupId>
6-
<version>24.7-SNAPSHOT</version>
6+
<version>24.8-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

flow-tests/test-application-theme/test-theme-component-live-reload/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>test-application-theme</artifactId>
55
<groupId>com.vaadin</groupId>
6-
<version>24.7-SNAPSHOT</version>
6+
<version>24.8-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>flow-test-application-theme-component-live-reload</artifactId>

flow-tests/test-application-theme/test-theme-live-reload/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>test-application-theme</artifactId>
55
<groupId>com.vaadin</groupId>
6-
<version>24.7-SNAPSHOT</version>
6+
<version>24.8-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>flow-test-application-theme-live-reload</artifactId>

flow-tests/test-application-theme/test-theme-reusable-vite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>test-application-theme</artifactId>
55
<groupId>com.vaadin</groupId>
6-
<version>24.7-SNAPSHOT</version>
6+
<version>24.8-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

flow-tests/test-ccdm-flow-navigation/pom-production.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.vaadin</groupId>
55
<artifactId>flow-tests</artifactId>
6-
<version>24.7-SNAPSHOT</version>
6+
<version>24.8-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

flow-tests/test-ccdm-flow-navigation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vaadin</groupId>
66
<artifactId>flow-tests</artifactId>
7-
<version>24.7-SNAPSHOT</version>
7+
<version>24.8-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

flow-tests/test-ccdm/pom-production.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.vaadin</groupId>
55
<artifactId>flow-tests</artifactId>
6-
<version>24.7-SNAPSHOT</version>
6+
<version>24.8-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

flow-tests/test-ccdm/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vaadin</groupId>
77
<artifactId>flow-tests</artifactId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

flow-tests/test-client-queue/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>flow-tests</artifactId>
66
<groupId>com.vaadin</groupId>
7-
<version>24.7-SNAPSHOT</version>
7+
<version>24.8-SNAPSHOT</version>
88
</parent>
99
<artifactId>flow-client-queue-test</artifactId>
1010
<name>Test Flow client queue</name>

flow-tests/test-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>flow-tests</artifactId>
9-
<version>24.7-SNAPSHOT</version>
9+
<version>24.8-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>flow-test-common</artifactId>
1212
<name>Flow common test UI classes</name>

flow-tests/test-custom-frontend-directory/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>flow-tests</artifactId>
77
<groupId>com.vaadin</groupId>
8-
<version>24.7-SNAPSHOT</version>
8+
<version>24.8-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

flow-tests/test-custom-frontend-directory/test-themes-custom-frontend-directory/pom-generatedTsDir.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vaadin</groupId>
66
<artifactId>test-custom-frontend-directory</artifactId>
7-
<version>24.7-SNAPSHOT</version>
7+
<version>24.8-SNAPSHOT</version>
88
</parent>
99
<artifactId>flow-test-themes-custom-generatedTs-directory</artifactId>
1010
<name>Flow themes tests in NPM mode with custom generatedTs directory</name>

0 commit comments

Comments
 (0)