Skip to content

Commit b23f797

Browse files
Bump cdg.pitest.version from 0.1.3 to 0.2.0 (#2619)
1 parent aee3916 commit b23f797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 -DrepoToken=${{ secrets.GITHUB_TOKEN }} com.groupcdg:pitest-github-maven-plugin:0.1.3:updatePR
45+
run: mvn -DrepoToken=${{ secrets.GITHUB_TOKEN }} com.groupcdg:pitest-github-maven-plugin:0.2.0:updatePR

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<mockito.version>4.5.1</mockito.version>
4848
<!-- Plugin versions -->
4949
<bnd.version>6.2.0</bnd.version>
50-
<cdg.pitest.version>0.1.3</cdg.pitest.version>
50+
<cdg.pitest.version>0.2.0</cdg.pitest.version>
5151
<!-- Plugin versions overriding -->
5252
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
5353
</properties>

0 commit comments

Comments
 (0)