Skip to content

Commit 8d75a3c

Browse files
Fixed feedback #1
Signed-off-by: David Strömner <david.stromner@stralfors.se>
1 parent f3eefcb commit 8d75a3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup java
3434
uses: actions/setup-java@v1
3535
with:
36-
java-version: 8
36+
java-version: 17
3737
server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
3838
server-username: MAVEN_USERNAME # env variable for username in deploy
3939
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy

.github/workflows/bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup java
2626
uses: actions/setup-java@v1
2727
with:
28-
java-version: 8
28+
java-version: 17
2929
- name: Bump version using Maven
3030
if: ${{ inputs.maven-modules == 'true' }}
3131
run: './mvnw versions:set -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false -B'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</modules>
8484

8585
<properties>
86-
<java.version>25</java.version>
86+
<java.version>17</java.version>
8787
<maven.compiler.source>${java.version}</maven.compiler.source>
8888
<maven.compiler.target>${java.version}</maven.compiler.target>
8989
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)