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/02/13 19:39:58 UTC

[maven-dependency-plugin] branch MDEP-599 updated (b430402 -> 0617551)

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

khmarbaise pushed a change to branch MDEP-599
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


 discard b430402  [MDEP-599] - Upgrade parent to 31
     new 0617551  [MDEP-599] - Upgrade parent to 31  o Fixed checkstyle issues related to the upgrade.

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   (b430402)
            \
             N -- N -- N   refs/heads/MDEP-599 (0617551)

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:
 .../org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java   | 2 +-
 .../apache/maven/plugins/dependency/tree/TGFDependencyNodeVisitor.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

[maven-dependency-plugin] 01/01: [MDEP-599] - Upgrade parent to 31 o Fixed checkstyle issues related to the upgrade.

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

khmarbaise pushed a commit to branch MDEP-599
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 0617551aa75d2382a75b1ece878cf64362e51f04
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Feb 13 19:35:15 2018 +0100

    [MDEP-599] - Upgrade parent to 31
     o Fixed checkstyle issues related to the upgrade.
---
 pom.xml                                                                 | 2 +-
 .../org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java   | 2 +-
 .../apache/maven/plugins/dependency/tree/TGFDependencyNodeVisitor.java  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 27dfa25..df990a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>30</version>
+    <version>31</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
diff --git a/src/main/java/org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java b/src/main/java/org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java
index 8895234..18ac7b2 100644
--- a/src/main/java/org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java
+++ b/src/main/java/org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java
@@ -245,7 +245,7 @@ public class PurgeLocalRepositoryMojo
          *
          * @param directDependencies Set of dependencies objects which represent the direct dependencies of the project
          */
-        public DirectDependencyFilter( Artifact projectArtifact, List<Dependency> directDependencies )
+        DirectDependencyFilter( Artifact projectArtifact, List<Dependency> directDependencies )
         {
             this.projectArtifact = projectArtifact;
             this.directDependencies = directDependencies;
diff --git a/src/main/java/org/apache/maven/plugins/dependency/tree/TGFDependencyNodeVisitor.java b/src/main/java/org/apache/maven/plugins/dependency/tree/TGFDependencyNodeVisitor.java
index f25b56d..1a598c3 100644
--- a/src/main/java/org/apache/maven/plugins/dependency/tree/TGFDependencyNodeVisitor.java
+++ b/src/main/java/org/apache/maven/plugins/dependency/tree/TGFDependencyNodeVisitor.java
@@ -67,7 +67,7 @@ public class TGFDependencyNodeVisitor
          * @param to edge end
          * @param label optional label.
          */
-        public EdgeAppender( DependencyNode from, DependencyNode to, String label )
+        EdgeAppender( DependencyNode from, DependencyNode to, String label )
         {
             super();
             this.from = from;

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