You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2023/02/26 23:35:33 UTC

[drill] branch master updated: DRILL-8158: Fix 2 Reproducible Builds issues Remaining After DRILL-8158

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

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new c3c9f87266 DRILL-8158: Fix 2 Reproducible Builds issues Remaining After DRILL-8158
c3c9f87266 is described below

commit c3c9f872663ed55d2b8777340ac8e4ad63216e79
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Feb 27 00:35:25 2023 +0100

    DRILL-8158: Fix 2 Reproducible Builds issues Remaining After DRILL-8158
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c7d689d19b..7145b0ea50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -528,7 +528,6 @@
             </manifest>
             <manifestEntries>
               <Extension-Name>org.apache.drill</Extension-Name>
-              <Built-By>${user.name}</Built-By>
               <url>https://drill.apache.org/</url>
             </manifestEntries>
           </archive>
@@ -547,7 +546,7 @@
       <plugin>
         <groupId>pl.project13.maven</groupId>
         <artifactId>git-commit-id-plugin</artifactId>
-        <version>4.0.0</version>
+        <version>4.0.5</version>
         <executions>
           <execution>
             <id>for-source-tarball</id>
@@ -563,6 +562,7 @@
 
         <configuration>
           <dateFormat>dd.MM.yyyy '@' HH:mm:ss z</dateFormat>
+          <dateFormatTimeZone>UTC</dateFormatTimeZone>
           <verbose>false</verbose>
           <skipPoms>false</skipPoms>
           <generateGitPropertiesFile>true</generateGitPropertiesFile>