You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/09 21:15:47 UTC

svn commit: r392805 - /struts/pom/pom.xml

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org