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>