Skip to content

Commit d40ebc3

Browse files
committed
Specify versions-maven-plugin version explicitly
If version not specified explicitly maven-cli downloads the latest Regression have been introduced in version 2.14.0 mojohaus/versions#848 (cherry picked from commit 9c1a68f)
1 parent 2e829ed commit d40ebc3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libraries/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@
144144
<artifactId>maven-jar-plugin</artifactId>
145145
<version>3.2.2</version>
146146
</plugin>
147+
<plugin>
148+
<groupId>org.codehaus.mojo</groupId>
149+
<artifactId>versions-maven-plugin</artifactId>
150+
<version>2.13.0</version>
151+
</plugin>
147152
</plugins>
148153
</pluginManagement>
149154

0 commit comments

Comments
 (0)