You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2011/10/21 09:06:43 UTC

svn commit: r1187190 - /geronimo/server/trunk/plugins/axis2/pom.xml

Author: xuhaihong
Date: Fri Oct 21 07:06:43 2011
New Revision: 1187190

URL: http://svn.apache.org/viewvc?rev=1187190&view=rev
Log:
Use released commons-httpclient 3.1_1 bundle

Modified:
    geronimo/server/trunk/plugins/axis2/pom.xml

Modified: geronimo/server/trunk/plugins/axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/axis2/pom.xml?rev=1187190&r1=1187189&r2=1187190&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/axis2/pom.xml (original)
+++ geronimo/server/trunk/plugins/axis2/pom.xml Fri Oct 21 07:06:43 2011
@@ -74,7 +74,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.bundles</groupId>
                 <artifactId>commons-httpclient</artifactId>
-                <version>3.1_1-SNAPSHOT</version>
+                <version>3.1_1</version>
             </dependency>
 
             <dependency>