You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/09/15 15:57:40 UTC

[brooklyn-server] branch master updated: bump version of maven bundle plugin

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 87f436f  bump version of maven bundle plugin
87f436f is described below

commit 87f436fa68139f89f46bcec4c480e2dd68d5d90d
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Wed Sep 15 16:55:38 2021 +0100

    bump version of maven bundle plugin
    
    see whether this stops the rogue duplicated service component in ui modularity-server/external-modules
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 171a4b8..7bd7e99 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -838,7 +838,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>3.2.0</version>
+                    <version>5.1.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>