Skip to content

Commit

Permalink
Pin versions-maven-plugin version to 2.13.0.
Browse files Browse the repository at this point in the history
2.14.0 has a bug (mojohaus/versions#848) that broke us. We should be pinning all build tool versions, anyway.
  • Loading branch information
millems committed Dec 14, 2022
1 parent 63ade31 commit c520c57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -150,6 +150,7 @@
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
<japicmp-maven-plugin.version>0.15.6</japicmp-maven-plugin.version>
<versions-maven-plugin.version>2.13.0</versions-maven-plugin.version>
<!-- 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) -->
<maven-wrapper-plugin.version>3.1.0</maven-wrapper-plugin.version>

Expand Down Expand Up @@ -434,6 +435,12 @@
</pluginManagement>

<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${versions-maven-plugin.version}</version>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

0 comments on commit c520c57

Please sign in to comment.