You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/03/14 21:54:11 UTC

[maven] branch MNG-6538 updated (1ee7fb4 -> 0235ddd)

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

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


 discard 1ee7fb4  Add staged repo
 discard 7124bbc  [MNG-6538]  Upgrade maven-resolver to 1.3.3
     add 37676a2  [MNG-6599] use version from parent if necessary, like groupId
     add 4bec550  [MNG-6600] add inputlocation tracking for default lifecycle executions
     add 0b10fe7  [MNG-6597] add input location tracking for plugins configuration
     add 49c8f17  [MNG-6601] add input location tracking for m-site-p converted reports
     new 0235ddd  [MNG-6538]  Upgrade maven-resolver to 1.3.3

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   (1ee7fb4)
            \
             N -- N -- N   refs/heads/MNG-6538 (0235ddd)

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:
 .../internal/DefaultLifecyclePluginAnalyzer.java   | 22 ++++++++-
 .../maven/model/building/ModelProblemUtils.java    |  4 ++
 .../model/plugin/DefaultReportingConverter.java    | 54 +++++++++++++++-------
 .../model/superpom/DefaultSuperPomProvider.java    |  2 +-
 maven-model/pom.xml                                |  1 +
 pom.xml                                            | 13 ++----
 6 files changed, 68 insertions(+), 28 deletions(-)


[maven] 01/01: [MNG-6538] Upgrade maven-resolver to 1.3.3

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

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

commit 0235dddd16b036a21d8b6e03b0581b8202fa7dfe
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Mar 3 12:38:32 2019 +0100

    [MNG-6538]  Upgrade maven-resolver to 1.3.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index df0f29e..0af29e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
     <cipherVersion>1.7</cipherVersion>
     <modelloVersion>1.10.0</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.3.1</resolverVersion>
+    <resolverVersion>1.3.3</resolverVersion>
     <slf4jVersion>1.7.25</slf4jVersion>
     <xmlunitVersion>2.2.1</xmlunitVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>