You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/08/31 18:24:16 UTC

[creadur-tentacles] branch master updated: Update parent pom and add property for reproducable build

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git


The following commit(s) were added to refs/heads/master by this push:
     new 66f8fc5  Update parent pom and add property for reproducable build
66f8fc5 is described below

commit 66f8fc57ded201d146c8ecd2b7c810af6f5e9604
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Tue Aug 31 20:24:08 2021 +0200

    Update parent pom and add property for reproducable build
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ff4efc9..53becd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>20</version>
+    <version>24</version>
   </parent>
   <groupId>org.apache.creadur.tentacles</groupId>
   <artifactId>apache-tentacles</artifactId>
@@ -76,6 +76,7 @@
     <javaVersion>1.8</javaVersion>
     <httpClientVersion>4.5.13</httpClientVersion>
     <apacheRatVersion>0.13</apacheRatVersion>
+    <project.build.outputTimestamp>1</project.build.outputTimestamp>
   </properties>
   <issueManagement>
     <system>JIRA</system>