Author: trustin
Date: Tue Feb 20 00:08:20 2007
New Revision: 509449

URL: http://svn.apache.org/viewvc?view=rev&rev=509449
Log:
Upgraded SLF4J to 1.2


Modified:
    mina/branches/1.0/core/pom.xml
    mina/branches/1.0/filter-codec-netty/pom.xml
    mina/branches/1.0/filter-compression/pom.xml
    mina/branches/1.0/filter-ssl/pom.xml
    mina/branches/1.0/integration-spring/pom.xml
    mina/branches/1.0/java5/pom.xml
    mina/branches/1.1/core/pom.xml
    mina/branches/1.1/filter-codec-netty/pom.xml
    mina/branches/1.1/filter-compression/pom.xml
    mina/branches/1.1/filter-ssl/pom.xml
    mina/branches/1.1/integration-spring/pom.xml
    mina/trunk/core/pom.xml
    mina/trunk/filter-codec-netty/pom.xml
    mina/trunk/filter-compression/pom.xml
    mina/trunk/filter-ssl/pom.xml
    mina/trunk/integration-spring/pom.xml

Modified: mina/branches/1.0/core/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.0/core/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/branches/1.0/core/pom.xml (original)
+++ mina/branches/1.0/core/pom.xml Tue Feb 20 00:08:20 2007
@@ -14,8 +14,15 @@
 
     <dependency>
       <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.2</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/branches/1.0/filter-codec-netty/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.0/filter-codec-netty/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/branches/1.0/filter-codec-netty/pom.xml (original)
+++ mina/branches/1.0/filter-codec-netty/pom.xml Tue Feb 20 00:08:20 2007
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/branches/1.0/filter-compression/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.0/filter-compression/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/branches/1.0/filter-compression/pom.xml (original)
+++ mina/branches/1.0/filter-compression/pom.xml Tue Feb 20 00:08:20 2007
@@ -21,7 +21,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/branches/1.0/filter-ssl/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.0/filter-ssl/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/branches/1.0/filter-ssl/pom.xml (original)
+++ mina/branches/1.0/filter-ssl/pom.xml Tue Feb 20 00:08:20 2007
@@ -21,7 +21,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/branches/1.0/integration-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.0/integration-spring/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/branches/1.0/integration-spring/pom.xml (original)
+++ mina/branches/1.0/integration-spring/pom.xml Tue Feb 20 00:08:20 2007
@@ -20,7 +20,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/branches/1.0/java5/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.0/java5/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/branches/1.0/java5/pom.xml (original)
+++ mina/branches/1.0/java5/pom.xml Tue Feb 20 00:08:20 2007
@@ -21,7 +21,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/branches/1.1/core/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.1/core/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/branches/1.1/core/pom.xml (original)
+++ mina/branches/1.1/core/pom.xml Tue Feb 20 00:08:20 2007
@@ -14,8 +14,15 @@
 
     <dependency>
       <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.2</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/branches/1.1/filter-codec-netty/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.1/filter-codec-netty/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/branches/1.1/filter-codec-netty/pom.xml (original)
+++ mina/branches/1.1/filter-codec-netty/pom.xml Tue Feb 20 00:08:20 2007
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/branches/1.1/filter-compression/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.1/filter-compression/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/branches/1.1/filter-compression/pom.xml (original)
+++ mina/branches/1.1/filter-compression/pom.xml Tue Feb 20 00:08:20 2007
@@ -21,7 +21,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/branches/1.1/filter-ssl/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.1/filter-ssl/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/branches/1.1/filter-ssl/pom.xml (original)
+++ mina/branches/1.1/filter-ssl/pom.xml Tue Feb 20 00:08:20 2007
@@ -21,7 +21,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/branches/1.1/integration-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.1/integration-spring/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/branches/1.1/integration-spring/pom.xml (original)
+++ mina/branches/1.1/integration-spring/pom.xml Tue Feb 20 00:08:20 2007
@@ -20,7 +20,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/core/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/trunk/core/pom.xml (original)
+++ mina/trunk/core/pom.xml Tue Feb 20 00:08:20 2007
@@ -30,8 +30,15 @@
 
     <dependency>
       <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.2</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/trunk/filter-codec-netty/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/filter-codec-netty/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/trunk/filter-codec-netty/pom.xml (original)
+++ mina/trunk/filter-codec-netty/pom.xml Tue Feb 20 00:08:20 2007
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/trunk/filter-compression/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/filter-compression/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/trunk/filter-compression/pom.xml (original)
+++ mina/trunk/filter-compression/pom.xml Tue Feb 20 00:08:20 2007
@@ -21,7 +21,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/trunk/filter-ssl/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/filter-ssl/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/trunk/filter-ssl/pom.xml (original)
+++ mina/trunk/filter-ssl/pom.xml Tue Feb 20 00:08:20 2007
@@ -21,7 +21,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 

Modified: mina/trunk/integration-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/integration-spring/pom.xml?view=diff&rev=509449&r1=509448&r2=509449
==============================================================================
--- mina/trunk/integration-spring/pom.xml (original)
+++ mina/trunk/integration-spring/pom.xml Tue Feb 20 00:08:20 2007
@@ -20,7 +20,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 


Reply via email to