You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/16 11:06:22 UTC

[maven-filtering] branch 31 created (now 52a25fc)

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

elharo pushed a change to branch 31
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git.


      at 52a25fc  update to maven 3.1.0

This branch includes the following new commits:

     new 52a25fc  update to maven 3.1.0

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-filtering] 01/01: update to maven 3.1.0

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

elharo pushed a commit to branch 31
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git

commit 52a25fc6d2ccae35c63932315cc949d9f21ab5f6
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Jul 16 07:06:07 2020 -0400

    update to maven 3.1.0
---
 pom.xml                                                               | 2 +-
 src/test/java/org/apache/maven/shared/filtering/StubMavenSession.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f26ca8c..7257670 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.0</mavenVersion>
+    <mavenVersion>3.1.0</mavenVersion>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
   </properties>
diff --git a/src/test/java/org/apache/maven/shared/filtering/StubMavenSession.java b/src/test/java/org/apache/maven/shared/filtering/StubMavenSession.java
index 61b273d..644329a 100644
--- a/src/test/java/org/apache/maven/shared/filtering/StubMavenSession.java
+++ b/src/test/java/org/apache/maven/shared/filtering/StubMavenSession.java
@@ -26,7 +26,7 @@ import org.apache.maven.execution.MavenExecutionResult;
 import org.apache.maven.execution.MavenSession;
 import org.apache.maven.settings.Settings;
 import org.codehaus.plexus.PlexusContainer;
-import org.sonatype.aether.RepositorySystemSession;
+import org.eclipse.aether.RepositorySystemSession;
 
 /**
  * @author Olivier Lamy