You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tr...@apache.org on 2007/08/22 02:25:09 UTC

svn commit: r568341 - in /mina: branches/1.0/core/ branches/1.0/example/ branches/1.0/filter-codec-netty/ branches/1.0/filter-compression/ branches/1.0/filter-ssl/ branches/1.0/integration-spring/ branches/1.0/java5/ branches/1.1/core/ branches/1.1/exa...

Author: trustin
Date: Tue Aug 21 17:25:08 2007
New Revision: 568341

URL: http://svn.apache.org/viewvc?rev=568341&view=rev
Log:
Resolved issue: DIRMINA-425 (Upgrade to SLF4J 1.4.3)


Modified:
    mina/branches/1.0/core/pom.xml
    mina/branches/1.0/example/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/example/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/example/pom.xml
    mina/trunk/filter-codec-netty/pom.xml
    mina/trunk/filter-compression/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?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.0/core/pom.xml (original)
+++ mina/branches/1.0/core/pom.xml Tue Aug 21 17:25:08 2007
@@ -15,14 +15,14 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>compile</scope>
     </dependency>
 
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</scope>
     </dependency>
 

Modified: mina/branches/1.0/example/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/1.0/example/pom.xml?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.0/example/pom.xml (original)
+++ mina/branches/1.0/example/pom.xml Tue Aug 21 17:25:08 2007
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>runtime</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?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.0/filter-codec-netty/pom.xml (original)
+++ mina/branches/1.0/filter-codec-netty/pom.xml Tue Aug 21 17:25:08 2007
@@ -29,7 +29,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</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?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.0/filter-compression/pom.xml (original)
+++ mina/branches/1.0/filter-compression/pom.xml Tue Aug 21 17:25:08 2007
@@ -22,7 +22,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</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?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.0/filter-ssl/pom.xml (original)
+++ mina/branches/1.0/filter-ssl/pom.xml Tue Aug 21 17:25:08 2007
@@ -22,7 +22,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</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?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.0/integration-spring/pom.xml (original)
+++ mina/branches/1.0/integration-spring/pom.xml Tue Aug 21 17:25:08 2007
@@ -21,7 +21,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</scope>
     </dependency>
 

Modified: mina/branches/1.0/java5/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/1.0/java5/pom.xml?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.0/java5/pom.xml (original)
+++ mina/branches/1.0/java5/pom.xml Tue Aug 21 17:25:08 2007
@@ -22,7 +22,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</scope>
     </dependency>
 

Modified: mina/branches/1.1/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/1.1/core/pom.xml?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.1/core/pom.xml (original)
+++ mina/branches/1.1/core/pom.xml Tue Aug 21 17:25:08 2007
@@ -15,14 +15,14 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>compile</scope>
     </dependency>
 
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</scope>
     </dependency>
 

Modified: mina/branches/1.1/example/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/1.1/example/pom.xml?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.1/example/pom.xml (original)
+++ mina/branches/1.1/example/pom.xml Tue Aug 21 17:25:08 2007
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>runtime</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?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.1/filter-codec-netty/pom.xml (original)
+++ mina/branches/1.1/filter-codec-netty/pom.xml Tue Aug 21 17:25:08 2007
@@ -29,7 +29,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</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?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.1/filter-compression/pom.xml (original)
+++ mina/branches/1.1/filter-compression/pom.xml Tue Aug 21 17:25:08 2007
@@ -22,7 +22,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</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?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.1/filter-ssl/pom.xml (original)
+++ mina/branches/1.1/filter-ssl/pom.xml Tue Aug 21 17:25:08 2007
@@ -22,7 +22,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</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?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/branches/1.1/integration-spring/pom.xml (original)
+++ mina/branches/1.1/integration-spring/pom.xml Tue Aug 21 17:25:08 2007
@@ -21,7 +21,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</scope>
     </dependency>
 

Modified: mina/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/core/pom.xml?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/trunk/core/pom.xml (original)
+++ mina/trunk/core/pom.xml Tue Aug 21 17:25:08 2007
@@ -31,14 +31,14 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>compile</scope>
     </dependency>
 
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</scope>
     </dependency>
 

Modified: mina/trunk/example/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/example/pom.xml?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/trunk/example/pom.xml (original)
+++ mina/trunk/example/pom.xml Tue Aug 21 17:25:08 2007
@@ -27,7 +27,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>runtime</scope>
     </dependency>
 

Modified: mina/trunk/filter-codec-netty/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/filter-codec-netty/pom.xml?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/trunk/filter-codec-netty/pom.xml (original)
+++ mina/trunk/filter-codec-netty/pom.xml Tue Aug 21 17:25:08 2007
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</scope>
     </dependency>
 

Modified: mina/trunk/filter-compression/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/filter-compression/pom.xml?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/trunk/filter-compression/pom.xml (original)
+++ mina/trunk/filter-compression/pom.xml Tue Aug 21 17:25:08 2007
@@ -22,7 +22,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</scope>
     </dependency>
 

Modified: mina/trunk/integration-spring/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/integration-spring/pom.xml?rev=568341&r1=568340&r2=568341&view=diff
==============================================================================
--- mina/trunk/integration-spring/pom.xml (original)
+++ mina/trunk/integration-spring/pom.xml Tue Aug 21 17:25:08 2007
@@ -21,7 +21,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.3</version>
       <scope>test</scope>
     </dependency>