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/07 21:33:23 UTC

[maven-doap-plugin] branch master updated: [MDOAP-60] 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-doap-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 48c884b  [MDOAP-60] make build Reproducible
48c884b is described below

commit 48c884bcca5cd538a85494f3e5c051d0da702dde
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Apr 7 23:33:16 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index e02c0d9..e89f8a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -65,7 +65,8 @@ under the License.
     <mavenVersion>2.2.1</mavenVersion>
     <scmVersion>1.11.1</scmVersion>
     <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>    
+    <maven.compiler.target>1.7</maven.compiler.target>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>