You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/03/05 23:15:08 UTC

svn commit: r750631 - /webservices/commons/trunk/modules/transport/modules/http/pom.xml

Author: veithen
Date: Thu Mar  5 22:15:08 2009
New Revision: 750631

URL: http://svn.apache.org/viewvc?rev=750631&view=rev
Log:
Also setting the version of the HTTP transport to 1.0-SNAPSHOT.

Modified:
    webservices/commons/trunk/modules/transport/modules/http/pom.xml

Modified: webservices/commons/trunk/modules/transport/modules/http/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/http/pom.xml?rev=750631&r1=750630&r2=750631&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/http/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/http/pom.xml Thu Mar  5 22:15:08 2009
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-transport</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <artifactId>axis2-transport-http</artifactId>