Skip to content

Commit

Permalink
Use java21
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 9, 2024
1 parent 37caa31 commit 0949f1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
mongodb-version: ${{ matrix.mongodb-version }}
mongodb-replica-set: test-rs

- uses: actions/setup-java@v1
- uses: actions/setup-java@v4
with:
java-version: 11
java-version: 21
distribution: 'temurin'
cache: 'maven'

- name: Build with Maven
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 21
distribution: 'temurin'
cache: 'maven'
server-id: openconext-releases
server-username: MAVEN_USERNAME
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.openconext</groupId>
<artifactId>tiqr-java-connector</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>2.0.1</version>
<name>tiqr-java-connector</name>

<dependencies>
Expand Down

0 comments on commit 0949f1b

Please sign in to comment.