Author: mrdon
Date: Sat Jul 19 08:45:17 2008
New Revision: 678176

URL: http://svn.apache.org/viewvc?rev=678176&view=rev
Log:
Fixing scm to point to right tags dir

Modified:
    maven/sandbox/branches/maven/maven-2.0.9-db/pom.xml

Modified: maven/sandbox/branches/maven/maven-2.0.9-db/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/maven/maven-2.0.9-db/pom.xml?rev=678176&r1=678175&r2=678176&view=diff
==============================================================================
--- maven/sandbox/branches/maven/maven-2.0.9-db/pom.xml (original)
+++ maven/sandbox/branches/maven/maven-2.0.9-db/pom.xml Sat Jul 19 08:45:17 2008
@@ -117,9 +117,9 @@
   </mailingLists>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9-db-1</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9-db-1</developerConnection>
-    
<url>https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9-db-1</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/tags/maven-2.0.9-db-1</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/tags/maven-2.0.9-db-1</developerConnection>
+    
<url>https://svn.apache.org/repos/asf/maven/sandbox/tags/maven-2.0.9-db-1</url>
   </scm>
 
   <build>
@@ -179,7 +179,7 @@
           <artifactId>maven-release-plugin</artifactId>
           <version>2.0-beta-7</version>
           <configuration>
-            
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
+            
<tagBase>https://svn.apache.org/repos/asf/maven/sandbox/tags</tagBase>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>


Reply via email to