Skip to content

Commit

Permalink
Update readme to use Java 17
Browse files Browse the repository at this point in the history
Update CI test with refs to Krill and Koral tags using the old groupId.

Update change log to prepare for release

Change-Id: I260511b9087c41cae08cd280a17060fbff30b7f0
  • Loading branch information
margaretha committed Jan 30, 2024
1 parent b12acdf commit 95c73a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ jobs:
with:
repository: KorAP/Krill
path: Krill
ref: v0.61.3

- name: Checkout Koral
uses: actions/checkout@v2
with:
repository: KorAP/Koral
path: Koral
ref: v0.41

- name: Set up JDK 17
uses: actions/setup-java@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Recent changes on the project are described in the change logs (Changes files).
# Setup


#### Prerequisites: Jdk 11, Git, Maven 3
#### Prerequisites: Jdk 17, Git, Maven 3

Clone the latest version of Kustvakt
<pre>
Expand Down
2 changes: 1 addition & 1 deletion full/Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# version 0.72-SNAPSHOT
# version 0.72

- Replaced javax.ws to jakarta.ws namespace (#648)
- Upgrading Jersey 2.40 to 3.x (#646)
Expand Down

0 comments on commit 95c73a6

Please sign in to comment.