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>