Skip to content

Commit

Permalink
Specify pof-maven-plugin version for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Aug 22, 2024
1 parent c01863a commit 74c3afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
shell: bash
run: |
echo "Running verify against $COH_VERSION"
mvn --file pom.xml -nsu --batch-mode -e -Dcoherence.version=$COH_VERSION clean install
mvn --file pom.xml -nsu --batch-mode -e -Dcoherence.version=$COH_VERSION -Dpof.maven.plugin.version=24.03.1 clean install
echo "==== Testing end-points ====="
mvn exec:exec > server.log 2>&1 &
PID=$!
Expand Down

0 comments on commit 74c3afc

Please sign in to comment.