You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/06/13 10:37:24 UTC

[maven] branch MNG-6424 updated (8d67b3b -> c3a1379)

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

khmarbaise pushed a change to branch MNG-6424
in repository https://gitbox.apache.org/repos/asf/maven.git.


 discard 8d67b3b  [MNG-6424] - Upgrade plexus-interpolation to 1.25
     add 3af07f8  [MNG-6364] run Core ITs also with Java 9
     add 29e9b50  [MNG-6344] Upgrade Guice to 4.2.0
     add 5b4e173  [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM
     new c3a1379  [MNG-6424] - Upgrade plexus-interpolation to 1.25

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8d67b3b)
            \
             N -- N -- N   refs/heads/MNG-6424 (c3a1379)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 Jenkinsfile                                                             | 2 +-
 .../src/main/resources/org/apache/maven/model/pom-4.0.0.xml             | 2 +-
 pom.xml                                                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven] 01/01: [MNG-6424] - Upgrade plexus-interpolation to 1.25

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

khmarbaise pushed a commit to branch MNG-6424
in repository https://gitbox.apache.org/repos/asf/maven.git

commit c3a1379938c596c1432f5e452db905b27c71508b
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jun 9 13:44:06 2018 +0200

    [MNG-6424] - Upgrade plexus-interpolation to 1.25
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b90e484..d442473 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@ under the License.
     <junitVersion>4.12</junitVersion>
     <mockitoVersion>2.12.0</mockitoVersion>
     <plexusVersion>1.7.1</plexusVersion>
-    <plexusInterpolationVersion>1.24</plexusInterpolationVersion>
+    <plexusInterpolationVersion>1.25</plexusInterpolationVersion>
     <plexusUtilsVersion>3.1.0</plexusUtilsVersion>
     <guavaVersion>20.0</guavaVersion>
     <guiceVersion>4.2.0</guiceVersion>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.