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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0703cefb4 fix repoducible builds issue (#2013)
0703cefb4 is described below

commit 0703cefb4b066a38e2a0b83c9160f0744f4350f1
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sun Apr 3 23:18:07 2022 +0200

    fix repoducible builds issue (#2013)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 71b444e22..c061054e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -621,7 +621,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.2.2</version>
           <executions>
             <execution>
               <goals>
@@ -697,7 +697,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>3.5.0</version>
+        <version>5.1.4</version>
         <inherited>true</inherited>
         <extensions>true</extensions>
         <configuration>

Reply via email to