Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump platform to 22.2 #4766

Merged
merged 2 commits into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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