File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
# The updatePR maven goal is used here with an explicit version. This allows us to upload without checking out
43
43
# the code, but does mean the version here must be maintained. An alternative would be to checkout the code and use
44
44
# 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
Original file line number Diff line number Diff line change 47
47
<mockito .version>4.5.1</mockito .version>
48
48
<!-- Plugin versions -->
49
49
<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>
51
51
<!-- Plugin versions overriding -->
52
52
<jacoco-maven-plugin .version>0.8.8</jacoco-maven-plugin .version>
53
53
</properties >
You can’t perform that action at this time.
0 commit comments