You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/08 12:48:50 UTC

[myfaces] 05/06: change scm properties to point to proper branch

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_1_6
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 6d6a0405ec8919e0ec4237019f2dac544badcfc8
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Tue Aug 12 18:26:55 2008 +0000

    change scm properties to point to  proper branch
---
 api/pom.xml  | 6 +++---
 impl/pom.xml | 6 +++---
 pom.xml      | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 8bb5ebb..add7591 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -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>
diff --git a/impl/pom.xml b/impl/pom.xml
index b7a0e86..1b35f66 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 972fdc0..491fb02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.