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 2019/09/29 18:39:49 UTC

[maven-parent] 02/02: prepare maven-parent for Reproducible Builds

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch reproducible
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

commit d213125b171c8a2f7e4cbb74b713e11e0fd055dd
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Sep 29 20:39:17 2019 +0200

    prepare maven-parent for Reproducible Builds
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 41cefa5..4b8698e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>22-SNAPSHOT</version>
+    <version>22.RB-SNAPSHOT</version>
     <relativePath>../asf/pom.xml</relativePath>
   </parent>
 
@@ -892,6 +892,7 @@ under the License.
     <mavenPluginToolsVersion>3.5.2</mavenPluginToolsVersion>
     <!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some) -->
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
+    <source-date-epoch>1569082516</source-date-epoch><!-- 2019-09-21T16:15:16Z -->
   </properties>
 
   <dependencyManagement>