You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2012/10/02 04:01:29 UTC

svn commit: r1392713 - /continuum/parent/trunk/pom.xml

Author: brett
Date: Tue Oct  2 02:01:28 2012
New Revision: 1392713

URL: http://svn.apache.org/viewvc?rev=1392713&view=rev
Log:
update repository deployment location

Modified:
    continuum/parent/trunk/pom.xml

Modified: continuum/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/parent/trunk/pom.xml?rev=1392713&r1=1392712&r2=1392713&view=diff
==============================================================================
--- continuum/parent/trunk/pom.xml (original)
+++ continuum/parent/trunk/pom.xml Tue Oct  2 02:01:28 2012
@@ -104,14 +104,14 @@ under the License.
   <distributionManagement>
     <!-- Site omitted - each project must provide their own -->
     <repository>
-      <id>vmbuild.staging</id>
-      <name>Apache Release Staging Repository on VMBuild</name>
-      <url>http://vmbuild.apache.org/archiva/repository/staged-continuum</url>
+      <id>archiva-repository.releases</id>
+      <name>Apache Release Staging Repository</name>
+      <url>https://archiva-repository.apache.org/archiva/repository/continuum-releases/</url>
     </repository>
     <snapshotRepository>
-      <id>vmbuild.snapshots</id>
+      <id>archiva-repository.snapshots</id>
       <name>Apache Development Snapshot Repository</name>
-      <url>http://vmbuild.apache.org/archiva/repository/snapshots</url>
+      <url>https://archiva-repository.apache.org/archiva/repository/snapshots/</url>
     </snapshotRepository>
   </distributionManagement>