Bump bnd to 6.1.0 32/98832/3
authorStephen Kitt <skitt@redhat.com>
Fri, 3 Dec 2021 09:37:03 +0000 (10:37 +0100)
committerRobert Varga <nite@hq.sk>
Sat, 18 Dec 2021 17:28:53 +0000 (17:28 +0000)
Changes: https://github.com/bndtools/bnd/wiki/Changes-in-6.1.0

The plugin in karaf-branding should be addressed too, that is left as
an exercise for another patch.

Change-Id: Iaa3b078b73bc1e3e28bfa03c01f912e844e4aaaa
Signed-off-by: Stephen Kitt <skitt@redhat.com>
bnd-parent/pom.xml

index 4d39f095826851506412f54b263c8aaf9a6756ab..0ff710bf5f045502aac8923bc1ae479e69455b3d 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>biz.aQute.bnd.annotation</artifactId>
-                <version>6.0.0</version>
+                <version>6.1.0</version>
                 <scope>provided</scope>
             </dependency>
         </dependencies>
@@ -59,7 +59,7 @@
                 <plugin>
                     <groupId>biz.aQute.bnd</groupId>
                     <artifactId>bnd-maven-plugin</artifactId>
-                    <version>6.0.0</version>
+                    <version>6.1.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>