From c520c570637e958c89d947860dc10af9c94d3baa Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Wed, 14 Dec 2022 20:54:19 +0000 Subject: [PATCH] Pin versions-maven-plugin version to 2.13.0. 2.14.0 has a bug (https://github.com/mojohaus/versions/issues/848) that broke us. We should be pinning all build tool versions, anyway. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index e9f0589ebe30..ae0fc28ef1e9 100644 --- a/pom.xml +++ b/pom.xml @@ -150,6 +150,7 @@ 2.8.2 3.3.0 0.15.6 + 2.13.0 3.1.0 @@ -434,6 +435,12 @@ + + org.codehaus.mojo + versions-maven-plugin + ${versions-maven-plugin.version} + + org.codehaus.mojo build-helper-maven-plugin