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/30 07:07:50 UTC

[maven] branch MNG-6424 updated (c3a1379 -> 3d3c068)

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 c3a1379  [MNG-6424] - Upgrade plexus-interpolation to 1.25
     add 1edded0  [maven-release-plugin] prepare release maven-3.5.4
     add 1efd571  [maven-release-plugin] prepare for next development iteration
     add bf0bd63  Master is now on 3.6.0-SNAPSHOT
     add 5f526ab  [INFRA-16467] move components documentation out of CMS space
     add a2b800d  update doap
     new 3d3c068  [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   (c3a1379)
            \
             N -- N -- N   refs/heads/MNG-6424 (3d3c068)

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:
 apache-maven/pom.xml              |  2 +-
 doap_Maven.rdf                    | 13 ++++++++++++-
 maven-artifact/pom.xml            |  2 +-
 maven-builder-support/pom.xml     |  2 +-
 maven-compat/pom.xml              |  2 +-
 maven-core/pom.xml                |  2 +-
 maven-embedder/pom.xml            |  2 +-
 maven-model-builder/pom.xml       |  2 +-
 maven-model/pom.xml               |  2 +-
 maven-plugin-api/pom.xml          |  2 +-
 maven-repository-metadata/pom.xml |  2 +-
 maven-resolver-provider/pom.xml   |  2 +-
 maven-settings-builder/pom.xml    |  2 +-
 maven-settings/pom.xml            |  2 +-
 maven-slf4j-provider/pom.xml      |  2 +-
 pom.xml                           |  4 ++--
 16 files changed, 28 insertions(+), 17 deletions(-)


[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 3d3c068a138e604a9e9270654540599d52442227
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 cf4b364..90710f5 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>