Skip to content

Commit

Permalink
chore: upgrade project version to 24.6 (#19995)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati authored Sep 20, 2024
1 parent e7ac185 commit e74393c
Show file tree
Hide file tree
Showing 180 changed files with 185 additions and 184 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ Since [Vaadin platform 23.0](https://github.com/vaadin/platform), Flow major and
| Branch | [Platform Version](https://github.com/vaadin/platform/releases) | [Flow Version](https://github.com/vaadin/flow/releases) |
|--------|-----------------------------------------------------------------|---------------------------------------------------------|
| 1.0 | 10 (LTS) | 1.0 |
| 2.10 | 14.11.x (LTS) | 2.10.x |
| 2.10 | 14.11 (LATEST free with Java 8+ support and Servlet) | 2.10 |
| 2.11 | 14.12 (LATEST commercial with Java 8+ support and Servlet 3) | 2.11 |
| 23.4 | 23.4 (LATEST free with Java 11+ support and Servlet 3) | 23.4 |
| 23.5 | 23.5 (LATEST commercial with Java 11+ support and Servlet 3) | 23.5 |
| 24.4 | 24.4 (LATEST release, Java 17+, Jakarta EE 10, Spring-boot 3) | 24.4 |
| main | 24.5 (Vaadin 24.5 preparations) | 24.5 |
| 24.5 | 24.5 (LATEST release, Java 17+, Jakarta EE 10, Spring-boot 3) | 24.5 |
| main | 24.6 (Vaadin 24.6 preparations) | 24.6 |
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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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-dev-bundle-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>24.5-SNAPSHOT</version>
<version>24.6-SNAPSHOT</version>
</parent>
<artifactId>flow-dev-bundle-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion flow-plugins/flow-gradle-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Alternatively, you can build and publish the Flow Gradle plugin into the local M

1. Clone the Base Starter Gradle project.
2. Add `mavenLocal()` to `buildscript.repositories` as the first place to look up.
3. Add `dependencies { classpath 'com.vaadin:flow-gradle-plugin:24.5-SNAPSHOT' }` to `buildscript.repositories`.
3. Add `dependencies { classpath 'com.vaadin:flow-gradle-plugin:24.6-SNAPSHOT' }` to `buildscript.repositories`.
4. Run `./gradlew clean build publishToMavenLocal` in the `flow-plugins/flow-gradle-plugin` repo folder.
5. Run the previous command with `-x functionalTest` to skip functional tests.
6. If you now run `./gradlew vaadinPrepareFrontend` in the Starter project folder, Gradle will use the local version of the Flow plugin. You can verify that by adding `println()` statements into the `VaadinPrepareFrontendTask` class.
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>24.5-SNAPSHOT</version>
<version>24.6-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() } ?: "24.5-SNAPSHOT"
val flowVersion = System.getenv("vaadin.version").takeUnless { it.isNullOrEmpty() } ?: "24.6-SNAPSHOT"
val slf4jVersion = "2.0.3"

/**
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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-SNAPSHOT</version>
</parent>
<artifactId>flow-polymer-template</artifactId>
<name>Flow Polymer Templates Support</name>
Expand Down
4 changes: 2 additions & 2 deletions flow-polymer2lit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ mvn vaadin:convert-polymer
To convert a project that is based on Vaadin < 24, use the full Maven goal:

```bash
mvn com.vaadin:vaadin-maven-plugin:24.5-SNAPSHOT:convert-polymer
mvn com.vaadin:vaadin-maven-plugin:24.6-SNAPSHOT:convert-polymer
```

Or, in the case of using Gradle, add the following to `build.gradle`:

```gradle
buildscript {
repositories {
classpath 'com.vaadin:flow-gradle-plugin:24.5-SNAPSHOT'
classpath 'com.vaadin:flow-gradle-plugin:24.6-SNAPSHOT'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion flow-polymer2lit/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>24.5-SNAPSHOT</version>
<version>24.6-SNAPSHOT</version>
</parent>
<artifactId>flow-polymer2lit</artifactId>
<name>Polymer to Lit converter</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>24.5-SNAPSHOT</version>
<version>24.6-SNAPSHOT</version>
</parent>
<artifactId>flow-push</artifactId>
<name>Flow Push</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-react/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>24.5-SNAPSHOT</version>
<version>24.6-SNAPSHOT</version>
</parent>

<artifactId>flow-react</artifactId>
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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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/tomcat10/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>24.5-SNAPSHOT</version>
<version>24.6-SNAPSHOT</version>
</parent>
<artifactId>flow-test-tomcat10-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-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>24.5-SNAPSHOT</version>
<version>24.6-SNAPSHOT</version>
</parent>
<artifactId>test-custom-route-registry</artifactId>
<name>Test using Flow with a custom RouteRegistry implementation</name>
Expand Down
Loading

0 comments on commit e74393c

Please sign in to comment.