You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2012/11/21 22:01:22 UTC

svn commit: r1412287 - /tomcat/maven-plugin/trunk/pom.xml

Author: olamy
Date: Wed Nov 21 21:01:22 2012
New Revision: 1412287

URL: http://svn.apache.org/viewvc?rev=1412287&view=rev
Log:
use last logback version

Modified:
    tomcat/maven-plugin/trunk/pom.xml

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1412287&r1=1412286&r2=1412287&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Wed Nov 21 21:01:22 2012
@@ -565,12 +565,12 @@
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-core</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.7</version>
       </dependency>
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-classic</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.7</version>
       </dependency>
     </dependencies>
   </dependencyManagement>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org