Repository: activemq
Updated Branches:
refs/heads/activemq-5.15.x 79fae8c00 -> 2eafc3917
refs/heads/master bd45d931b -> c37dea84a
AMQ-6957: Upgrade to Camel 2.21.1
Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/c37dea84
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/c37dea84
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/c37dea84
Branch: refs/heads/master
Commit: c37dea84a95c970b14e8ec61e0dee095fa0297ca
Parents: bd45d93
Author: Claus Ibsen <claus.ibsen@gmail.com>
Authored: Sat May 5 08:09:16 2018 +0200
Committer: Claus Ibsen <claus.ibsen@gmail.com>
Committed: Sat May 5 08:09:16 2018 +0200
----------------------------------------------------------------------
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/activemq/blob/c37dea84/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b375e65..30d3fd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<aries-version>1.1.0</aries-version>
<aries-transaction-version>1.1.1</aries-transaction-version>
<axion-version>1.0-M3-dev</axion-version>
- <camel-version>2.21.0</camel-version>
+ <camel-version>2.21.1</camel-version>
<camel-version-range>[2.20,3)</camel-version-range>
<cglib-version>2.2</cglib-version>
<commons-beanutils-version>1.9.3</commons-beanutils-version>
|