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 2012/04/07 00:40:57 UTC

svn commit: r1310624 - in /archiva/redback/redback-components/trunk: plexus-command-line/ plexus-expression-evaluator/ plexus-jabber/ plexus-msn/ plexus-spring/ plexus-xmlrpc/ spring-apacheds/ spring-cache/ spring-jdo2/ spring-quartz/ spring-registry/ ...

Author: olamy
Date: Fri Apr  6 22:40:56 2012
New Revision: 1310624

URL: http://svn.apache.org/viewvc?rev=1310624&view=rev
Log:
fix pom due to asf move

Modified:
    archiva/redback/redback-components/trunk/plexus-command-line/pom.xml
    archiva/redback/redback-components/trunk/plexus-expression-evaluator/pom.xml
    archiva/redback/redback-components/trunk/plexus-jabber/pom.xml
    archiva/redback/redback-components/trunk/plexus-msn/pom.xml
    archiva/redback/redback-components/trunk/plexus-spring/pom.xml
    archiva/redback/redback-components/trunk/plexus-xmlrpc/pom.xml
    archiva/redback/redback-components/trunk/spring-apacheds/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/pom.xml
    archiva/redback/redback-components/trunk/spring-jdo2/pom.xml
    archiva/redback/redback-components/trunk/spring-quartz/pom.xml
    archiva/redback/redback-components/trunk/spring-registry/pom.xml
    archiva/redback/redback-components/trunk/spring-registry/spring-registry-api/pom.xml
    archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml
    archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml
    archiva/redback/redback-components/trunk/spring-utils/pom.xml

Modified: archiva/redback/redback-components/trunk/plexus-command-line/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-command-line/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-command-line/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-command-line/pom.xml Fri Apr  6 22:40:56 2012
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>plexus-command-line</artifactId>
   <name>Archiva Redback Command Line Component</name>
-  <version>1.0-alpha-3-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
 
   <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 

Modified: archiva/redback/redback-components/trunk/plexus-expression-evaluator/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-expression-evaluator/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-expression-evaluator/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-expression-evaluator/pom.xml Fri Apr  6 22:40:56 2012
@@ -26,23 +26,23 @@
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <artifactId>plexus-expression-evaluator</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <name>Plexus Expression Evaluator Components</name>
   <packaging>jar</packaging>
 
-  <url>http://redback.codehaus.org/components/${project.artifactId}</url>
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/redback/components/${project.artifactId}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/redback/components/trunk/plexus-expression-evaluator</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/components/trunk/plexus-expression-evaluator</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/redback/components/trunk/plexus-expression-evaluator</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/plexus-expression-evaluator</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/plexus-expression-evaluator</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-expression-evaluator</url>
   </scm>
 
   <dependencies>

Modified: archiva/redback/redback-components/trunk/plexus-jabber/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-jabber/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-jabber/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-jabber/pom.xml Fri Apr  6 22:40:56 2012
@@ -29,19 +29,20 @@
   <name>Plexus Jabber Client Component</name>
   <version>1.0-SNAPSHOT</version>
 
-  <url>http://redback.codehaus.org/components/${project.artifactId}</url>
+
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/redback/components/${project.artifactId}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/redback/components/trunk/plexus-jabber</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/components/trunk/plexus-jabber</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/redback/components/trunk/plexus-jabber</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/plexus-jabber/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/plexus-jabber/</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-jabber/</url>
   </scm>
 
   <dependencies>

Modified: archiva/redback/redback-components/trunk/plexus-msn/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-msn/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-msn/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-msn/pom.xml Fri Apr  6 22:40:56 2012
@@ -29,19 +29,19 @@
   <name>Plexus MSN Client Component</name>
   <version>1.0-SNAPSHOT</version>
 
-  <url>http://redback.codehaus.org/components/${project.artifactId}</url>
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/redback/components/${project.artifactId}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/redback/components/trunk/plexus-msn</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/components/trunk/plexus-msn</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/redback/components/trunk/plexus-msn</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/plexus-msn/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/plexus-msn/</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-msn/</url>
   </scm>
 
   <dependencies>

Modified: archiva/redback/redback-components/trunk/plexus-spring/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-spring/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-spring/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-spring/pom.xml Fri Apr  6 22:40:56 2012
@@ -26,26 +26,26 @@
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <artifactId>plexus-spring</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <name>Plexus to Spring Adapter</name>
   <description>Bridge utility to use plexus components in a SpringFramework context.</description>
   <properties>
     <mavenVersion>2.0.8</mavenVersion>
   </properties>
 
-  <url>http://redback.codehaus.org/components/${project.artifactId}</url>
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/redback/components/${project.artifactId}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/redback/components/trunk/plexus-spring</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/components/trunk/plexus-spring</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/redback/components/trunk/plexus-spring</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/plexus-spring/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/plexus-spring/</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-spring/</url>
   </scm>
 
   <dependencies>

Modified: archiva/redback/redback-components/trunk/plexus-xmlrpc/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-xmlrpc/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-xmlrpc/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-xmlrpc/pom.xml Fri Apr  6 22:40:56 2012
@@ -27,21 +27,21 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>plexus-xmlrpc</artifactId>
   <name>Plexus XML-RPC Component</name>
-  <version>1.0-beta-5-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
 
-  <url>http://redback.codehaus.org/components/${project.artifactId}</url>
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/redback/components/${project.artifactId}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/redback/components/trunk/plexus-xmlrpc</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/components/trunk/plexus-xmlrpc</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/redback/components/trunk/plexus-xmlrpc</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/plexus-xmlrpc/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/plexus-xmlrpc/</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-xmlrpc/</url>
   </scm>
 
   <dependencies>

Modified: archiva/redback/redback-components/trunk/spring-apacheds/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-apacheds/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-apacheds/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-apacheds/pom.xml Fri Apr  6 22:40:56 2012
@@ -27,21 +27,21 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>spring-apacheds</artifactId>
   <name>Spring Apache Directory Server Components</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
 
-  <url>http://redback.codehaus.org/components/${project.artifactId}</url>
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/redback/components/${project.artifactId}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-apacheds</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-apacheds</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/redback/components/trunk/spring-apacheds</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-apacheds/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-apacheds/</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-apacheds/</url>
   </scm>
 
   <properties>

Modified: archiva/redback/redback-components/trunk/spring-cache/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/pom.xml Fri Apr  6 22:40:56 2012
@@ -33,19 +33,19 @@
 
   <description>Cache API with various implementations : simple HashMap, ehcache, oscache. Based on Spring container.</description>
 
-  <url>http://redback.codehaus.org/components/${project.artifactId}</url>
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/redback/components/${project.artifactId}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-cache</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-cache</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/redback/components/trunk/spring-cache</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-cache/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-cache</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/</url>
   </scm>
 
   <modules>

Modified: archiva/redback/redback-components/trunk/spring-jdo2/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-jdo2/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-jdo2/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-jdo2/pom.xml Fri Apr  6 22:40:56 2012
@@ -27,22 +27,22 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>spring-jdo2</artifactId>
   <name>Spring JDO2 Component</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <inceptionYear>2005</inceptionYear>
 
-  <url>http://redback.codehaus.org/components/${project.artifactId}</url>
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/redback/components/${project.artifactId}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-jdo2</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-jdo2</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/redback/components/trunk/spring-jdo2</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-jdo2/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-jdo2/</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-jdo2</url>
   </scm>
 
   <developers>

Modified: archiva/redback/redback-components/trunk/spring-quartz/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-quartz/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-quartz/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-quartz/pom.xml Fri Apr  6 22:40:56 2012
@@ -27,21 +27,21 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>spring-quartz</artifactId>
   <name>Spring Quartz Component</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
 
-  <url>http://redback.codehaus.org/components/${project.artifactId}</url>
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/redback/components/${project.artifactId}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-quartz</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-quartz</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/redback/components/trunk/spring-quartz</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-quartz/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-quartz/</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-quartz/</url>
   </scm>
 
   <dependencies>

Modified: archiva/redback/redback-components/trunk/spring-registry/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-registry/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-registry/pom.xml Fri Apr  6 22:40:56 2012
@@ -24,23 +24,23 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.archiva.redback.components.registry</groupId>
   <artifactId>spring-registry</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <name>Redback Spring Registry Component</name>
   <packaging>pom</packaging>
 
-  <url>http://redback.codehaus.org/components/${project.artifactId}</url>
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/redback/components/${project.artifactId}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-registry</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-registry</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/redback/components/trunk/spring-registry</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-registry/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-registry/</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry</url>
   </scm>
 
   <modules>

Modified: archiva/redback/redback-components/trunk/spring-registry/spring-registry-api/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/spring-registry-api/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-registry/spring-registry-api/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-registry/spring-registry-api/pom.xml Fri Apr  6 22:40:56 2012
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.registry</groupId>
     <artifactId>spring-registry</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>spring-registry-api</artifactId>

Modified: archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml Fri Apr  6 22:40:56 2012
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.registry</groupId>
     <artifactId>spring-registry</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>spring-registry-commons</artifactId>

Modified: archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml Fri Apr  6 22:40:56 2012
@@ -27,21 +27,21 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>spring-taskqueue</artifactId>
   <name>Spring Task Queue</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
 
-  <url>http://redback.codehaus.org/components/${project.artifactId}</url>
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/redback/components/${project.artifactId}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-taskqueue</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-taskqueue</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/redback/components/trunk/spring-taskqueue</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-taskqueue/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-taskqueue/</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-taskqueue/</url>
   </scm>
 
   <dependencies>

Modified: archiva/redback/redback-components/trunk/spring-utils/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-utils/pom.xml?rev=1310624&r1=1310623&r2=1310624&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-utils/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-utils/pom.xml Fri Apr  6 22:40:56 2012
@@ -26,23 +26,23 @@
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <artifactId>spring-utils</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <name>Spring Utils Goodies</name>
   <description>Contains some spring goodies.</description>
 
-  <url>http://redback.codehaus.org/components/${project.artifactId}</url>
+  <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
-      <id>codehaus.org</id>
-      <url>dav:https://dav.codehaus.org/redback/components/${project.artifactId}</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-utils</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/components/trunk/spring-utils</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/redback/components/trunk/spring-utils</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-utils/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-utils/</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-utils/</url>
   </scm>
 
   <dependencies>