]> source.dussan.org Git - archiva.git/commitdiff
fix scm information
authorOlivier Lamy <olamy@apache.org>
Thu, 10 Apr 2014 00:36:54 +0000 (10:36 +1000)
committerOlivier Lamy <olamy@apache.org>
Thu, 10 Apr 2014 00:36:54 +0000 (10:36 +1000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 5bed089b70a4ae85aee5a82a88dbf1381ffd4f61..a114f231d6db7c5e6c3946d06f4d42c8f6b8e63f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -37,9 +37,9 @@
   <version>1.3.8-SNAPSHOT</version>
   <url>http://archiva.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x</developerConnection>
-    <url>http://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva-site.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva-site.git</developerConnection>
+    <url>https://github.com/apache/archiva-site</url>
   </scm>
 
   <build>
           <artifactId>maven-release-plugin</artifactId>
           <version>2.4.1</version>
           <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase>
             <useReleaseProfile>false</useReleaseProfile>
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <goals>deploy</goals>