You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/07/17 07:14:08 UTC

[camel] branch master updated: Upgrade Maven Bundle plugin to version 3.5.1

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new dae9568  Upgrade Maven Bundle plugin to version 3.5.1
dae9568 is described below

commit dae9568a990f1aad91b1f976052efd0c0eb483fc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 17 09:13:43 2018 +0200

    Upgrade Maven Bundle plugin to version 3.5.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7c72f9a..bd1917a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -474,7 +474,7 @@
     <maven-archetype-packaging-version>2.3</maven-archetype-packaging-version>
     <maven-assembly-plugin-version>3.0.0</maven-assembly-plugin-version>
     <maven-bundle-version>${maven-bundle-plugin-version}</maven-bundle-version>
-    <maven-bundle-plugin-version>3.5.0</maven-bundle-plugin-version>
+    <maven-bundle-plugin-version>3.5.1</maven-bundle-plugin-version>
     <maven-checkstyle-plugin-version>3.0.0</maven-checkstyle-plugin-version>
     <maven-checkstyle-version>7.6.1</maven-checkstyle-version>
     <maven-owasp-plugin-version>3.2.1</maven-owasp-plugin-version>