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 to 24.7-SNAPSHOT #2960

Merged
merged 3 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaults:

on:
push:
branches: [ main, '24.5', '24.4', '2.5', '1.5', '1.4' ]
branches: [ main, '24.6', '24.5', '24.4', '2.5', '1.5', '1.4' ]
paths-ignore:
- 'hilla-logo.svg'
- 'README.md'
Expand Down
4 changes: 2 additions & 2 deletions packages/java/endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>hilla-endpoint</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<name>Hilla Endpoint</name>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/engine-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/engine-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/gradle-plugin/pom-portal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/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>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import org.junit.Before
*/
abstract class AbstractGradleTest {

val hillaVersion = System.getenv("hilla.version").takeUnless { it.isNullOrEmpty() } ?: "24.6-SNAPSHOT"
val hillaVersion = System.getenv("hilla.version").takeUnless { it.isNullOrEmpty() } ?: "24.7-SNAPSHOT"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason that flow shouldn't be updated to 24.7-SNAPSHOT?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, but it is not related to this PR. It has some issues as you can see in #2961

val flowVersion = System.getenv("flow.version").takeUnless { it.isNullOrEmpty() } ?: "24.6-SNAPSHOT"
/**
* The testing Gradle project. Automatically deleted after every test.
Expand Down
2 changes: 1 addition & 1 deletion packages/java/hilla-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>hilla-bom</artifactId>
<packaging>pom</packaging>
<name>Hilla Platform (Bill of Materials)</name>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<description>Hilla Platform (Bill of Materials)</description>
<url>https://hilla.dev</url>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/hilla-dev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/hilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-plugin-backbone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-plugin-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-plugin-nonnull/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-plugin-subtypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-plugin-transfertypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/parser-jvm-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/runtime-plugin-transfertypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/csrf-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>

<artifactId>tests-csrf-context</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/csrf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>

<artifactId>tests-csrf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/gradle/single-module/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.daemon=false
hillaVersion=24.6-SNAPSHOT
hillaVersion=24.7-SNAPSHOT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason that flow shouldn't be updated to 24.7-SNAPSHOT?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, but it is not related to this PR. It has some issues as you can see in #2961

flowVersion=24.6-SNAPSHOT
vaadinComponentsVersion=24.6-SNAPSHOT
2 changes: 1 addition & 1 deletion packages/java/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>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/endpoints discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-endpoints-discovery</artifactId>
<name>ITs for Endpoints Discovery</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/endpoints-contextpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-endpoints-contextpath</artifactId>
<name>ITs for Endpoints when using a context path</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/endpoints-custom-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-endpoints-custom-client</artifactId>
<name>ITs for Endpoints / custom client</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/endpoints-latest-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-endpoints-latest-java</artifactId>
<name>ITs for Endpoints / latest Java</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/endpoints/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-endpoints</artifactId>
<name>ITs for Endpoints</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-native</artifactId>
<name>ITs for Hilla compiled to native</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>

<artifactId>tests-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/react-grid-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-react-grid</artifactId>
<name>ITs for React Auto Grid</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/react-i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-react-i18n</artifactId>
<name>ITs for React I18N</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/react-signals/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-react-signals</artifactId>
<name>ITs for React Signals</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/security-contextpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-security-contextpath</artifactId>
<name>ITs for Vaadin Spring Security and Hilla / context path</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/security-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-security-jwt</artifactId>
<name>ITs for Vaadin Spring Security and Hilla / JWT</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/security-urlmapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-security-urlmapping</artifactId>
<name>ITs for Vaadin Spring Security and Hilla / URL mapping</name>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/tests/spring/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>tests-spring</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
</parent>
<artifactId>tests-spring-security</artifactId>
<name>ITs for Vaadin Spring Security and Hilla</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<name>Hilla</name>
<packaging>pom</packaging>

Expand Down
Loading