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 2013/01/07 10:19:34 UTC

svn commit: r1429719 - /archiva/branches/archiva-1.3.x/pom.xml

Author: brett
Date: Mon Jan  7 09:19:34 2013
New Revision: 1429719

URL: http://svn.apache.org/viewvc?rev=1429719&view=rev
Log:
update for release

Modified:
    archiva/branches/archiva-1.3.x/pom.xml

Modified: archiva/branches/archiva-1.3.x/pom.xml
URL: http://svn.apache.org/viewvc/archiva/branches/archiva-1.3.x/pom.xml?rev=1429719&r1=1429718&r2=1429719&view=diff
==============================================================================
--- archiva/branches/archiva-1.3.x/pom.xml (original)
+++ archiva/branches/archiva-1.3.x/pom.xml Mon Jan  7 09:19:34 2013
@@ -1211,9 +1211,14 @@
   <!-- TODO: we need to push this into the parent, and also upgrade to the latest ASF parent POM -->
   <distributionManagement>
     <repository>
-      <id>vmbuild.staging</id>
-      <name>Apache Release Staging Repository on VMBuild</name>
-      <url>http://vmbuild.apache.org/archiva/repository/staged-archiva</url>
+      <id>archiva-repository.releases</id>
+      <name>Apache Release Staging Repository</name>
+      <url>https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/</url>
     </repository>
+    <snapshotRepository>
+      <id>archiva-repository.snapshots</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>https://archiva-repository.apache.org/archiva/repository/snapshots/</url>
+    </snapshotRepository>
   </distributionManagement>
 </project>