You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2007/11/28 14:59:49 UTC

svn commit: r599005 - /directory/installers/branches/bigbang/pom.xml

Author: elecharny
Date: Wed Nov 28 05:59:48 2007
New Revision: 599005

URL: http://svn.apache.org/viewvc?rev=599005&view=rev
Log:
Fixed the scm which were pointing to releases instead of branches

Modified:
    directory/installers/branches/bigbang/pom.xml

Modified: directory/installers/branches/bigbang/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/pom.xml?rev=599005&r1=599004&r2=599005&view=diff
==============================================================================
--- directory/installers/branches/bigbang/pom.xml (original)
+++ directory/installers/branches/bigbang/pom.xml Wed Nov 28 05:59:48 2007
@@ -475,9 +475,9 @@
   </licenses>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/installers/releases/1.5.1</connection>
-    <url>http://svn.apache.org/repos/asf/directory/installers/releases/1.5.1</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/installers/releases/1.5.1</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/installers/branches/bigbang</connection>
+    <url>http://svn.apache.org/repos/asf/directory/installers/branches/bigbang</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/installers/branches/bigbang</developerConnection>
   </scm>
 
   <build>