Author: brett
Date: Fri Aug 19 13:50:50 2011
New Revision: 1159638

URL: http://svn.apache.org/viewvc?rev=1159638&view=rev
Log:
clean up repositories and deploy to Archiva

Modified:
    archiva/parent/pom.xml
    archiva/trunk/pom.xml

Modified: archiva/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1159638&r1=1159637&r2=1159638&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Fri Aug 19 13:50:50 2011
@@ -44,31 +44,17 @@
   <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>
+      <id>vmbuild.staging</id>
+      <name>Apache Release Staging Repository on VMBuild</name>
+      <url>http://vmbuild.apache.org/archiva/repository/staged-archiva</url>
     </repository>
     <snapshotRepository>
-      <id>apache.snapshots</id>
+      <id>vmbuild.snapshots</id>
       <name>Apache Development Snapshot Repository</name>
-      
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+      <url>http://vmbuild.apache.org/archiva/repository/snapshots</url>
     </snapshotRepository>
   </distributionManagement>
 
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
   <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all 
alphabetical-->
   <developers>
     <developer>

Modified: archiva/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1159638&r1=1159637&r2=1159638&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Fri Aug 19 13:50:50 2011
@@ -52,15 +52,6 @@
     <url>http://svn.apache.org/viewvc/archiva/trunk</url>
   </scm>
 
-  <!-- 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>
-    </repository>
-  </distributionManagement>
-
   <properties>
     <struts.version>2.2.3</struts.version>
     <maven3x.version>3.0.3</maven3x.version>
@@ -1260,17 +1251,7 @@
   </dependencies>
 
   <repositories>
-    <repository>
-      <id>redback</id>
-      <url>http://snapshots.repository.codehaus.org/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-    <!-- remove when 
com.atlassian.xmlrpc:atlassian-xmlrpc-binder-annotations:0.11 will be in 
central -->
+    <!-- TODO: remove when 
com.atlassian.xmlrpc:atlassian-xmlrpc-binder-annotations:0.11 will be in 
central -->
     <repository>
       <id>maven.atlassian</id>
       <url>https://maven.atlassian.com/content/groups/public</url>


Reply via email to