[jboss-cvs] JBossAS SVN: r109596 - branches/JBoss-AS-6.0.x-ipv6/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 30 18:14:46 EST 2010


Author: rachmatowicz at jboss.com
Date: 2010-11-30 18:14:45 -0500 (Tue, 30 Nov 2010)
New Revision: 109596

Modified:
   branches/JBoss-AS-6.0.x-ipv6/component-matrix/pom.xml
Log:
Update component-matrix to use commons-httpclient 3.0.1-SNAPSHOT

Modified: branches/JBoss-AS-6.0.x-ipv6/component-matrix/pom.xml
===================================================================
--- branches/JBoss-AS-6.0.x-ipv6/component-matrix/pom.xml	2010-11-30 23:03:33 UTC (rev 109595)
+++ branches/JBoss-AS-6.0.x-ipv6/component-matrix/pom.xml	2010-11-30 23:14:45 UTC (rev 109596)
@@ -314,7 +314,7 @@
       <dependency>
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
-        <version>3.0.1</version>
+        <version>3.0.1-SNAPSHOT</version>
         <scope>test</scope>
       </dependency>
       



More information about the jboss-cvs-commits mailing list