You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by dd...@apache.org on 2021/10/06 06:42:23 UTC

[zookeeper] branch master updated: ZOOKEEPER-4382: Update Maven Bundle Plugin to 5.1.1 - build on JDK18

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 156e682  ZOOKEEPER-4382: Update Maven Bundle Plugin to 5.1.1 - build on JDK18
156e682 is described below

commit 156e682e3d4bb27338418602c1c3c530da6ff7bd
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Wed Oct 6 06:41:29 2021 +0000

    ZOOKEEPER-4382: Update Maven Bundle Plugin to 5.1.1 - build on JDK18
    
    More context here
    https://issues.apache.org/jira/browse/ZOOKEEPER-4382
    
    Author: Enrico Olivelli <eo...@apache.org>
    
    Reviewers: Damien Diederen <dd...@apache.org>
    
    Closes #1760 from eolivelli/fix/update-maven-bundle-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c7deebb..e9296e1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -829,7 +829,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>4.1.0</version>
+          <version>5.1.1</version>
         </plugin>
       </plugins>
     </pluginManagement>