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 2022/01/28 22:15:16 UTC

[maven-stage-plugin] branch mvn4 created (now 4a2cb77)

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

gnodet pushed a change to branch mvn4
in repository https://gitbox.apache.org/repos/asf/maven-stage-plugin.git.


      at 4a2cb77  mvn4 aggregator

This branch includes the following new commits:

     new 4a2cb77  mvn4 aggregator

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-stage-plugin] 01/01: mvn4 aggregator

Posted by gn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4a2cb77e288adc76e60785c3ff6ac6a91ecc3491
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Jan 28 23:15:14 2022 +0100

    mvn4 aggregator
---
 pom.xml                                                           | 8 ++++----
 .../org/apache/maven/maven/2.0.6/maven-2.0.6.pom                  | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 651ae6c..7636beb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>34</version>
+    <version>35-SNAPSHOT</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -64,8 +64,8 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <wagonVersion>2.8</wagonVersion>
-    <mavenVersion>2.2.1</mavenVersion>
+    <wagonVersion>3.5.2-SNAPSHOT</wagonVersion>
+    <mavenVersion>4.0.0-alpha-1-SNAPSHOT</mavenVersion>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
@@ -77,7 +77,7 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact-manager</artifactId>
+      <artifactId>maven-compat</artifactId>
       <version>${mavenVersion}</version>
     </dependency>
     <dependency>
diff --git a/src/test/staging-repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom b/src/test/staging-repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
index 9841695..b3cca4b 100644
--- a/src/test/staging-repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
+++ b/src/test/staging-repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
@@ -118,7 +118,7 @@ under the License.
     </dependency>
   </dependencies>
   <properties>
-    <mavenVersion>2.0.6</mavenVersion>
+    <mavenVersion>4.0.0-alpha-1-SNAPSHOT</mavenVersion>
   </properties>
   <dependencyManagement>
     <dependencies>