You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2019/03/01 13:20:19 UTC

[camel] branch master updated (c0a0c6a -> 7e58725)

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

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


    from c0a0c6a  Remove not used karaf2-version
     new 7151e08  [CAMEL-13177] Build speed: add temporary profile to be able to try faster builds
     new 7e58725  [CAMEL-13276] Remove warnings about annotations when validating karaf features

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml                   | 2 +-
 platforms/karaf/features/pom.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)


[camel] 01/02: [CAMEL-13177] Build speed: add temporary profile to be able to try faster builds

Posted by gn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7151e087b50858e1e4ef4782bdaddde6a00215c5
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Mar 1 11:19:18 2019 +0100

    [CAMEL-13177] Build speed: add temporary profile to be able to try faster builds
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0794f7c..8c64b20 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -6006,7 +6006,7 @@
     <profile>
       <id>faster-builds</id>
       <properties>
-        <cxf-codegen-plugin-version>3.1.1-SNAPSHOT</cxf-codegen-plugin-version>
+        <cxf-codegen-plugin-version>3.3.1-SNAPSHOT</cxf-codegen-plugin-version>
         <maven-bundle-plugin-version>4.1.1-SNAPSHOT</maven-bundle-plugin-version>
       </properties>
     </profile>


[camel] 02/02: [CAMEL-13276] Remove warnings about annotations when validating karaf features

Posted by gn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7e58725067763ef8e8f251f5ff81e4e82d922107
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Mar 1 14:11:31 2019 +0100

    [CAMEL-13276] Remove warnings about annotations when validating karaf features
---
 platforms/karaf/features/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index e1a815c..e5eb8ef 100644
--- a/platforms/karaf/features/pom.xml
+++ b/platforms/karaf/features/pom.xml
@@ -152,6 +152,11 @@
             <artifactId>wagon-http-lightweight</artifactId>
             <version>3.0.0</version>
           </dependency>
+          <dependency>
+            <groupId>biz.aQute.bnd</groupId>
+            <artifactId>biz.aQute.bndlib</artifactId>
+            <version>3.5.0</version>
+          </dependency>
         </dependencies>
       </plugin>
       <plugin>