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 2015/06/29 10:07:17 UTC

[1/2] camel git commit: Upgrade commons-cli to version 1.3.1

Repository: camel
Updated Branches:
  refs/heads/master a5dd9a053 -> ab563b040


Upgrade commons-cli to version 1.3.1


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f6143b98
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f6143b98
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f6143b98

Branch: refs/heads/master
Commit: f6143b98476ecc76ccfc6682f9b4b785c9913ca2
Parents: a5dd9a0
Author: Andrea Cosentino <an...@gmail.com>
Authored: Mon Jun 29 10:02:21 2015 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Mon Jun 29 10:02:21 2015 +0200

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f6143b98/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 206aeab..e0d16b1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -101,7 +101,7 @@
     <commons-configuration-version>1.9</commons-configuration-version>
     <commons-configuration-bundle-version>1.9_1</commons-configuration-bundle-version>
     <commons-csv-version>1.1</commons-csv-version>
-    <commons-cli-version>1.2</commons-cli-version>
+    <commons-cli-version>1.3.1</commons-cli-version>
     <commons-daemon-version>1.0.15</commons-daemon-version>
     <commons-dbcp-version>1.4</commons-dbcp-version>
     <commons-digester-1x-version>1.8.1</commons-digester-1x-version>


[2/2] camel git commit: Commons-cli version inside features.xml was a fixed value. Replaced with the related property.

Posted by ac...@apache.org.
Commons-cli version inside features.xml was a fixed value. Replaced with the related property.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ab563b04
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ab563b04
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ab563b04

Branch: refs/heads/master
Commit: ab563b0400927a3f7ded990a0ef3ed44b5af7a1e
Parents: f6143b9
Author: Andrea Cosentino <an...@gmail.com>
Authored: Mon Jun 29 10:04:33 2015 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Mon Jun 29 10:04:33 2015 +0200

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ab563b04/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index bf6beab..f7fe9fe 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -670,7 +670,7 @@
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.avro/${avro-bundle-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.commons/commons-compress/${commons-compress-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.commons/commons-math3/${commons-math3-version}</bundle>
-    <bundle dependency='true'>mvn:commons-cli/commons-cli/1.2</bundle>
+    <bundle dependency='true'>mvn:commons-cli/commons-cli/${commons-cli-version}</bundle>
     <bundle dependency='true'>mvn:commons-configuration/commons-configuration/${commons-configuration-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-httpclient/${commons-httpclient-bundle-version}</bundle>
     <bundle dependency='true'>mvn:io.netty/netty/${netty3-version}</bundle>