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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new 561b111  Add and check for project.build.outputTimestamp for 
reproducibility
561b111 is described below

commit 561b1114b2f6726d91ff9271f541b308fd0687ed
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 30 14:24:13 2023 -0500

    Add and check for project.build.outputTimestamp for reproducibility
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4847664..a5ea97b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,10 +46,11 @@
     <!-- No svn staging -->
     <commons.distSvnStagingUrl></commons.distSvnStagingUrl>
     <moditect.skip>true</moditect.skip>
+    
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
 
   <build>
-    <defaultGoal>clean verify</defaultGoal>
+    <defaultGoal>clean artifact:check-buildplan verify</defaultGoal>
     <resources>
       <resource>
         <directory>${basedir}/src/main/resources</directory>

Reply via email to