From 58dd953b40c784424bc0393ae44d972bb39327e9 Mon Sep 17 00:00:00 2001 From: "mate.biro" Date: Wed, 20 Mar 2024 11:02:06 +0100 Subject: [PATCH] #55 - workflows java 17 upgrade --- .github/workflows/manual_release.yml | 4 ++-- .github/workflows/maven-deploy.yml | 4 ++-- docs/release-notes/v1.0.0.adoc | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manual_release.yml b/.github/workflows/manual_release.yml index 85738e6b..55f96881 100644 --- a/.github/workflows/manual_release.yml +++ b/.github/workflows/manual_release.yml @@ -67,10 +67,10 @@ jobs: # Ne az a user legyen aki a workflow-ot inditotta token: ${{ secrets.GH_TOKEN_TECHUSER_JAVA }} - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: 11 + java-version: 17 distribution: 'temurin' server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml index b740d776..802a5395 100644 --- a/.github/workflows/maven-deploy.yml +++ b/.github/workflows/maven-deploy.yml @@ -26,10 +26,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: 11 + java-version: 17 distribution: 'temurin' server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file diff --git a/docs/release-notes/v1.0.0.adoc b/docs/release-notes/v1.0.0.adoc index 2f3a5a2c..d97f3472 100644 --- a/docs/release-notes/v1.0.0.adoc +++ b/docs/release-notes/v1.0.0.adoc @@ -4,3 +4,4 @@ * Jakarta EE10 upgrade * Test fix +* gitHub Workflows - java 17 upgrade