Skip to content

Commit c7c2e41

Browse files
committed
Merge branch '2.19' into 2.x
2 parents 2f2fdcc + 2e9816a commit c7c2e41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4-
branches: [2.*]
54
paths-ignore:
65
- "README.md"
76
- "release-notes/*"
87
pull_request:
9-
branches: [2.*]
108
paths-ignore:
119
- "README.md"
1210
- "release-notes/*"
@@ -37,7 +35,7 @@ jobs:
3735
run: ./mvnw -B -q -ff -ntp verify
3836
- name: Extract project Maven version
3937
id: projectVersion
40-
run: echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.3.0:evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
38+
run: echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.5.1:evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
4139
- name: Deploy snapshot
4240
if: ${{ github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
4341
env:

0 commit comments

Comments
 (0)