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 2013/05/05 12:53:14 UTC

svn commit: r1479288 - in /archiva/redback/redback-components/trunk: ./ expression-evaluator/ modello-plugins/ modello-plugins/jpox-modello-maven-plugin/ modello-plugins/modello-db-keywords/ modello-plugins/modello-plugin-jpox/ modello-plugins/modello-...

Author: olamy
Date: Sun May  5 10:53:13 2013
New Revision: 1479288

URL: http://svn.apache.org/r1479288
Log:
fix various path for deployment

Modified:
    archiva/redback/redback-components/trunk/expression-evaluator/pom.xml
    archiva/redback/redback-components/trunk/modello-plugins/jpox-modello-maven-plugin/pom.xml
    archiva/redback/redback-components/trunk/modello-plugins/modello-db-keywords/pom.xml
    archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-jpox/pom.xml
    archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-redback-registry/pom.xml
    archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-store/pom.xml
    archiva/redback/redback-components/trunk/modello-plugins/pom.xml
    archiva/redback/redback-components/trunk/pom.xml
    archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
    archiva/redback/redback-components/trunk/redback-features/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-cache/spring-cache-api/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/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/expression-evaluator/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/expression-evaluator/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/expression-evaluator/pom.xml (original)
+++ archiva/redback/redback-components/trunk/expression-evaluator/pom.xml Sun May  5 10:53:13 2013
@@ -38,7 +38,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

Modified: archiva/redback/redback-components/trunk/modello-plugins/jpox-modello-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/modello-plugins/jpox-modello-maven-plugin/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/modello-plugins/jpox-modello-maven-plugin/pom.xml (original)
+++ archiva/redback/redback-components/trunk/modello-plugins/jpox-modello-maven-plugin/pom.xml Sun May  5 10:53:13 2013
@@ -35,11 +35,10 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/modello-plugins/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/modello-plugins/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>

Modified: archiva/redback/redback-components/trunk/modello-plugins/modello-db-keywords/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/modello-plugins/modello-db-keywords/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/modello-plugins/modello-db-keywords/pom.xml (original)
+++ archiva/redback/redback-components/trunk/modello-plugins/modello-db-keywords/pom.xml Sun May  5 10:53:13 2013
@@ -33,10 +33,11 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/modello-plugins/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/modello-plugins/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
+
   <dependencies>
     <dependency>
       <groupId>org.codehaus.modello</groupId>

Modified: archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-jpox/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-jpox/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-jpox/pom.xml (original)
+++ archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-jpox/pom.xml Sun May  5 10:53:13 2013
@@ -33,10 +33,11 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/modello-plugins/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/modello-plugins/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
+
   <dependencies>
     <dependency>
       <groupId>org.apache.archiva.redback.components.modello</groupId>

Modified: archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-redback-registry/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-redback-registry/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-redback-registry/pom.xml (original)
+++ archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-redback-registry/pom.xml Sun May  5 10:53:13 2013
@@ -34,10 +34,11 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/modello-plugins/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/modello-plugins/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
+
   <dependencies>
     <dependency>
       <groupId>org.apache.archiva.redback.components.modello</groupId>

Modified: archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-store/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-store/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-store/pom.xml (original)
+++ archiva/redback/redback-components/trunk/modello-plugins/modello-plugin-store/pom.xml Sun May  5 10:53:13 2013
@@ -28,6 +28,14 @@
   <name>Modello Store Plugin</name>
   <packaging>jar</packaging>
 
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/modello-plugins/${project.artifactId}</url>
+    </site>
+  </distributionManagement>
+
+
   <dependencies>
     <dependency>
       <groupId>org.codehaus.modello</groupId>

Modified: archiva/redback/redback-components/trunk/modello-plugins/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/modello-plugins/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/modello-plugins/pom.xml (original)
+++ archiva/redback/redback-components/trunk/modello-plugins/pom.xml Sun May  5 10:53:13 2013
@@ -42,11 +42,10 @@
     <modelloVersion>1.7</modelloVersion>
   </properties>
 
-
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

Modified: archiva/redback/redback-components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/pom.xml (original)
+++ archiva/redback/redback-components/trunk/pom.xml Sun May  5 10:53:13 2013
@@ -36,7 +36,6 @@
 
   <properties>
     <scmPubCheckoutDirectory>.site-content</scmPubCheckoutDirectory>
-    <siteDeployPath>${user.home}/redback-components-site-deploy</siteDeployPath>
     <scmTryUpdate>true</scmTryUpdate>
   </properties>
 

Modified: archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-components-parent/pom.xml (original)
+++ archiva/redback/redback-components/trunk/redback-components-parent/pom.xml Sun May  5 10:53:13 2013
@@ -53,13 +53,15 @@
     <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/</url>
   </scm>
 
+
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
+
   <repositories>
     <repository>
       <id>archiva-repository.releases</id>

Modified: archiva/redback/redback-components/trunk/redback-features/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-features/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-features/pom.xml (original)
+++ archiva/redback/redback-components/trunk/redback-features/pom.xml Sun May  5 10:53:13 2013
@@ -44,7 +44,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

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=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-apacheds/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-apacheds/pom.xml Sun May  5 10:53:13 2013
@@ -38,7 +38,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

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=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/pom.xml Sun May  5 10:53:13 2013
@@ -38,7 +38,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml Sun May  5 10:53:13 2013
@@ -38,7 +38,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/spring-cache/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/spring-cache/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml Sun May  5 10:53:13 2013
@@ -35,7 +35,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/spring-cache/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/spring-cache/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml Sun May  5 10:53:13 2013
@@ -38,7 +38,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/spring-cache/spring-cache-providers/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/spring-cache/spring-cache-providers/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml Sun May  5 10:53:13 2013
@@ -38,7 +38,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/spring-cache/spring-cache-providers/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/spring-cache/spring-cache-providers/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml Sun May  5 10:53:13 2013
@@ -33,7 +33,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/spring-cache/spring-cache-providers/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/spring-cache/spring-cache-providers/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml?rev=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml Sun May  5 10:53:13 2013
@@ -35,7 +35,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/spring-cache/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/spring-cache/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

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=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-jdo2/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-jdo2/pom.xml Sun May  5 10:53:13 2013
@@ -38,7 +38,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

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=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-quartz/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-quartz/pom.xml Sun May  5 10:53:13 2013
@@ -38,7 +38,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

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=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-registry/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-registry/pom.xml Sun May  5 10:53:13 2013
@@ -33,7 +33,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

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=1479288&r1=1479287&r2=1479288&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 Sun May  5 10:53:13 2013
@@ -36,7 +36,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/spring-registry/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/spring-registry/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

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=1479288&r1=1479287&r2=1479288&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 Sun May  5 10:53:13 2013
@@ -36,7 +36,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/spring-registry/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/spring-registry/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

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=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml Sun May  5 10:53:13 2013
@@ -38,7 +38,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>
 

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=1479288&r1=1479287&r2=1479288&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-utils/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-utils/pom.xml Sun May  5 10:53:13 2013
@@ -39,7 +39,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>