You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/09/14 09:44:35 UTC

[myfaces-tobago] 01/02: TOBAGO-1800: Moving codebase from Subversion to GIT changed some links from Svn to Git

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

lofwyr pushed a commit to branch tobago-2.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 12e1d85ece537b09dcaabfeb5d2da6d06f85af8e
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Fri Sep 8 10:52:18 2017 +0200

    TOBAGO-1800: Moving codebase from Subversion to GIT
    changed some links from Svn to Git
    
    (cherry picked from commit 09cfa9d)
    
    (cherry picked from commit bd0e400)
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd2230e..156cee5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,7 +301,7 @@
           <allowCommentedBlocks>true</allowCommentedBlocks>
 -->
         </configuration>
-      </plugin>                              
+      </plugin>
 
       <!-- TODO test dashboard plugin  -->
       <!--plugin>
@@ -578,9 +578,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-2.0.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-2.0.x</developerConnection>
-    <url>http://svn.eu.apache.org/viewvc/myfaces/tobago/branches/tobago-2.0.x</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-tobago.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-tobago.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=myfaces-tobago.git</url>
   </scm>
 
   <build>
@@ -1277,10 +1277,10 @@
     Attention: The next profiles should only be changed by a clean build.
     They define the JSF version which are generally incompatible.
     They also define the JSF implementation used to compile and for runtime.
-    
+
     Usage for a standard build (jsf-2.0):
-    mvn 
-    
+    mvn
+
     Usage for specific build:
     mvn -Pjsf-2.1
     mvn -Pjsf-2.2

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.