Skip to content

Commit daeea18

Browse files
committed
🔖 Release Modules: aio, components, core, effects, localization, resources
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
1 parent 0fde157 commit daeea18

9 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-java@v4
2222
with:
2323
distribution: 'zulu'
24-
java-version: '24'
24+
java-version: '25'
2525

2626
- name: Give permissions to Gradle
2727
run: chmod +x gradlew

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-java@v4
2626
with:
2727
distribution: 'zulu'
28-
java-version: '24'
28+
java-version: '25'
2929

3030
- name: Give permissions to Gradle
3131
run: chmod +x gradlew

.github/workflows/update-changelogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'zulu'
21-
java-version: '24'
21+
java-version: '25'
2222

2323
- name: Give permissions to script
2424
run: chmod +x scripts/UpdateChangelogs

modules/aio/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ POM_LICENCE_NAME=GNU LGPLv3
1212
POM_LICENCE_URL=https://www.gnu.org/licenses/lgpl-3.0.html
1313
POM_LICENCE_DIST=repo
1414

15-
VERSION_NAME=24.0.1
16-
aio=24.0.1
15+
VERSION_NAME=25.1.0-EA1
16+
aio=25.1.0-EA1

modules/components/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ POM_LICENCE_NAME=GNU LGPLv3
99
POM_LICENCE_URL=https://www.gnu.org/licenses/lgpl-3.0.html
1010
POM_LICENCE_DIST=repo
1111

12-
VERSION_NAME=24.0.1
13-
components=24.0.1
12+
VERSION_NAME=25.1.0-EA1
13+
components=25.1.0-EA1

modules/core/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ POM_LICENCE_NAME=GNU LGPLv3
2727
POM_LICENCE_URL=https://www.gnu.org/licenses/lgpl-3.0.html
2828
POM_LICENCE_DIST=repo
2929

30-
VERSION_NAME=24.5.0
31-
core=24.5.0
30+
VERSION_NAME=25.1.0
31+
core=25.1.0

modules/effects/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ POM_LICENCE_NAME=GNU LGPLv3
99
POM_LICENCE_URL=https://www.gnu.org/licenses/lgpl-3.0.html
1010
POM_LICENCE_DIST=repo
1111

12-
VERSION_NAME=24.2.1
13-
effects=24.2.1
12+
VERSION_NAME=25.1.0
13+
effects=25.1.0

modules/localization/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ POM_LICENCE_NAME=GNU LGPLv3
99
POM_LICENCE_URL=https://www.gnu.org/licenses/lgpl-3.0.html
1010
POM_LICENCE_DIST=repo
1111

12-
VERSION_NAME=24.1.0
13-
localization:24.1.0
12+
VERSION_NAME=25.1.0
13+
localization=25.1.0

modules/resources/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ POM_LICENCE_NAME=GNU LGPLv3
99
POM_LICENCE_URL=https://www.gnu.org/licenses/lgpl-3.0.html
1010
POM_LICENCE_DIST=repo
1111

12-
VERSION_NAME=24.3.0
13-
resources=24.3.0
12+
VERSION_NAME=25.1.0
13+
resources=25.1.0

0 commit comments

Comments
 (0)