Skip to content

Commit

Permalink
#55 - workflows java 17 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mate-biro committed Mar 20, 2024
1 parent c6b71cb commit 58dd953
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes/v1.0.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

* Jakarta EE10 upgrade
* Test fix
* gitHub Workflows - java 17 upgrade

0 comments on commit 58dd953

Please sign in to comment.