You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2011/05/31 21:35:12 UTC

svn commit: r1129872 - /archiva/parent/pom.xml

Author: olamy
Date: Tue May 31 19:35:12 2011
New Revision: 1129872

URL: http://svn.apache.org/viewvc?rev=1129872&view=rev
Log:
fix distributionManagement due to parent upgrade

Modified:
    archiva/parent/pom.xml

Modified: archiva/parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1129872&r1=1129871&r2=1129872&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Tue May 31 19:35:12 2011
@@ -41,6 +41,20 @@
   <url>http://archiva.apache.org/</url>
   <inceptionYear>2006</inceptionYear>
 
+  <distributionManagement>
+    <!-- Site omitted - each project must provide their own -->
+    <repository>
+      <id>apache.releases</id>
+      <name>Apache Release Distribution 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 Development Snapshot Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+  </distributionManagement>
+
   <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all alphabetical-->
   <developers>
     <developer>