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

2018-02-13 Thread khmarbaise
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 
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.
   
 maven-plugins
 org.apache.maven.plugins
-30
+31
 ../../pom/maven/maven-plugins/pom.xml
   
 
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 directDependencies )
+DirectDependencyFilter( Artifact projectArtifact, List 
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
khmarba...@apache.org.


[maven-dependency-plugin] 01/01: [MDEP-599] - Upgrade parent to 31

2018-02-13 Thread khmarbaise
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 b430402a62589ec7155f6c793b498a058384b9b5
Author: Karl Heinz Marbaise 
AuthorDate: Tue Feb 13 19:35:15 2018 +0100

[MDEP-599] - Upgrade parent to 31
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
   
 maven-plugins
 org.apache.maven.plugins
-30
+31
 ../../pom/maven/maven-plugins/pom.xml
   
 

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