You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/01/19 18:04:02 UTC

svn commit: r613417 - /maven/sandbox/trunk/site/cookbook/generate-build-time/pom.xml

Author: vsiveton
Date: Sat Jan 19 09:04:01 2008
New Revision: 613417

URL: http://svn.apache.org/viewvc?rev=613417&view=rev
Log:
o fixed SCM url

Modified:
    maven/sandbox/trunk/site/cookbook/generate-build-time/pom.xml

Modified: maven/sandbox/trunk/site/cookbook/generate-build-time/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/site/cookbook/generate-build-time/pom.xml?rev=613417&r1=613416&r2=613417&view=diff
==============================================================================
--- maven/sandbox/trunk/site/cookbook/generate-build-time/pom.xml (original)
+++ maven/sandbox/trunk/site/cookbook/generate-build-time/pom.xml Sat Jan 19 09:04:01 2008
@@ -121,8 +121,8 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/site/cookbook/generate-build-time/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/site/cookbook/generate-build-time/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/sandbox/site/cookbook/generate-build-time/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/trunk/site/cookbook/generate-build-time/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/site/cookbook/generate-build-time/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/sandbox/trunk/site/cookbook/generate-build-time/</url>
   </scm>
 </project>