This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 336f277  Fix build broken by missing releases
336f277 is described below

commit 336f27772ce6788e2b598900730efb91729dabb3
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Wed Jun 26 12:47:16 2024 +0200

    Fix build broken by missing releases
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f2d90e3..1abe6d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,8 +83,8 @@
     <mavenCompilerPluginVersion>3.10.1</mavenCompilerPluginVersion>
     <mavenEnforcerPluginVersion>3.1.0</mavenEnforcerPluginVersion>
     <mavenJarPluginVersion>3.3.0</mavenJarPluginVersion>
-    <mavenPluginPluginVersion>4.0.0-beta-1</mavenPluginPluginVersion>
-    <mavenPluginTestingVersion>4.0.0-beta-1</mavenPluginTestingVersion>
+    <mavenPluginPluginVersion>4.0.0-beta-2-SNAPSHOT</mavenPluginPluginVersion>
+    
<mavenPluginTestingVersion>4.0.0-beta-2-SNAPSHOT</mavenPluginTestingVersion>
     <mavenResourcesPluginVersion>3.3.0</mavenResourcesPluginVersion>
     <mavenSourcePluginVersion>3.2.1</mavenSourcePluginVersion>
     <mavenSurefirePluginVersion>3.2.2</mavenSurefirePluginVersion>

Reply via email to