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 578c9d9 CAMEL-13177 - Lets go back to 4.1.1-SNAPSHOT of
maven-bundle-plugin also for fastinstall profile
578c9d9 is described below
commit 578c9d9ae653d1f241ebfc06bf99303fcce91a19
Author: Andrea Cosentino <[email protected]>
AuthorDate: Sun Apr 28 16:28:19 2019 +0200
CAMEL-13177 - Lets go back to 4.1.1-SNAPSHOT of maven-bundle-plugin also
for fastinstall profile
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 20c4404..8ba2c06 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -6104,7 +6104,7 @@
<profile>
<id>faster-builds</id>
<properties>
-
<maven-bundle-plugin-version>4.2.1-SNAPSHOT</maven-bundle-plugin-version>
+
<maven-bundle-plugin-version>4.1.1-SNAPSHOT</maven-bundle-plugin-version>
</properties>
</profile>
</profiles>