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

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


The following commit(s) were added to refs/heads/master by this push:
     new e07662a  [MSHARED-853] make build Reproducible
e07662a is described below

commit e07662ad1a425f356adece5b43e7b2979e0ad69a
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Fri Feb 7 23:03:00 2020 +0100

    [MSHARED-853] make build Reproducible
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a5be89e..41955a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath></relativePath>
   </parent>
 
@@ -57,6 +57,7 @@
   <properties>
     <mavenVersion>3.0</mavenVersion>
        <javaVersion>7</javaVersion>
+    
<project.build.outputTimestamp>2020-02-07T09:03:59Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>
@@ -75,7 +76,6 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-annotations</artifactId>
-      <version>1.7.1</version>
     </dependency>
     <dependency>
       <groupId>org.sonatype.aether</groupId>
@@ -120,7 +120,6 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>1.7.1</version>
         <executions>
           <execution>
             <goals>

Reply via email to