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:15:42 UTC

[maven-default-skin] branch master updated: [MSKINS-166] 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-default-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new 644ccce  [MSKINS-166] make build Reproducible
644ccce is described below

commit 644ccce4a8f9a4a988572d5dbbd71975ff10ee97
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Apr 8 20:15:34 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 095265f..2f7314f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-skins</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath>../../pom/maven/maven-skins/pom.xml</relativePath>
   </parent>
 
@@ -58,6 +58,7 @@ under the License.
   
   <properties>
     <sitePluginVersion>3.8.2</sitePluginVersion>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>