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/08 18:05:59 UTC

[maven-scm-publish-plugin] branch master updated: [MSCMPUB-45] 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-scm-publish-plugin.git


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

commit c456597e5c1774861c2c05d885583d79b5d9e721
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Apr 8 20:05:53 2020 +0200

    [MSCMPUB-45] make build Reproducible
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d30ef07..af55f15 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/>
   </parent>
 
@@ -70,6 +70,7 @@ under the License.
     <!-- for documentation purpose -->
     <maven-scm-provider-svnjava-version>2.0.6</maven-scm-provider-svnjava-version>
     <svnkit-version>1.7.11</svnkit-version>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
   
   <prerequisites>