Skip to content

Commit

Permalink
Upgrade versions-maven-plugin to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed May 24, 2023
1 parent 3249613 commit 3e35605
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<version.shade.plugin>3.4.1</version.shade.plugin>
<version.source.plugin>3.2.1</version.source.plugin>
<version.surefire.plugin>${version.failsafe.plugin}</version.surefire.plugin>
<version.versions.plugin>2.15.0</version.versions.plugin>
<version.yaml-properties.plugin>1.1.3</version.yaml-properties.plugin>

<!-- Code format -->
Expand Down Expand Up @@ -384,6 +385,11 @@
<artifactId>exec-maven-plugin</artifactId>
<version>${version.exec.plugin}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${version.versions.plugin}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 3e35605

Please sign in to comment.