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 2008/08/12 20:26:56 UTC

svn commit: r685255 - in /myfaces/core/branches/1_1_6: api/pom.xml impl/pom.xml pom.xml

Author: lu4242
Date: Tue Aug 12 11:26:55 2008
New Revision: 685255

URL: http://svn.apache.org/viewvc?rev=685255&view=rev
Log:
change scm properties to point to  proper branch

Modified:
    myfaces/core/branches/1_1_6/api/pom.xml
    myfaces/core/branches/1_1_6/impl/pom.xml
    myfaces/core/branches/1_1_6/pom.xml

Modified: myfaces/core/branches/1_1_6/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_6/api/pom.xml?rev=685255&r1=685254&r2=685255&view=diff
==============================================================================
--- myfaces/core/branches/1_1_6/api/pom.xml (original)
+++ myfaces/core/branches/1_1_6/api/pom.xml Tue Aug 12 11:26:55 2008
@@ -12,9 +12,9 @@
     The public API classes of the Apache MyFaces Core JSF-1.1 project.
   </description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_6/api</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_6/api</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_6/api</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_1_6/api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_1_6/api</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/branches/1_1_6/api</url>
   </scm>
 
   <build>

Modified: myfaces/core/branches/1_1_6/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_6/impl/pom.xml?rev=685255&r1=685254&r2=685255&view=diff
==============================================================================
--- myfaces/core/branches/1_1_6/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_6/impl/pom.xml Tue Aug 12 11:26:55 2008
@@ -13,9 +13,9 @@
     The private implementation classes of the Apache MyFaces Core JSF-1.1 Implementation.
   </description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_6/impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_6/impl</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_6/impl</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_1_6/impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_1_6/impl</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/branches/1_1_6/impl</url>
   </scm>
   <build>
     <resources>

Modified: myfaces/core/branches/1_1_6/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_1_6/pom.xml?rev=685255&r1=685254&r2=685255&view=diff
==============================================================================
--- myfaces/core/branches/1_1_6/pom.xml (original)
+++ myfaces/core/branches/1_1_6/pom.xml Tue Aug 12 11:26:55 2008
@@ -24,9 +24,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_6</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_6</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/core/tags/1_1_6</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/1_1_6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/1_1_6</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/core/branches/1_1_6</url>
   </scm>
 
   <modules>