You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2010/01/13 02:37:49 UTC

svn commit: r898599 - /archiva/trunk/pom.xml

Author: brett
Date: Wed Jan 13 01:37:48 2010
New Revision: 898599

URL: http://svn.apache.org/viewvc?rev=898599&view=rev
Log:
add the distribution management we are using now

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=898599&r1=898598&r2=898599&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Wed Jan 13 01:37:48 2010
@@ -1185,4 +1185,12 @@
       </build>
     </profile>
   </profiles>
+  <!-- TODO: we need to push this into the parent, and also upgrade to the latest ASF parent POM -->
+  <distributionManagement>
+    <repository>
+      <id>apache.releases</id>
+      <name>Apache Release Staging Repository on VMBuild</name>
+      <url>http://vmbuild.apache.org/archiva/repository/staged-archiva</url>
+    </repository>
+  </distributionManagement>
 </project>