You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2021/12/24 18:42:48 UTC

[logging-parent] branch master updated: define outputTimestamp for release to update

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new b2f7ccf  define outputTimestamp for release to update
     new 9171152  Merge pull request #3 from hboutemy/patch-1
b2f7ccf is described below

commit b2f7ccf83b609c28cb75d94ed50ee9c48f749301
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Dec 24 16:03:15 2021 +0100

    define outputTimestamp for release to update
    
    see https://issues.apache.org/jira/browse/MRELEASE-1071 bug
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d3e1b51..3b8f0f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <!-- Support reproducible builds with a static build timestamp -->
-    <project.build.outputTimestamp>1</project.build.outputTimestamp>
+    <project.build.outputTimestamp>10</project.build.outputTimestamp>
   </properties>
 
   <scm>