Skip to content

Commit 7990d3d

Browse files
authored
Pin versions-maven-plugin version to 2.13.0. (#3623)
2.14.0 has a bug (mojohaus/versions#848) that broke us. We should be pinning all build tool versions, anyway.
1 parent 29c37fd commit 7990d3d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
151151
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
152152
<japicmp-maven-plugin.version>0.15.6</japicmp-maven-plugin.version>
153+
<versions-maven-plugin.version>2.13.0</versions-maven-plugin.version>
153154
<!-- Whenever we update maven-wrapper-plugin version, we need to run mvn wrapper:wrapper to update the Maven Wrapper files(mvnw, .maven and mvnw.cmd) -->
154155
<maven-wrapper-plugin.version>3.1.0</maven-wrapper-plugin.version>
155156

@@ -434,6 +435,12 @@
434435
</pluginManagement>
435436

436437
<plugins>
438+
<plugin>
439+
<groupId>org.codehaus.mojo</groupId>
440+
<artifactId>versions-maven-plugin</artifactId>
441+
<version>${versions-maven-plugin.version}</version>
442+
</plugin>
443+
437444
<plugin>
438445
<groupId>org.codehaus.mojo</groupId>
439446
<artifactId>build-helper-maven-plugin</artifactId>

0 commit comments

Comments
 (0)