This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git
commit b9f71627ed4d76f0136bb42e2c297b7d14ab65ba Author: Jean-Baptiste Onofré <[email protected]> AuthorDate: Tue Mar 26 16:06:31 2019 +0100 Update to maven-bundle-plugin 4.1.0 --- bundles-pom/pom.xml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles-pom/pom.xml b/bundles-pom/pom.xml index fab1cd8..0a4f023 100644 --- a/bundles-pom/pom.xml +++ b/bundles-pom/pom.xml @@ -183,7 +183,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>3.2.0</version> + <version>4.1.0</version> <extensions>true</extensions> <configuration> <instructions> diff --git a/pom.xml b/pom.xml index 08c73b2..6da4e1d 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ <name>Apache ServiceMix :: Bundles</name> <modules> + <module>bundles-pom</module> <module>solr-solrj-8.0.0</module> <module>gremlin-driver-3.4.1</module> <module>libphonenumber-8.10.8</module>
