Skip to content

Commit

Permalink
AAE-16642 Update java version used in maven-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni007 committed Sep 19, 2023
1 parent 422a5fd commit 9b17d61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/maven-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ runs:
tag: ${{ env.RELEASE_VERSION }}
repository-directory: ${{ env.REPO_DIR }}

- name: Set up JDK 11
- name: Set up JDK 17
if: steps.check-tag.outputs.exists == 'false'
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17
cache: 'maven'

- name: Configure Maven settings
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.3.0
v3.3.1

0 comments on commit 9b17d61

Please sign in to comment.