You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2012/08/15 18:08:53 UTC

svn commit: r1373495 - /camel/branches/camel-2.10.x/parent/pom.xml

Author: dkulp
Date: Wed Aug 15 16:08:53 2012
New Revision: 1373495

URL: http://svn.apache.org/viewvc?rev=1373495&view=rev
Log:
Merged revisions 1371860 via  git cherry-pick from
https://svn.apache.org/repos/asf/camel/trunk

........
  r1371860 | dkulp | 2012-08-10 22:50:23 -0400 (Fri, 10 Aug 2012) | 2 lines

  Update slf4j-api version to the newer version that will print which impl it is binding to if multiple versions are found

........

Modified:
    camel/branches/camel-2.10.x/parent/pom.xml

Modified: camel/branches/camel-2.10.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/parent/pom.xml?rev=1373495&r1=1373494&r2=1373495&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/parent/pom.xml (original)
+++ camel/branches/camel-2.10.x/parent/pom.xml Wed Aug 15 16:08:53 2012
@@ -165,7 +165,7 @@
     <scala-maven-plugin-version>3.0.2</scala-maven-plugin-version>
     <servicemix-specs-version>1.9.0</servicemix-specs-version>
     <shiro-version>1.2.0</shiro-version>
-    <slf4j-api-version>1.6.1</slf4j-api-version>
+    <slf4j-api-version>1.6.6</slf4j-api-version>
     <slf4j-version>1.6.6</slf4j-version>
     <smack-version>3.2.1</smack-version>
     <snappy-bundle-version>1.0.4.1_1</snappy-bundle-version>