Skip to content

Commit

Permalink
chore: Update master to 23.3-SNAPSHOT (#14344)
Browse files Browse the repository at this point in the history
* chore: Update master to 23.3-SNAPSHOT

* Use 23.1 platform for Spring tests and update README

* chore: update README

* chore: Update GH actions
  • Loading branch information
mshabarov authored Sep 12, 2022
1 parent 44aaa32 commit 0261622
Show file tree
Hide file tree
Showing 124 changed files with 126 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Flow Validation
on:
push:
branches: [master, '23.1', '23.0', '9.0']
branches: [master, '23.2', '23.1', '9.0']
workflow_dispatch:
pull_request_target:
types: [opened, synchronize, reopened]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Since [Vaadin platform 23.0](https://github.com/vaadin/platform), Flow major and
| 1.0 | 10 (LTS) | 1.0 |
| 2.7 | 14.8.x (LTS) | 2.7.x |
| 9.0 | 22.0.x (LATEST with Java 8+ support) | 9.x |
| 23.0 | 23.0.x (LATEST with Java 11+ support) | 23.0.x |
| 23.1 | 23.1.x (beta) | 23.1.x |
| master| 23.2 (NEXT) | 23.2 |
| 23.1 | 23.1.x | 23.1.x |
| 23.2 | 23.2.x (LATEST with Java 11+ support) | 23.2.x |
| master| 23.3 (NEXT) | 23.3 |
2 changes: 1 addition & 1 deletion flow-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-bom</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion flow-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-client</artifactId>
<name>Flow Client</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-data</artifactId>
<name>Flow Data</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-dnd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>flow-project</artifactId>
<groupId>com.vaadin</groupId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>

<artifactId>flow-dnd</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flow-html-components-testbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-html-components-testbench</artifactId>
<name>TestBench elements for Flow HTML Components</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-html-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-html-components</artifactId>
<name>Flow HTML Components</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-jandex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>

<artifactId>flow-jandex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flow-lit-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-lit-template</artifactId>
<name>Flow Lit Templates Support</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-plugins/flow-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-plugins</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>

<artifactId>flow-gradle-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import java.io.File
*/
abstract class AbstractGradleTest {

val flowVersion = System.getenv("vaadin.version").takeUnless { it.isNullOrEmpty() } ?: "23.2-SNAPSHOT"
val flowVersion = System.getenv("vaadin.version").takeUnless { it.isNullOrEmpty() } ?: "23.3-SNAPSHOT"

/**
* The testing Gradle project. Automatically deleted after every test.
Expand Down
2 changes: 1 addition & 1 deletion flow-plugins/flow-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-plugins</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion flow-plugins/flow-plugin-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-plugins</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-plugin-base</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion flow-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-plugins</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion flow-polymer-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-polymer-template</artifactId>
<name>Flow Polymer Templates Support</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-push/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-push</artifactId>
<name>Flow Push</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-server-production-mode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-server-production-mode</artifactId>
<name>Flow Server Production Mode</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-server</artifactId>
<name>Flow Server</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-test-generic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flow-project</artifactId>
<groupId>com.vaadin</groupId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flow-test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>

<artifactId>flow-test-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-tests</artifactId>
<name>Flow tests</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/servlet-containers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-servlet-containers-test</artifactId>
<name>flow-servlet-containers-test</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/servlet-containers/tomcat85/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-servlet-containers-test</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-test-tomcat85-server</artifactId>
<name>Flow Tomcat 8.5 Test</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/servlet-containers/tomcat9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-servlet-containers-test</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-test-tomcat9-server</artifactId>
<name>Flow Tomcat 9 Test</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-application-theme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flow-tests</artifactId>
<groupId>com.vaadin</groupId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-application-theme/reusable-theme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>test-application-theme</artifactId>
<groupId>com.vaadin</groupId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>test-application-theme</artifactId>
<groupId>com.vaadin</groupId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>test-application-theme</artifactId>
<groupId>com.vaadin</groupId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>test-application-theme</artifactId>
<groupId>com.vaadin</groupId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>flow-test-application-theme-component-live-reload</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>test-application-theme</artifactId>
<groupId>com.vaadin</groupId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>flow-test-application-theme-live-reload</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>test-application-theme</artifactId>
<groupId>com.vaadin</groupId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>test-application-theme</artifactId>
<groupId>com.vaadin</groupId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-ccdm-flow-navigation/pom-production.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-ccdm-flow-navigation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-ccdm/pom-production.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-ccdm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-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>flow-tests</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-test-common</artifactId>
<name>Flow common test UI classes</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-custom-frontend-directory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flow-tests</artifactId>
<groupId>com.vaadin</groupId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>test-custom-frontend-directory</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-test-themes-custom-generatedTs-directory</artifactId>
<name>Flow themes tests in NPM mode with custom generatedTs directory</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>test-custom-frontend-directory</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-test-themes-custom-frontend-directory</artifactId>
<name>Flow themes tests in NPM mode with custom frontend directory</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>test-custom-frontend-directory</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-test-themes-custom-frontend-directory-vite</artifactId>
<name>Flow themes tests in Vite with custom frontend directory</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-custom-route-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>flow-tests</artifactId>
<groupId>com.vaadin</groupId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>test-custom-route-registry</artifactId>
<name>Test using Flow with a custom RouteRegistry implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-dev-mode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>23.2-SNAPSHOT</version>
<version>23.3-SNAPSHOT</version>
</parent>
<artifactId>flow-test-dev-mode</artifactId>
<name>Flow tests for dev mode</name>
Expand Down
Loading

0 comments on commit 0261622

Please sign in to comment.