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/02/02 17:07:10 UTC

[maven-archetype] branch master updated: [ARCHETYPE-586] 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-archetype.git


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

commit 45d6479329a58b900245a813091e2809022d05d1
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Feb 2 18:07:05 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 91f7f2c..ff6ad11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33</version>
+    <version>34</version>
   </parent>
 
   <groupId>org.apache.maven.archetype</groupId>
@@ -79,6 +79,7 @@
     <wagonVersion>3.3.3</wagonVersion>
     <surefire.version>2.21.0</surefire.version>
     <maven.site.path>archetype-archives/archetype-LATEST</maven.site.path>
+    <project.build.outputTimestamp>2020-02-02T18:03:59Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>
@@ -266,9 +267,7 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase>
             <preparationGoals>clean install</preparationGoals>
-            <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>
         <plugin>