You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/01/18 17:33:12 UTC

svn commit: r370179 - /myfaces/tomahawk/trunk/sandbox/pom.xml

Author: schof
Date: Wed Jan 18 08:33:09 2006
New Revision: 370179

URL: http://svn.apache.org/viewcvs?rev=370179&view=rev
Log:
tweaked scm setting

Modified:
    myfaces/tomahawk/trunk/sandbox/pom.xml

Modified: myfaces/tomahawk/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/pom.xml?rev=370179&r1=370178&r2=370179&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/pom.xml Wed Jan 18 08:33:09 2006
@@ -5,7 +5,7 @@
   <groupId>org.apache.myfaces.tomahawk</groupId>
   <artifactId>sandbox-project</artifactId>
   <packaging>pom</packaging>
-  <name>MyFaces Sandbox</name>
+  <name>Sandbox Project</name>
   <url>http://myfaces.apache.org</url>
   <!-- TODO which url has sandbox? -->
   <version>1.1.2-SNAPSHOT</version>	 
@@ -25,9 +25,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/sandbox/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/sandbox/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/sandbox/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox</url>
   </scm>
 
 </project>