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:51:40 UTC

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


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

commit f9506f6772cc39a2ff65ab63268d057ed5e1caf1
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 | 38 ++++++++++++++++++--------------------
 1 file changed, 18 insertions(+), 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index b876772..cf88781 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,11 +498,9 @@
   </dependencies>
 
   <scm>
-
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.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>
@@ -1122,21 +1120,21 @@
                 </configuration>
               </execution>
             </executions>
-            <dependencies>
-              <dependency>
-                <groupId>org.docbook</groupId>
-                <artifactId>docbook-xml</artifactId>
-                <version>4.4</version>
-                <scope>runtime</scope>
-              </dependency>
-            </dependencies>
-          </plugin>
-        </plugins>
-      </build>
-      <pluginRepositories>
-        <pluginRepository>
-          <id>agilejava</id>
-          <name>Agilejava repository (Docbook plugin)</name>
+          <dependencies>
+          <dependency>
+            <groupId>org.docbook</groupId>
+            <artifactId>docbook-xml</artifactId>
+            <version>4.4</version>
+            <scope>runtime</scope>
+          </dependency>
+        </dependencies>
+      </plugin>
+    </plugins>
+</build>
+<pluginRepositories>
+    <pluginRepository>
+      <id>agilejava</id>
+      <name>Agilejava repository (Docbook plugin)</name>
           <url>http://agilejava.com/maven</url>
         </pluginRepository>
       </pluginRepositories>

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