Merge pull request #35 from apache/feature/UIMA-5854-Switch-SCM-info-from-SVN-to-GIT

[UIMA-5854] Switch SCM info from SVN to GIT
diff --git a/pom.xml b/pom.xml
index 11735f8..551301c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,12 +34,12 @@
 	<properties>
 		<jiraVersion>2.4.0uimaFIT</jiraVersion>
 	</properties>
-	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/uima/uimafit/trunk/</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/uimafit/trunk/</developerConnection>
-		<url>http://svn.apache.org/repos/asf/uima/uimafit/trunk/</url>
-	</scm>
-
+  <scm>
+    <connection>scm:git:git://github.com/apache/uima-uimafit</connection>
+    <developerConnection>scm:git:git@github.com:apache/uima-uimafit.git</developerConnection>
+    <url>https://github.com/apache/uima-uimafit</url>
+    <tag>HEAD</tag>
+  </scm>
 	<licenses>
 		<license>
 			<name>Apache License, Version 2.0</name>
@@ -69,9 +69,9 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <source>${maven.compiler.source}</source>
-                </configuration>
+          <configuration>
+            <source>${maven.compiler.source}</source>
+          </configuration>
 				<executions>
 					<execution>
 						<id>javadocs-distr</id> <!-- name should match one in parent-pom -->