Skip to content

Commit

Permalink
Merge pull request #67 from ResilientGroup/versionUpdates
Browse files Browse the repository at this point in the history
updated versions of pitest and versions-maven-plugin and MavenSetup v…
  • Loading branch information
Wolf2323 authored Dec 3, 2024
2 parents 387201b + 714f617 commit 30b5472
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<!-- project version -->
<revision>1.10.0</revision>
<revision>1.11.0</revision>
<changelist>-SNAPSHOT</changelist>
</properties>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<!-- project version -->
<revision>1.10.0</revision>
<revision>1.11.0</revision>
<changelist>-SNAPSHOT</changelist>
<!-- dependencyManagement versions -->
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
Expand All @@ -44,9 +44,9 @@
<maven-project-info-reports-plugin.version>3.7.0</maven-project-info-reports-plugin.version>
<maven-jxr-plugin.version>3.4.0</maven-jxr-plugin.version>
<cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
<pitest-maven.version>1.16.3</pitest-maven.version>
<pitest-maven.version>1.17.2</pitest-maven.version>
<pitest-junit5-plugin.version>1.2.1</pitest-junit5-plugin.version>
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
<maven-wrapper.version>3.3.2</maven-wrapper.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<!-- project version -->
<revision>1.10.0</revision>
<revision>1.11.0</revision>
<changelist>-SNAPSHOT</changelist>
<!-- project settings -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 30b5472

Please sign in to comment.