]> source.dussan.org Git - archiva.git/commitdiff
update SVN URLs
authorBrett Porter <brett@apache.org>
Sat, 29 Mar 2008 00:35:44 +0000 (00:35 +0000)
committerBrett Porter <brett@apache.org>
Sat, 29 Mar 2008 00:35:44 +0000 (00:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@642455 13f79535-47bb-0310-9956-ffa450edef68

archiva-1.0.x/archiva-docs/src/site/apt/customising/writing-consumer.apt
archiva-1.0.x/pom.xml

index 7e2d896cc39b9b69463818912bb81785a7b254a9..5f70365b3bee9954fca23368e6156e8696d25788 100644 (file)
@@ -31,7 +31,7 @@ Writing a Consumer Plugin
  For a sample custom consumer, you can checkout the archiva-consumer-plugin at the archiva sandbox in the SVN repository:
 
 +----+
-http://svn.apache.org/repos/asf/maven/sandbox/trunk/archiva/archiva-consumer-plugin
+http://svn.apache.org/repos/asf/archiva/sandbox/archiva-consumer-plugin
 +----+
 
  Below are the steps on how to create a custom repository consumer and plug it in Archiva:
index e5ac69d5b70665c01119d219ed30359250e91cbf..7c5d33d4bece62159e4bad219ce3a273652ff3a7 100644 (file)
@@ -36,9 +36,9 @@
   <packaging>pom</packaging>
   <version>1.0.2-SNAPSHOT</version>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archiva/branches/archiva-1.0.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-1.0.x</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/archiva/branches/archiva-1.0.x</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/branches/archiva-1.0.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/branches/archiva-1.0.x</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/archiva/branches/archiva-1.0.x</url>
   </scm>
 
   <url>http://maven.apache.org/archiva/</url>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/archiva/tags</tagBase>
+            <tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase>
             <preparationGoals>clean install</preparationGoals>
           </configuration>
         </plugin>