Author: wsmoak
Date: Wed Dec 6 17:33:15 2006
New Revision: 483322
URL: http://svn.apache.org/viewvc?view=rev&rev=483322
Log:
Set project level distributionManagement to stage releases under
people.apache.org/builds instead of the snapshot repository.
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?view=diff&rev=483322&r1=483321&r2=483322
==============================================================================
--- struts/maven/trunk/pom/pom.xml (original)
+++ struts/maven/trunk/pom/pom.xml Wed Dec 6 17:33:15 2006
@@ -340,9 +340,9 @@
</developers>
<distributionManagement>
<repository>
- <id>apache.snapshots</id>
- <name>Apache Development Snapshot (and Test Build) Repository</name>
-
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+ <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>
</repository>
<snapshotRepository>
<uniqueVersion>true</uniqueVersion>