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:48:56 UTC

[myfaces-tobago] branch tobago-1.5.x updated: 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-1.5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-1.5.x by this push:
     new 10722cb  TOBAGO-1800: Moving codebase from Subversion to GIT changed some links from Svn to Git
10722cb is described below

commit 10722cb4240d64caa0c6c109ccd508f7765dfed5
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)
    
    (cherry picked from commit 12e1d85)
---
 pom.xml | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index ab8b5d3..a85ea61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,7 +322,7 @@
           <linkXRef>true</linkXRef>
           <targetJdk>${maven.compile.source}</targetJdk>
         </configuration>
-      </plugin>                              
+      </plugin>
 
       <!-- TODO test dashboard plugin  -->
       <!--plugin>
@@ -446,7 +446,7 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>${slf4j.version}</version>        
+        <version>${slf4j.version}</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>
@@ -472,7 +472,7 @@
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
         <version>${commons-logging.version}</version>
-        <scope>provided</scope>        
+        <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>commons-digester</groupId>
@@ -589,9 +589,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.5.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.5.x</developerConnection>
-    <url>http://svn.eu.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.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>
@@ -623,7 +623,7 @@
       </plugin>
 
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>        
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>2.7</version>
         <configuration>
@@ -1467,14 +1467,13 @@
     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-1.2):
-    mvn 
-    
+    mvn
     Usage for specific build:
     mvn -Pjsf-1.1
     mvn -Pjsf-2.0
-    
+
 -->
 
     <profile>

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