Skip to content

Commit 0fff0ce

Browse files
committed
Restore explicit version for pitest-github-maven-plugin
1 parent 9df530d commit 0fff0ce

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/pitest-updated-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
# The updatePR maven goal is used here with an explicit version. This allows us to upload without checking out
4343
# the code, but does mean the version here must be maintained. An alternative would be to checkout the code and use
4444
# the github goal. This will work as long as the artifact is extracted to the maven target directory
45-
run: mvn -Ppitest -DrepoToken=${{ secrets.GITHUB_TOKEN }} pitest-github:updatePR
45+
run: mvn -DrepoToken=${{ secrets.GITHUB_TOKEN }} com.groupcdg:pitest-github-maven-plugin:0.0.10:updatePR

pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -639,11 +639,6 @@
639639
<artifactId>sonar-maven-plugin</artifactId>
640640
<version>3.9.0.2155</version>
641641
</plugin>
642-
<plugin>
643-
<groupId>com.groupcdg</groupId>
644-
<artifactId>pitest-github-maven-plugin</artifactId>
645-
<version>${cdg.pitest.version}</version>
646-
</plugin>
647642
<plugin>
648643
<groupId>net.alchim31.maven</groupId>
649644
<artifactId>yuicompressor-maven-plugin</artifactId>

0 commit comments

Comments
 (0)