Skip to content

Commit 8d9b8fb

Browse files
authored
Merge branch 'main' into feat/avoid-running-maven
2 parents d5875c4 + 4f51b44 commit 8d9b8fb

File tree

108 files changed

+2099
-1758
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+2099
-1758
lines changed

.github/workflows/validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defaults:
66

77
on:
88
push:
9-
branches: [ main, '24.5', '24.4', '2.5', '1.5', '1.4' ]
9+
branches: [ main, '24.6', '24.5', '24.4', '2.5', '1.5', '1.4' ]
1010
paths-ignore:
1111
- 'hilla-logo.svg'
1212
- 'README.md'

package-lock.json

+73-73
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/java/endpoint/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>com.vaadin</groupId>
88
<artifactId>hilla-project</artifactId>
9-
<version>24.6-SNAPSHOT</version>
9+
<version>24.7-SNAPSHOT</version>
1010
<relativePath>../../../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>hilla-endpoint</artifactId>
14-
<version>24.6-SNAPSHOT</version>
14+
<version>24.7-SNAPSHOT</version>
1515
<name>Hilla Endpoint</name>
1616
<packaging>jar</packaging>
1717

0 commit comments

Comments
 (0)