Author: wsmoak Date: Sun Apr 9 12:15:45 2006 New Revision: 392805 URL: http://svn.apache.org/viewcvs?rev=392805&view=rev Log: Checking in final changes for version 1. The 'mvn deploy' command uses the <repository> element. This will have to be overridden in the struts-action-parent pom to avoid releasing test builds to the distribution repository.
Modified: struts/pom/pom.xml Modified: struts/pom/pom.xml URL: http://svn.apache.org/viewcvs/struts/pom/pom.xml?rev=392805&r1=392804&r2=392805&view=diff ============================================================================== --- struts/pom/pom.xml (original) +++ struts/pom/pom.xml Sun Apr 9 12:15:45 2006 @@ -282,9 +282,9 @@ </developers> <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> + <id>apache-maven-releases</id> + <name>Apache Maven Repository (Releases)</name> + <url>scp://people.apache.org/www/www.apache.org/dist/maven-repository</url> </repository> <snapshotRepository> <uniqueVersion>false</uniqueVersion> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]