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)
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>