Author: trustin
Date: Mon Jul 16 01:04:27 2007
New Revision: 556543
URL: http://svn.apache.org/viewvc?view=rev&rev=556543
Log:
Updated dependencies to the latest versions
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/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=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.0/core/pom.xml (original)
+++ mina/branches/1.0/core/pom.xml Mon Jul 16 01:04:27 2007
@@ -15,14 +15,14 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</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?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.0/example/pom.xml (original)
+++ mina/branches/1.0/example/pom.xml Mon Jul 16 01:04:27 2007
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>runtime</scope>
</dependency>
@@ -42,14 +42,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-support</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
<scope>compile</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=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.0/filter-codec-netty/pom.xml (original)
+++ mina/branches/1.0/filter-codec-netty/pom.xml Mon Jul 16 01:04:27 2007
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</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?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.0/filter-compression/pom.xml (original)
+++ mina/branches/1.0/filter-compression/pom.xml Mon Jul 16 01:04:27 2007
@@ -22,7 +22,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</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?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.0/filter-ssl/pom.xml (original)
+++ mina/branches/1.0/filter-ssl/pom.xml Mon Jul 16 01:04:27 2007
@@ -22,7 +22,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</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?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.0/integration-spring/pom.xml (original)
+++ mina/branches/1.0/integration-spring/pom.xml Mon Jul 16 01:04:27 2007
@@ -21,20 +21,20 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
</dependency>
<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=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.0/java5/pom.xml (original)
+++ mina/branches/1.0/java5/pom.xml Mon Jul 16 01:04:27 2007
@@ -22,7 +22,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</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?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.1/core/pom.xml (original)
+++ mina/branches/1.1/core/pom.xml Mon Jul 16 01:04:27 2007
@@ -15,14 +15,14 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</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?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.1/example/pom.xml (original)
+++ mina/branches/1.1/example/pom.xml Mon Jul 16 01:04:27 2007
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>runtime</scope>
</dependency>
@@ -42,14 +42,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-support</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
<scope>compile</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=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.1/filter-codec-netty/pom.xml (original)
+++ mina/branches/1.1/filter-codec-netty/pom.xml Mon Jul 16 01:04:27 2007
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</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?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.1/filter-compression/pom.xml (original)
+++ mina/branches/1.1/filter-compression/pom.xml Mon Jul 16 01:04:27 2007
@@ -22,7 +22,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</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?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.1/filter-ssl/pom.xml (original)
+++ mina/branches/1.1/filter-ssl/pom.xml Mon Jul 16 01:04:27 2007
@@ -22,7 +22,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</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?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/branches/1.1/integration-spring/pom.xml (original)
+++ mina/branches/1.1/integration-spring/pom.xml Mon Jul 16 01:04:27 2007
@@ -21,20 +21,20 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
</dependency>
<dependency>
Modified: mina/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/core/pom.xml?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/trunk/core/pom.xml (original)
+++ mina/trunk/core/pom.xml Mon Jul 16 01:04:27 2007
@@ -31,14 +31,14 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>test</scope>
</dependency>
Modified: mina/trunk/example/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/example/pom.xml?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/trunk/example/pom.xml (original)
+++ mina/trunk/example/pom.xml Mon Jul 16 01:04:27 2007
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>runtime</scope>
</dependency>
@@ -41,28 +41,28 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-support</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jmx</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
<scope>compile</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=556543&r1=556542&r2=556543
==============================================================================
--- mina/trunk/filter-codec-netty/pom.xml (original)
+++ mina/trunk/filter-codec-netty/pom.xml Mon Jul 16 01:04:27 2007
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>test</scope>
</dependency>
Modified: mina/trunk/filter-compression/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/filter-compression/pom.xml?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/trunk/filter-compression/pom.xml (original)
+++ mina/trunk/filter-compression/pom.xml Mon Jul 16 01:04:27 2007
@@ -22,7 +22,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>test</scope>
</dependency>
Modified: mina/trunk/filter-ssl/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/filter-ssl/pom.xml?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/trunk/filter-ssl/pom.xml (original)
+++ mina/trunk/filter-ssl/pom.xml Mon Jul 16 01:04:27 2007
@@ -22,7 +22,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>test</scope>
</dependency>
Modified: mina/trunk/integration-spring/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/integration-spring/pom.xml?view=diff&rev=556543&r1=556542&r2=556543
==============================================================================
--- mina/trunk/integration-spring/pom.xml (original)
+++ mina/trunk/integration-spring/pom.xml Mon Jul 16 01:04:27 2007
@@ -21,20 +21,20 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.3.0</version>
+ <version>1.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
</dependency>
<dependency>