Bump bnd-maven-plugin to 6.0.0 57/98257/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 2 Nov 2021 07:36:37 +0000 (08:36 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 2 Nov 2021 07:36:37 +0000 (08:36 +0100)
https://github.com/bndtools/bnd/wiki/Changes-in-6.0.0

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

index 555aa796b0e244b771600b3bc4e30d30457599fd..c1eff89e66a28ca96302fe5059c22d5bf65e7e46 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>biz.aQute.bnd.annotation</artifactId>
-                <version>5.3.0</version>
+                <version>6.0.0</version>
                 <scope>provided</scope>
             </dependency>
         </dependencies>
@@ -40,7 +40,7 @@
                 <plugin>
                     <groupId>biz.aQute.bnd</groupId>
                     <artifactId>bnd-maven-plugin</artifactId>
-                    <version>5.3.0</version>
+                    <version>6.0.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>