You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/04/06 22:41:46 UTC

[maven-dependency-analyzer] branch master updated: [MSHARED-879] make build Reproducible

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-analyzer.git


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

commit 61c638b5a6129f479d852d4bb9bf9febd44dbd90
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Apr 7 00:32:57 2020 +0200

    [MSHARED-879] make build Reproducible
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7c1ee82..be7a60c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,7 @@
   <properties>
     <mavenVersion>2.0.5</mavenVersion>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>
@@ -164,7 +165,6 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>2.1.0</version>
         <executions>
           <execution>
             <goals>