File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 42
42
id : projectVersion
43
43
run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.5.1:evaluate -DforceStdout -Dexpression=project.version -q)" >>$GITHUB_OUTPUT
44
44
- 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') }}
46
46
env :
47
47
CI_DEPLOY_USERNAME : ${{ secrets.CENTRAL_DEPLOY_USERNAME }}
48
48
CI_DEPLOY_PASSWORD : ${{ secrets.CENTRAL_DEPLOY_PASSWORD }}
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ No changes since 2.20
16
16
#186: Update hibernate 6 code to avoid deprecated code
17
17
(fixed by @pjfanning)
18
18
- Generate SBOMs [JSTEP-14]
19
+ - Build now requires JDK 17 (since Hibernate7 module requires it)
19
20
20
21
2.19.2 (18-Jul-2025)
21
22
2.19.1 (13-Jun-2025)
You can’t perform that action at this time.
0 commit comments