You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/11/07 21:51:33 UTC

svn commit: r592893 - /myfaces/shared/trunk_3.0.x/pom.xml

Author: manolito
Date: Wed Nov  7 12:51:33 2007
New Revision: 592893

URL: http://svn.apache.org/viewvc?rev=592893&view=rev
Log:
fixed the wrong scm values

Modified:
    myfaces/shared/trunk_3.0.x/pom.xml

Modified: myfaces/shared/trunk_3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_3.0.x/pom.xml?rev=592893&r1=592892&r2=592893&view=diff
==============================================================================
--- myfaces/shared/trunk_3.0.x/pom.xml (original)
+++ myfaces/shared/trunk_3.0.x/pom.xml Wed Nov  7 12:51:33 2007
@@ -18,9 +18,9 @@
     myfaces-tomahawk: org.apache.myfaces.shared_tomahawk.* instead of org.apache.myfaces.shared.*</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shared/branches/3_0_0</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/3_0_0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_3.0.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_3.0.x</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_3.0.x</url>
   </scm>
   <modules>
     <module>core</module>