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 2009/07/09 23:02:24 UTC

svn commit: r792694 - in /myfaces/core/trunk: api/pom.xml assembly/pom.xml impl/pom.xml pom.xml

Author: lu4242
Date: Thu Jul  9 21:02:23 2009
New Revision: 792694

URL: http://svn.apache.org/viewvc?rev=792694&view=rev
Log:
update scm properties after relocation

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/assembly/pom.xml
    myfaces/core/trunk/impl/pom.xml
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=792694&r1=792693&r2=792694&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Thu Jul  9 21:02:23 2009
@@ -14,10 +14,9 @@
     </description>
     <url>http://myfaces.apache.org/core20/myfaces-api</url>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/api
-        </developerConnection>
-        <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/api</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/api</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/api</developerConnection>
+        <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/api</url>
     </scm>
     <build>
 

Modified: myfaces/core/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/assembly/pom.xml?rev=792694&r1=792693&r2=792694&view=diff
==============================================================================
--- myfaces/core/trunk/assembly/pom.xml (original)
+++ myfaces/core/trunk/assembly/pom.xml Thu Jul  9 21:02:23 2009
@@ -15,9 +15,9 @@
   </parent>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/assembly</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/assembly</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/assembly</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/assembly</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/assembly</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/assembly</url>
   </scm>
 
   <build>

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=792694&r1=792693&r2=792694&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Thu Jul  9 21:02:23 2009
@@ -14,9 +14,9 @@
   </description>
   <url>http://myfaces.apache.org/core20/myfaces-impl</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/impl</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/2_0_0/impl</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/impl</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</url>
   </scm>
   <build>
     <resources>

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=792694&r1=792693&r2=792694&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Thu Jul  9 21:02:23 2009
@@ -23,9 +23,9 @@
     <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
   </issueManagement>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/branches/2_0__x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/branches/2_0__x</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/branches/2_0__x</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/trunk</url>
   </scm>
   <modules>
     <!-- module>build</module -->