Skip to content

Commit

Permalink
chore: bump platform to 22.2 (#4766)
Browse files Browse the repository at this point in the history
* chore: bump platform to 22.2

* update flow 9.2-snapshot
  • Loading branch information
ZheSun88 authored Dec 1, 2023
1 parent 6a23939 commit 1b4e01b
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<artifactId>vaadin-platform-parent</artifactId>
<packaging>pom</packaging>
<version>22.1-SNAPSHOT</version>
<version>22.2-SNAPSHOT</version>
<name>Vaadin Platform</name>
<description>Vaadin Platform</description>
<url>https://vaadin.com</url>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-core",
"version": "22.1.0",
"version": "22.2.0",
"description": "Vaadin components is an evolving set of free, open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.",
"author": "Vaadin Ltd",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-core-shrinkwrap",
"version": "22.1.0",
"version": "22.2.0",
"description": "Vaadin components is an evolving set of free, open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.",
"author": "Vaadin Ltd",
"license": "Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/templates/template-vaadin-package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin",
"version": "22.1.0",
"version": "22.2.0",
"description": "Vaadin components is an evolving set of open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.",
"author": "Vaadin Ltd",
"license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cvdl-4.0)",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-shrinkwrap",
"version": "22.1.0",
"version": "22.2.0",
"description": "Vaadin Elements is an evolving set of open source custom HTML elements for building mobile and desktop web applications in modern browsers.",
"author": "Vaadin Ltd",
"license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cvdl-4.0)",
Expand Down
2 changes: 1 addition & 1 deletion vaadin-core-jandex/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-platform-parent</artifactId>
<version>22.1-SNAPSHOT</version>
<version>22.2-SNAPSHOT</version>
</parent>

<artifactId>vaadin-core-jandex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-core/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-platform-parent</artifactId>
<version>22.1-SNAPSHOT</version>
<version>22.2-SNAPSHOT</version>
</parent>
<artifactId>vaadin-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-jandex/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-platform-parent</artifactId>
<version>22.1-SNAPSHOT</version>
<version>22.2-SNAPSHOT</version>
</parent>

<artifactId>vaadin-jandex</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions vaadin-platform-gradle-test/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vaadinVersion=22.1-SNAPSHOT
pluginVersion=22.1-SNAPSHOT
vaadinVersion=22.2-SNAPSHOT
pluginVersion=22.2-SNAPSHOT
org.gradle.daemon=false
2 changes: 1 addition & 1 deletion vaadin-platform-hybrid-test/pom-dev-mode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-platform-parent</artifactId>
<version>22.1-SNAPSHOT</version>
<version>22.2-SNAPSHOT</version>
</parent>
<artifactId>vaadin-platform-hybrid-test</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-platform-hybrid-test/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-platform-parent</artifactId>
<version>22.1-SNAPSHOT</version>
<version>22.2-SNAPSHOT</version>
</parent>
<artifactId>vaadin-platform-hybrid-test-prod</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-platform-javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-platform-parent</artifactId>
<version>22.1-SNAPSHOT</version>
<version>22.2-SNAPSHOT</version>
</parent>
<artifactId>vaadin-platform-javadoc</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-platform-servlet-containers-tests</artifactId>
<version>22.1-SNAPSHOT</version>
<version>22.2-SNAPSHOT</version>
</parent>

<artifactId>platform-test-bnd</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-platform-test/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-platform-parent</artifactId>
<version>22.1-SNAPSHOT</version>
<version>22.2-SNAPSHOT</version>
</parent>
<artifactId>vaadin-platform-test</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-boot-starter/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-platform-parent</artifactId>
<version>22.1-SNAPSHOT</version>
<version>22.2-SNAPSHOT</version>
</parent>

<artifactId>vaadin-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-testbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-platform-parent</artifactId>
<version>22.1-SNAPSHOT</version>
<version>22.2-SNAPSHOT</version>
</parent>
<artifactId>vaadin-testbench</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vaadin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-platform-parent</artifactId>
<version>22.1-SNAPSHOT</version>
<version>22.2-SNAPSHOT</version>
</parent>
<artifactId>vaadin</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"npmName": "@vaadin/field-base"
},
"flow": {
"javaVersion": "9.1.9"
"javaVersion": "9.2-SNAPSHOT"
},
"flow-cdi": {
"javaVersion": "13.1.1"
Expand Down

0 comments on commit 1b4e01b

Please sign in to comment.