You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/12/27 17:08:58 UTC

svn commit: r1426239 - /camel/trunk/parent/pom.xml

Author: davsclaus
Date: Thu Dec 27 16:08:57 2012
New Revision: 1426239

URL: http://svn.apache.org/viewvc?rev=1426239&view=rev
Log:
Upgraded concurrentlinkedhashmap-lru to 1.3.2

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1426239&r1=1426238&r2=1426239&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Thu Dec 27 16:08:57 2012
@@ -93,7 +93,7 @@
     <commons-net-version>3.1</commons-net-version>
     <commons-pool-version>1.6</commons-pool-version>
     <commons-jxpath-version>1.3</commons-jxpath-version>
-    <concurrentlinkedhashmap.version>1.3.1</concurrentlinkedhashmap.version>
+    <concurrentlinkedhashmap.version>1.3.2</concurrentlinkedhashmap.version>
     <cxf-version>2.7.1</cxf-version>
     <cxf-version-range>[2.4,2.8)</cxf-version-range>
     <cxf-xjc-utils-version>2.6.0</cxf-xjc-utils-version>