Bump bnd-maven-plugin to 6.2.0 12/99912/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 1 Mar 2022 06:34:06 +0000 (07:34 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 1 Mar 2022 06:35:00 +0000 (07:35 +0100)
https://github.com/bndtools/bnd/wiki/Changes-in-6.2.0

Change-Id: I63fc2a5a09fbd90da15231c14fe18f5799eeee90
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bnd-parent/pom.xml

index 0ff710bf5f045502aac8923bc1ae479e69455b3d..51ce37abf093d830853167764fb016c68486eb55 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>biz.aQute.bnd.annotation</artifactId>
-                <version>6.1.0</version>
+                <version>6.2.0</version>
                 <scope>provided</scope>
             </dependency>
         </dependencies>
@@ -59,7 +59,7 @@
                 <plugin>
                     <groupId>biz.aQute.bnd</groupId>
                     <artifactId>bnd-maven-plugin</artifactId>
-                    <version>6.1.0</version>
+                    <version>6.2.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -83,7 +83,7 @@
                 </executions>
             </plugin>
             <!--
-                See https://github.com/bndtools/bnd/tree/master/maven/bnd-maven-plugin#important-note
+                See https://github.com/bndtools/bnd/tree/master/maven/bnd-maven-plugin#important-note-about-maven-jarwar-plugin
                 and https://issues.apache.org/jira/browse/MJAR-193
             -->
             <plugin>