Author: rafale
Date: Thu Jan 17 12:42:15 2008
New Revision: 612969

URL: http://svn.apache.org/viewvc?rev=612969&view=rev
Log:
settign the correct values to SCM urls

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=612969&r1=612968&r2=612969&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Thu Jan 17 12:42:15 2008
@@ -555,9 +555,9 @@
     </profiles> 
     
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/trunk/archetype</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/archetype</developerConnection>
-        
<url>http://svn.apache.org/viewcvs.cgi/maven/sandbox/trunk/archetype</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/trunk</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/trunk</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk</url>
     </scm>
     
     <build>
@@ -566,7 +566,7 @@
                 <plugin>
                     <artifactId>maven-release-plugin</artifactId>
                     <configuration>
-                        
<tagBase>https://svn.apache.org/repos/asf/maven/sandbox/tags</tagBase>
+                        
<tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase>
                     </configuration>
                 </plugin>
                 <plugin>


Reply via email to