You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jv...@apache.org on 2008/03/10 17:28:39 UTC

svn commit: r635592 - /mina/asyncweb/trunk/pom.xml

Author: jvermillard
Date: Mon Mar 10 09:28:38 2008
New Revision: 635592

URL: http://svn.apache.org/viewvc?rev=635592&view=rev
Log:
Updated asyncweb dependencies :
 - slf4j 1.5.0
 - MINA 2.0M2-SNAPSHOT

Modified:
    mina/asyncweb/trunk/pom.xml

Modified: mina/asyncweb/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/pom.xml?rev=635592&r1=635591&r2=635592&view=diff
==============================================================================
--- mina/asyncweb/trunk/pom.xml (original)
+++ mina/asyncweb/trunk/pom.xml Mon Mar 10 09:28:38 2008
@@ -268,13 +268,13 @@
       <dependency>
         <groupId>org.apache.mina</groupId>
         <artifactId>mina-core</artifactId>
-        <version>2.0.0-M1-SNAPSHOT</version>
+        <version>2.0.0-M2-SNAPSHOT</version>
       </dependency>
 
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.4.3</version>
+        <version>1.5.0</version>
       </dependency>
 
       <dependency>