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 b0196e8 CAMEL-13177 - Lets go back to maven bundle plugin 4.1.0 since
it seems 4.2.0 breaks camel-spring OSGi-Metadata
b0196e8 is described below
commit b0196e899171801d11c03ad385db81fa62f8f5af
Author: Andrea Cosentino <[email protected]>
AuthorDate: Sun Apr 28 16:21:54 2019 +0200
CAMEL-13177 - Lets go back to maven bundle plugin 4.1.0 since it seems
4.2.0 breaks camel-spring OSGi-Metadata
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 41050a9..20c4404 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -469,7 +469,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>4.2.0</maven-bundle-plugin-version>
+ <maven-bundle-plugin-version>4.1.0</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>4.0.2</maven-owasp-plugin-version>