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/10/10 18:19:12 UTC

svn commit: r1396668 - /maven/maven-3/trunk/pom.xml

Author: jvanzyl
Date: Wed Oct 10 16:19:12 2012
New Revision: 1396668

URL: http://svn.apache.org/viewvc?rev=1396668&view=rev
Log:
o cleanup after merge

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1396668&r1=1396667&r2=1396668&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Wed Oct 10 16:19:12 2012
@@ -56,7 +56,7 @@
     <modelloVersion>1.4.1</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
     <aetherVersion>1.13.1</aetherVersion>
-    <slf4jVersion>1.6.1</slf4jVersion>
+    <slf4jVersion>1.7.1</slf4jVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <!-- Control the name of the distribution and information output by mvn -->
     <distributionId>apache-maven</distributionId>
@@ -214,7 +214,7 @@
         <artifactId>slf4j-nop</artifactId>
         <version>${slf4jVersion}</version>
         <scope>runtime</scope>
-      </dependency>
+      </dependency>      
       <!--  Wagon -->
       <dependency>
         <groupId>org.apache.maven.wagon</groupId>