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

rfscholte pushed a commit to branch MSHARED-816
in repository https://gitbox.apache.org/repos/asf/maven-dependency-tree.git

commit 350cbd2db4c2b899349e06ca3bdf57ebece0f5f1
Author: Richard Atkins <richatk...@atlassian.com>
AuthorDate: Mon Apr 15 11:57:09 2019 +1000

    Add support for pre-managed metadata to Maven31DependencyGraphBuilder
    
     * Simply uncomment existing commented out code, and reformat again
     * Also update to maven-shared-components 33, and test against latest maven 
3.0.5 bugfix release
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fbda3ca..65a1e14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>3.0.4</version>
+      <version>3.0.5</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -173,7 +173,7 @@
               These files contains the expected output of this component and 
can not contain a license header.
             -->
             <exclude>src/it/*/expected*.txt</exclude>
-          </excludes>            
+          </excludes>
         </configuration>
         <executions>
           <execution>

Reply via email to