Author: wsmoak Date: Tue Jul 4 23:42:27 2006 New Revision: 419182 URL: http://svn.apache.org/viewvc?rev=419182&view=rev Log: Update to struts-master v3 as the parent. Remove the <repository> section, which is inherited.
Modified: struts/struts1/trunk/pom.xml Modified: struts/struts1/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?rev=419182&r1=419181&r2=419182&view=diff ============================================================================== --- struts/struts1/trunk/pom.xml (original) +++ struts/struts1/trunk/pom.xml Tue Jul 4 23:42:27 2006 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts-master</artifactId> - <version>3-SNAPSHOT</version> + <version>3</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -52,12 +52,8 @@ </issueManagement> <ciManagement/> + <distributionManagement> - <repository> - <id>apache-maven-test-builds</id> - <name>Apache Maven Repository (Test Builds)</name> - <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url> - </repository> <site> <id>apache-site</id> <url>scp://people.apache.org/www/struts.apache.org/1.x/</url>