File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments