You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/07/18 10:02:49 UTC

svn commit: r965175 - in /camel/branches/camel-1.x: parent/pom.xml platforms/karaf/features/pom.xml

Author: ningjiang
Date: Sun Jul 18 08:02:49 2010
New Revision: 965175

URL: http://svn.apache.org/viewvc?rev=965175&view=rev
Log:
CAMEL-2961 Upgrade to velocity 1.6.4

Modified:
    camel/branches/camel-1.x/parent/pom.xml
    camel/branches/camel-1.x/platforms/karaf/features/pom.xml

Modified: camel/branches/camel-1.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/parent/pom.xml?rev=965175&r1=965174&r2=965175&view=diff
==============================================================================
--- camel/branches/camel-1.x/parent/pom.xml (original)
+++ camel/branches/camel-1.x/parent/pom.xml Sun Jul 18 08:02:49 2010
@@ -66,7 +66,7 @@
     <commons-logging-version>1.1.1</commons-logging-version>
     <commons-logging-api-version>1.1</commons-logging-api-version>
     <commons-collections-version>3.2.1</commons-collections-version>
-    <commons-pool-version>1.4</commons-pool-version>
+    <commons-pool-version>1.5</commons-pool-version>
     <commons-dbcp-version>1.2.2</commons-dbcp-version>
     <derby-version>10.4.2.0</derby-version>
     <easymock-version>2.4</easymock-version>
@@ -89,7 +89,7 @@
     <scala-plugin-version>2.9.1</scala-plugin-version>
     <smack-version>3.0.4</smack-version>
     <testng-version>5.8</testng-version>
-    <velocity-version>1.6.2</velocity-version>
+    <velocity-version>1.6.4</velocity-version>
     <xbean-spring-version>3.4</xbean-spring-version>
     <qpid-version>0.5.0</qpid-version>
     <xmlbeans-version>2.4.0</xmlbeans-version>

Modified: camel/branches/camel-1.x/platforms/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/platforms/karaf/features/pom.xml?rev=965175&r1=965174&r2=965175&view=diff
==============================================================================
--- camel/branches/camel-1.x/platforms/karaf/features/pom.xml (original)
+++ camel/branches/camel-1.x/platforms/karaf/features/pom.xml Sun Jul 18 08:02:49 2010
@@ -99,7 +99,7 @@
       <spring-javaconfig-version>1.0.0-20090215</spring-javaconfig-version>
       <stringtemplate-bundle-version>3.2_3</stringtemplate-bundle-version>
       <tagsoup-bundle-version>1.2_3</tagsoup-bundle-version>
-      <velocity-bundle-version>1.6.2_3</velocity-bundle-version>
+      <velocity-bundle-version>1.6.4_1-SNAPSHOT</velocity-bundle-version>
       <xalan-bundle-version>2.7.1_2</xalan-bundle-version>
       <xerces-bundle-version>2.9.1_3</xerces-bundle-version>
       <xmlbeans-bundle-version>2.4.0_2</xmlbeans-bundle-version>