Author: wsmoak
Date: Tue Dec 12 19:19:26 2006
New Revision: 486478
URL: http://svn.apache.org/viewvc?view=rev&rev=486478
Log:
Use the latest released struts-master pom.
Remove the distribution management repository as it is inherited from
struts-master.
Disable releases on the snapshot repository as releases are staged elsewhere.
WW-1483
Modified:
struts/struts2/trunk/pom.xml
Modified: struts/struts2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?view=diff&rev=486478&r1=486477&r2=486478
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Tue Dec 12 19:19:26 2006
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts-master</artifactId>
- <version>3</version>
+ <version>4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -63,11 +63,6 @@
<ciManagement/>
<distributionManagement>
- <repository>
- <id>apache.snapshots</id>
- <name>Apache Maven Repository (Snapshots and Test Builds)</name>
-
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
- </repository>
<snapshotRepository>
<id>apache.snapshots</id>
<uniqueVersion>false</uniqueVersion>
@@ -274,7 +269,7 @@
<id>apache.snapshots</id>
<name>Apache Maven Repository (Snapshots and Test Builds)</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
- <releases><enabled>true</enabled></releases>
+ <releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
<repository>