Author: aadamchik
Date: Sat Sep 16 18:56:21 2006
New Revision: 446995
URL: http://svn.apache.org/viewvc?view=rev&rev=446995
Log:
switching pom to Apache snapshot repo for distribution - confirmed on the
mailing list that we can do that
Modified:
incubator/cayenne/main/trunk/pom.xml
Modified: incubator/cayenne/main/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pom.xml?view=diff&rev=446995&r1=446994&r2=446995
==============================================================================
--- incubator/cayenne/main/trunk/pom.xml (original)
+++ incubator/cayenne/main/trunk/pom.xml Sat Sep 16 18:56:21 2006
@@ -487,21 +487,6 @@
</repository>
<repository>
- <id>apache-m1</id>
- <name>Apache Maven 1 Repository</name>
- <url>http://people.apache.org/repository</url>
- <layout>legacy</layout>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>daily</updatePolicy>
- <checksumPolicy>ignore</checksumPolicy>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
-
- <repository>
<id>apache-snapshots</id>
<name>Apache Snapshots Repository</name>
<url>
@@ -543,9 +528,9 @@
<distributionManagement>
<snapshotRepository>
- <id>objectstyle-snapshots</id>
- <name>ObjectStyle Snapshots Repository</name>
-
<url>scp://objectstyle.org/var/sites/objectstyle/html/maven2</url>
+ <id>apache-snapshots</id>
+ <name>Apache Snapshots Repository</name>
+
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</snapshotRepository>
</distributionManagement>