You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2012/11/11 06:34:58 UTC

svn commit: r1407921 - /maven/core-integration-testing/trunk/core-it-suite/pom.xml

Author: jvanzyl
Date: Sun Nov 11 05:34:57 2012
New Revision: 1407921

URL: http://svn.apache.org/viewvc?rev=1407921&view=rev
Log:
Changing version of SLF4J back to 1.6.1 to see if that makes the ITs happy again

Modified:
    maven/core-integration-testing/trunk/core-it-suite/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/pom.xml?rev=1407921&r1=1407920&r2=1407921&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Sun Nov 11 05:34:57 2012
@@ -76,7 +76,7 @@ under the License.
     <proxy.type>none</proxy.type>
     <proxy.user></proxy.user>
     <proxy.pass></proxy.pass>
-    <slf4jVersion>1.7.2</slf4jVersion>
+    <slf4jVersion>1.6.1</slf4jVersion>
   </properties>
 
   <dependencies>