You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/07/28 02:06:12 UTC

svn commit: r1151679 - /myfaces/core/branches/2.0.x/shared/pom.xml

Author: lu4242
Date: Thu Jul 28 00:06:12 2011
New Revision: 1151679

URL: http://svn.apache.org/viewvc?rev=1151679&view=rev
Log:
MYFACES-3247 Move shared core module to myfaces core directory and rename package from shared-impl to shared

Modified:
    myfaces/core/branches/2.0.x/shared/pom.xml

Modified: myfaces/core/branches/2.0.x/shared/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/shared/pom.xml?rev=1151679&r1=1151678&r2=1151679&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/shared/pom.xml (original)
+++ myfaces/core/branches/2.0.x/shared/pom.xml Thu Jul 28 00:06:12 2011
@@ -33,9 +33,9 @@
     needed by the shared-* modules</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/core/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x/core</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/trunk_4.0.x/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/shared</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x/shared</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/branches/2.0.x/shared</url>
   </scm>
   
   <dependencies>