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

eolivelli pushed a commit to branch branch-3.9
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.9 by this push:
     new 71c953bbc ZOOKEEPER-4732: upgrade plugins, fix Reproducible Builds 
issues (#2042)
71c953bbc is described below

commit 71c953bbc58719857c604dc2764776db42b34c64
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Fri Aug 4 12:39:57 2023 +0200

    ZOOKEEPER-4732: upgrade plugins, fix Reproducible Builds issues (#2042)
    
    (cherry picked from commit 15f29b51a22bc51b9d6074cb7f3e72bb00a9753a)
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f9711f43..de34732d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -542,6 +542,7 @@
     <!-- maven properties -->
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
+    <project.build.outputTimestamp>1691130453</project.build.outputTimestamp>
     <dependency.locations.enabled>false</dependency.locations.enabled>
     <surefire.version>2.22.1</surefire.version>
 
@@ -816,7 +817,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.6.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -919,12 +920,12 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>5.1.1</version>
+          <version>5.1.9</version>
         </plugin>
         <plugin>
           <groupId>org.cyclonedx</groupId>
           <artifactId>cyclonedx-maven-plugin</artifactId>
-          <version>2.7.6</version>
+          <version>2.7.9</version>
        </plugin>
       </plugins>
     </pluginManagement>

Reply via email to