You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2007/07/28 00:04:25 UTC

svn commit: r560401 - /cayenne/main/trunk/pom.xml

Author: aadamchik
Date: Fri Jul 27 15:04:24 2007
New Revision: 560401

URL: http://svn.apache.org/viewvc?view=rev&rev=560401
Log:
oops - wrong place in the pom to define release repo

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?view=diff&rev=560401&r1=560400&r2=560401
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Fri Jul 27 15:04:24 2007
@@ -521,18 +521,6 @@
 
 	<repositories>
 		<repository>
-			<id>apache-releases</id>
-			<name>Apache Snapshots Repository</name>
-			<url>http://people.apache.org/repo/m2-ibiblio-rsync-repository/</url>
-			<layout>default</layout>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-		</repository>
-		<repository>
 			<id>apache-snapshots</id>
 			<name>Apache Snapshots Repository</name>
 			<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
@@ -582,6 +570,11 @@
 	</build>
 
 	<distributionManagement>
+		<repository>
+                        <id>apache-releases</id>
+                        <name>Apache Snapshots Repository</name>
+                        <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+                </repository>
 		<snapshotRepository>
 			<id>apache-snapshots</id>
 			<name>Apache Snapshots Repository</name>