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/05 13:32:50 UTC

[maven-archetypes] branch master updated: [MARCHETYPES-68] make build reproductible

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


The following commit(s) were added to refs/heads/master by this push:
     new 807734f  [MARCHETYPES-68] make build reproductible
807734f is described below

commit 807734f6550db2e60aa14d845b047b0cfd549216
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Apr 5 15:32:40 2020 +0200

    [MARCHETYPES-68] make build reproductible
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3e9786c..5964b89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33</version>
+    <version>34</version>
   </parent>
 
   <groupId>org.apache.maven.archetypes</groupId>
@@ -76,6 +76,7 @@ under the License.
   <properties>
     <maven.site.path>archetypes-archives/archetypes-LATEST</maven.site.path>
     <rat.skip>true</rat.skip>
+    <project.build.outputTimestamp>2020-04-05T12:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <build>
@@ -83,7 +84,7 @@ under the License.
       <extension>
         <groupId>org.apache.maven.archetype</groupId>
         <artifactId>archetype-packaging</artifactId>
-        <version>3.1.0</version>
+        <version>3.2.0-SNAPSHOT</version>
       </extension>
     </extensions>
     <resources>
@@ -103,7 +104,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-archetype-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.2.0-SNAPSHOT</version>
           <configuration>
             <ignoreEOLStyle>true</ignoreEOLStyle>
             <properties>