Browse Source

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 <eolivelli@apache.org>

Reviewers: Damien Diederen <ddiederen@apache.org>

Closes #1760 from eolivelli/fix/update-maven-bundle-plugin
Enrico Olivelli 3 years ago
parent
commit
156e682e3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -829,7 +829,7 @@
         <plugin>
         <plugin>
           <groupId>org.apache.felix</groupId>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>4.1.0</version>
+          <version>5.1.1</version>
         </plugin>
         </plugin>
       </plugins>
       </plugins>
     </pluginManagement>
     </pluginManagement>