You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2008/06/26 17:46:25 UTC

svn commit: r671926 - in /mina/asyncweb/trunk: client/pom.xml client/src/test/java/org/apache/ahc/AbstractTest.java common/pom.xml pom.xml

Author: elecharny
Date: Thu Jun 26 08:46:25 2008
New Revision: 671926

URL: http://svn.apache.org/viewvc?rev=671926&view=rev
Log:
Bumping up all the dependencies, and fixed a failing test caused by a new version of easymock

Modified:
    mina/asyncweb/trunk/client/pom.xml
    mina/asyncweb/trunk/client/src/test/java/org/apache/ahc/AbstractTest.java
    mina/asyncweb/trunk/common/pom.xml
    mina/asyncweb/trunk/pom.xml

Modified: mina/asyncweb/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/client/pom.xml?rev=671926&r1=671925&r2=671926&view=diff
==============================================================================
--- mina/asyncweb/trunk/client/pom.xml (original)
+++ mina/asyncweb/trunk/client/pom.xml Thu Jun 26 08:46:25 2008
@@ -56,42 +56,42 @@
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>catalina</artifactId>
-      <version>6.0.13</version>
+      <version>6.0.16</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>coyote</artifactId>
-      <version>6.0.13</version>
+      <version>6.0.16</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>servlet-api</artifactId>
-      <version>6.0.13</version>
+      <version>6.0.16</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.tomcat.extras</groupId>
       <artifactId>juli-adapters</artifactId>
-      <version>6.0.13</version>
+      <version>6.0.16</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>jasper</artifactId>
-      <version>6.0.13</version>
+      <version>6.0.16</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>jasper-jdt</artifactId>
-      <version>6.0.13</version>
+      <version>6.0.16</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: mina/asyncweb/trunk/client/src/test/java/org/apache/ahc/AbstractTest.java
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/client/src/test/java/org/apache/ahc/AbstractTest.java?rev=671926&r1=671925&r2=671926&view=diff
==============================================================================
--- mina/asyncweb/trunk/client/src/test/java/org/apache/ahc/AbstractTest.java (original)
+++ mina/asyncweb/trunk/client/src/test/java/org/apache/ahc/AbstractTest.java Thu Jun 26 08:46:25 2008
@@ -139,7 +139,6 @@
             throwable = cause;
             exception = true;
             complete.countDown();
-            cause.printStackTrace();
         }
 
         public void onClosed() {

Modified: mina/asyncweb/trunk/common/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/common/pom.xml?rev=671926&r1=671925&r2=671926&view=diff
==============================================================================
--- mina/asyncweb/trunk/common/pom.xml (original)
+++ mina/asyncweb/trunk/common/pom.xml Thu Jun 26 08:46:25 2008
@@ -47,42 +47,42 @@
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>catalina</artifactId>
-      <version>6.0.13</version>
+      <version>6.0.16</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>coyote</artifactId>
-      <version>6.0.13</version>
+      <version>6.0.16</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>servlet-api</artifactId>
-      <version>6.0.13</version>
+      <version>6.0.16</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.tomcat.extras</groupId>
       <artifactId>juli-adapters</artifactId>
-      <version>6.0.13</version>
+      <version>6.0.16</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>jasper</artifactId>
-      <version>6.0.13</version>
+      <version>6.0.16</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>jasper-jdt</artifactId>
-      <version>6.0.13</version>
+      <version>6.0.16</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: mina/asyncweb/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/pom.xml?rev=671926&r1=671925&r2=671926&view=diff
==============================================================================
--- mina/asyncweb/trunk/pom.xml (original)
+++ mina/asyncweb/trunk/pom.xml Thu Jun 26 08:46:25 2008
@@ -67,51 +67,51 @@
   </properties>
 
   <developers>
-      <developer>
-          <id>akarasulu</id>
-          <name>Alex Karasulu</name>
-          <organization>Apache Software Foundation</organization>
-          <roles>
-              <role>PMC</role>
-              <role>Committer</role>
-          </roles>
-      </developer>
-      <developer>
-          <id>dirving</id>
-          <name>Dave Irving</name>
-          <organization>Apache Software Foundation</organization>
-          <roles>
-              <role>PMC</role>
-              <role>Committer</role>
-          </roles>
-      </developer>
-      <developer>
-          <id>tbennett</id>
-          <name>Timothy Bennett</name>
-          <organization>Apache Software Foundation</organization>
-          <roles>
-              <role>PMC</role>
-              <role>Committer</role>
-          </roles>
-      </developer>
-      <developer>
-          <id>dandy</id>
-          <name>Dan Diephouse</name>
-          <organization>Apache Software Foundation</organization>
-          <roles>
-              <role>PMC</role>
-              <role>Committer</role>
-          </roles>
-      </developer>
-      <developer>
-          <id>trustin</id>
-          <name>Trustin Lee</name>
-          <organization>Apache Software Foundation</organization>
-          <roles>
-              <role>PMC</role>
-              <role>Committer</role>
-          </roles>
-      </developer>
+    <developer>
+      <id>akarasulu</id>
+      <name>Alex Karasulu</name>
+      <organization>Apache Software Foundation</organization>
+      <roles>
+        <role>PMC</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>dirving</id>
+      <name>Dave Irving</name>
+      <organization>Apache Software Foundation</organization>
+      <roles>
+        <role>PMC</role>
+        <role>Committer</role>
+        </roles>
+    </developer>
+    <developer>
+      <id>tbennett</id>
+      <name>Timothy Bennett</name>
+      <organization>Apache Software Foundation</organization>
+      <roles>
+        <role>PMC</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>dandy</id>
+      <name>Dan Diephouse</name>
+      <organization>Apache Software Foundation</organization>
+      <roles>
+        <role>PMC</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>trustin</id>
+      <name>Trustin Lee</name>
+      <organization>Apache Software Foundation</organization>
+      <roles>
+        <role>PMC</role>
+        <role>Committer</role>
+      </roles>
+    </developer>
   </developers>
 
   <repositories>
@@ -140,6 +140,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
         <configuration>
           <encoding>UTF-8</encoding>
           <source>1.5</source>
@@ -152,6 +153,7 @@
 
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
         <configuration>
           <excludes>
             <exclude>**/Abstract*</exclude>
@@ -160,21 +162,23 @@
         </configuration>
       </plugin>
 
-     <plugin>
-       <groupId>org.apache.maven.plugins</groupId>
-       <artifactId>maven-source-plugin</artifactId>
-       <executions>
-         <execution>
-           <id>attach-source</id>
-           <goals>
-             <goal>jar</goal>
-           </goals>
-         </execution>
-       </executions>
-     </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.0.4</version>
+        <executions>
+          <execution>
+            <id>attach-source</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
 
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-2</version>
         <configuration>
           <descriptors>
             <descriptor>release.xml</descriptor>
@@ -187,6 +191,7 @@
 
       <plugin>
         <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-7</version>
         <configuration>
           <tagBase>
             https://svn.apache.org/repos/asf/mina/asyncweb/tags
@@ -197,7 +202,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.4.1</version>
         <inherited>true</inherited>
         <extensions>true</extensions>
         <configuration>
@@ -274,7 +279,7 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.5.0</version>
+        <version>1.5.2</version>
       </dependency>
 
       <dependency>
@@ -286,7 +291,7 @@
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
-        <version>1.1</version>
+        <version>1.1.1</version>
       </dependency>
 
       <dependency>
@@ -298,19 +303,19 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
-        <version>2.0</version>
+        <version>2.0.8</version>
       </dependency>
 
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
-        <version>2.0</version>
+        <version>2.0.8</version>
       </dependency>
 
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context</artifactId>
-        <version>2.0</version>
+        <version>2.0.8</version>
       </dependency>
 
       <dependency>