Skip to content

Commit 5a6215a

Browse files
committed
Tiny upgrade to Github/CI
1 parent a1e1b8a commit 5a6215a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: ./mvnw -B -q -ff -ntp verify
4949
- name: Extract project Maven version
5050
id: projectVersion
51-
run: echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -DforceStdout -Dexpression=project.version -q)" >>$GITHUB_OUTPUT
51+
run: echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.3.0:evaluate -DforceStdout -Dexpression=project.version -q)" >>$GITHUB_OUTPUT
5252
- name: Deploy snapshot
5353
if: github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT')
5454
env:

0 commit comments

Comments
 (0)