You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2023/02/15 09:17:25 UTC

[maven-plugin-tools] branch master updated: [MPLUGIN-441] Upgrade to maven alpha-4 (#191)

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-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 25837eed [MPLUGIN-441] Upgrade to maven alpha-4 (#191)
25837eed is described below

commit 25837eede059b63a2c249b139c6b6340a0d7ac89
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Wed Feb 15 10:17:19 2023 +0100

    [MPLUGIN-441] Upgrade to maven alpha-4 (#191)
---
 maven-plugin-plugin/src/it/v4api/verify.groovy | 2 +-
 pom.xml                                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-plugin-plugin/src/it/v4api/verify.groovy b/maven-plugin-plugin/src/it/v4api/verify.groovy
index c3c4967c..59a369a3 100644
--- a/maven-plugin-plugin/src/it/v4api/verify.groovy
+++ b/maven-plugin-plugin/src/it/v4api/verify.groovy
@@ -23,7 +23,7 @@ assert descriptorFile.isFile()
 def pluginDescriptor = new XmlParser().parse( descriptorFile );
 
 assert pluginDescriptor.requiredJavaVersion.text() == '1.8'
-assert pluginDescriptor.requiredMavenVersion.text() == '4.0.0-alpha-2'
+assert pluginDescriptor.requiredMavenVersion.text() == '4.0.0-alpha-4'
 
 def mojo = pluginDescriptor.mojos.mojo.findAll{ it.goal.text() == "first" }[0]
 
diff --git a/pom.xml b/pom.xml
index ff154534..2519ecd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
   <properties>
     <javaVersion>8</javaVersion>
     <pluginTestingHarnessVersion>3.3.0</pluginTestingHarnessVersion>
-    <maven4Version>4.0.0-alpha-2</maven4Version>
+    <maven4Version>4.0.0-alpha-4</maven4Version>
     <mavenVersion>3.2.5</mavenVersion>
     <!-- SLF4J version must match the version exported from the mavenVersion, 
     https://github.com/apache/maven/blob/12a6b3acb947671f09b81f49094c53f426d8cea1/pom.xml#L63 -->