You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/04/09 20:20:52 UTC

[archiva-redback-components-spring-utils] 05/47: fix pom due to asf move

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-utils.git

commit 16f64e4b3b9218c790c89d6bafc2729a88459946
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Apr 6 22:40:56 2012 +0000

    fix pom due to asf move
    
    git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1310624 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 676b6a5..68b6884 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.