Skip to content

Commit

Permalink
We use java 21 already.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 8, 2025
1 parent ded2a99 commit 9faac4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: 21
cache: maven
server-id: vpro-ossrh
server-username: SONATYPE_USERNAME
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The github build can be done locally with 'https://github.com/nektos/act[act]'.
| 7.12-SNAPSHOT branch | used for poms 7.12 released. Doesn't contain some changed related to hibernate-search upgrade (media sort field methods) | may 2024
| 8.x | javax - > jakarta | february 2024
| 8.2| hibernate 6 | may 2024, hibernate is only an optional dependency (only the annotations are used in this project)
| 9.x | java 21 | late 2024
| 8.4 | java 21 | early 2025
|===


Expand Down

0 comments on commit 9faac4b

Please sign in to comment.