You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bd...@apache.org on 2023/05/31 21:00:19 UTC

[directory-scimple] 01/01: Make SCIMple artifacts reproducible

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

bdemers pushed a commit to branch rm-timestamps
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git

commit 26d48c862cf149b089646ec82f7db31339e0b258
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed May 31 17:00:09 2023 -0400

    Make SCIMple artifacts reproducible
    
    Removing timestamps from jar manifest
---
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 23370da6..7d128ff1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,8 +450,7 @@
                 <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
               </manifest>
               <manifestEntries>
-                <Build-Number>${build.number}</Build-Number>
-                <Build-Date>${timestamp}</Build-Date>
+                <Build-Number>${buildNumber}</Build-Number>
                 <SCM-Revision>${buildNumber}</SCM-Revision>
                 <SCM-Branch>${scmBranch}</SCM-Branch>
               </manifestEntries>
@@ -469,8 +468,7 @@
               </manifest>
               <manifestEntries>
                 <Automatic-Module-Name>${module.name}</Automatic-Module-Name>
-                <Build-Number>${build.number}</Build-Number>
-                <Build-Date>${timestamp}</Build-Date>
+                <Build-Number>${buildNumber}</Build-Number>
                 <SCM-Revision>${buildNumber}</SCM-Revision>
                 <SCM-Branch>${scmBranch}</SCM-Branch>
               </manifestEntries>