Author: sagara Date: Tue May 31 12:17:43 2011 New Revision: 1129639 URL: http://svn.apache.org/viewvc?rev=1129639&view=rev Log: Corrected tagBase and site location
Modified: axis/axis2/java/transports/trunk/modules/all/pom.xml axis/axis2/java/transports/trunk/pom.xml Modified: axis/axis2/java/transports/trunk/modules/all/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/all/pom.xml?rev=1129639&r1=1129638&r2=1129639&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/modules/all/pom.xml (original) +++ axis/axis2/java/transports/trunk/modules/all/pom.xml Tue May 31 12:17:43 2011 @@ -55,7 +55,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> - <tagBase>https://svn.apache.org/repos/asf/webservices/commons/tags/transport</tagBase> + <tagBase>https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags</tagBase> </configuration> </plugin> Modified: axis/axis2/java/transports/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/pom.xml?rev=1129639&r1=1129638&r2=1129639&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/pom.xml (original) +++ axis/axis2/java/transports/trunk/pom.xml Tue May 31 12:17:43 2011 @@ -214,7 +214,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> - <tagBase>https://svn.apache.org/repos/asf/webservices/commons/tags/transport</tagBase> + <tagBase>https://svn.apache.org/repos/asf/axis/axis2/java/transports/tags</tagBase> <useReleaseProfiles>false</useReleaseProfiles> <goals>deploy</goals> <arguments>-Prelease</arguments> @@ -379,7 +379,7 @@ <distributionManagement> <site> <id>website</id> - <url>scpexe://people.apache.org/www/ws.apache.org/commons/transport</url> + <url>scpexe://people.apache.org/www/axis.apache.org/axis2/java/transports</url> </site> </distributionManagement>