Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 09f8120

Browse files
Make example use starter from current Maven reactor on CI.
1 parent 6e11a79 commit 09f8120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
java-version: ${{ matrix.java }}
2525
- name: Run Maven build
26-
run: ./mvnw --no-transfer-progress clean verify
26+
run: ./mvnw --no-transfer-progress clean verify -Drevision=4.0 -Dchangelist=-SNAPSHOT

0 commit comments

Comments
 (0)