You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2022/09/01 20:14:36 UTC

[qpid-protonj2] branch main updated: PROTON-2598 Add project build timestamp property

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

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new e9a0fbe9 PROTON-2598 Add project build timestamp property
e9a0fbe9 is described below

commit e9a0fbe923cfa3b9a13391629405a91d00778526
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Thu Sep 1 16:14:10 2022 -0400

    PROTON-2598 Add project build timestamp property
    
    Adds the project build timestamp property for the release plugin to
    update during the process.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index ca8d34cc..ce8d1e9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,8 @@
 
     <!-- surefire forked jvm arguments -->
     <argLine>-Xmx2g -enableassertions ${jacoco-config}</argLine>
+
+    <project.build.outputTimestamp>2022-09-01T16:00:00Z</project.build.outputTimestamp>
   </properties>
 
   <url>https://qpid.apache.org/proton</url>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org