Skip to content

Commit

Permalink
Specify versions-maven-plugin version explicitly
Browse files Browse the repository at this point in the history
If version not specified explicitly maven-cli downloads the latest
Regression have been introduced in version 2.14.0
mojohaus/versions#848
  • Loading branch information
Badya committed Dec 14, 2022
1 parent 4ae12bf commit 9c1a68f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/pom.xml
Expand Up @@ -145,6 +145,11 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.13.0</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 9c1a68f

Please sign in to comment.