Author: wsmoak Date: Sun Apr 9 12:27:56 2006 New Revision: 392810 URL: http://svn.apache.org/viewcvs?rev=392810&view=rev Log: Change to version 1 of the struts-parent pom. Remove <relativePath>, which isn't working (MNG-740). Remove <snapshotRepository> which will be inherited from struts-parent. Add <repository> to override the definition in struts-parent and avoid releasing test builds to the distribution repo.
Modified: struts/action/trunk/pom.xml Modified: struts/action/trunk/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=392810&r1=392809&r2=392810&view=diff ============================================================================== --- struts/action/trunk/pom.xml (original) +++ struts/action/trunk/pom.xml Sun Apr 9 12:27:56 2006 @@ -38,8 +38,7 @@ <parent> <groupId>org.apache.struts</groupId> <artifactId>struts-parent</artifactId> - <version>1-SNAPSHOT</version> - <relativePath>../pom/pom.xml</relativePath> + <version>1</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -59,11 +58,11 @@ <ciManagement/> <distributionManagement> - <snapshotRepository> - <id>apache-snapshot</id> - <name>Apache Snapshot Repository</name> + <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> - </snapshotRepository> + </repository> </distributionManagement> <modules> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]