You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2008/02/17 16:57:18 UTC

svn commit: r628497 - /struts/maven/trunk/pom/pom.xml

Author: wsmoak
Date: Sun Feb 17 07:57:17 2008
New Revision: 628497

URL: http://svn.apache.org/viewvc?rev=628497&view=rev
Log:
Stage each release separately.  Sub-projects can override this if a different staging url is desired.

Modified:
    struts/maven/trunk/pom/pom.xml

Modified: struts/maven/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/pom/pom.xml?rev=628497&r1=628496&r2=628497&view=diff
==============================================================================
--- struts/maven/trunk/pom/pom.xml (original)
+++ struts/maven/trunk/pom/pom.xml Sun Feb 17 07:57:17 2008
@@ -343,7 +343,7 @@
       <repository>
          <id>struts-staging</id>
          <name>Apache Struts Staging Repository</name>
-         <url>scp://people.apache.org/www/people.apache.org/builds/struts/m2-staging-repository</url>
+         <url>scp://people.apache.org/www/people.apache.org/builds/struts/${project.version}/m2-staging-repository</url>
       </repository>
       <snapshotRepository>
          <uniqueVersion>true</uniqueVersion>