Skip to content

Commit 63acd7b

Browse files
committed
Fix CI wrt snapshot publish
1 parent 6dc56d3 commit 63acd7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: projectVersion
4343
run: echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.5.1:evaluate -DforceStdout -Dexpression=project.version -q)" >>$GITHUB_OUTPUT
4444
- name: Deploy snapshot
45-
if: ${{ github.event_name != 'pull_request' && matrix.java_version == '11' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
45+
if: ${{ github.event_name != 'pull_request' && matrix.java_version == '17' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
4646
env:
4747
CI_DEPLOY_USERNAME: ${{ secrets.CENTRAL_DEPLOY_USERNAME }}
4848
CI_DEPLOY_PASSWORD: ${{ secrets.CENTRAL_DEPLOY_PASSWORD }}

release-notes/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ No changes since 2.20
1616
#186: Update hibernate 6 code to avoid deprecated code
1717
(fixed by @pjfanning)
1818
- Generate SBOMs [JSTEP-14]
19+
- Build now requires JDK 17 (since Hibernate7 module requires it)
1920

2021
2.19.2 (18-Jul-2025)
2122
2.19.1 (13-Jun-2025)

0 commit comments

Comments
 (0)