Author: wsmoak Date: Wed Jan 24 09:17:57 2007 New Revision: 499489 URL: http://svn.apache.org/viewvc?view=rev&rev=499489 Log: Remove distribution management repositories, they are inherited from the struts-master pom.
Modified: struts/maven/trunk/struts-annotations/pom.xml Modified: struts/maven/trunk/struts-annotations/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts-annotations/pom.xml?view=diff&rev=499489&r1=499488&r2=499489 ============================================================================== --- struts/maven/trunk/struts-annotations/pom.xml (original) +++ struts/maven/trunk/struts-annotations/pom.xml Wed Jan 24 09:17:57 2007 @@ -10,7 +10,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.struts</groupId> <artifactId>struts-annotations</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> <name>Struts Annotations</name> <url>http://struts.apache.org</url> @@ -106,17 +106,6 @@ </profiles> <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> - <name>Apache Maven Repository (Snapshots and Test Builds)</name> - <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url> - </snapshotRepository> <site> <id>apache-site</id> <url>scp://people.apache.org/www/struts.apache.org/2.x/</url>