Fixed SCM information to git
diff --git a/pom.xml b/pom.xml
index b68f419..14ceac7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,9 +26,9 @@
</build>
<scm>
- <connection>scm:svn:https://hyracks.googlecode.com/svn/trunk/fullstack</connection>
- <developerConnection>scm:svn:https://hyracks.googlecode.com/svn/trunk/fullstack</developerConnection>
- <url>http://code.google.com/p/hyracks/source/browse/#svn/trunk/fullstack</url>
+ <connection>scm:git:https://vinayakb@code.google.com/p/hyracks/</connection>
+ <developerConnection>scm:git:https://vinayakb@code.google.com/p/hyracks/</developerConnection>
+ <url>https://code.google.com/p/hyracks/source/browse/</url>
</scm>
<distributionManagement>