Updated pom's SCM to assume .netrc authentication
diff --git a/pom.xml b/pom.xml
index 1474c9a..3a7d87b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,8 +26,8 @@
   </build>
 
   <scm>
-    <connection>scm:git:https://vinayakb@code.google.com/p/hyracks/</connection>
-    <developerConnection>scm:git:https://vinayakb@code.google.com/p/hyracks/</developerConnection>
+    <connection>scm:git:https://code.google.com/p/hyracks/</connection>
+    <developerConnection>scm:git:https://code.google.com/p/hyracks/</developerConnection>
     <url>https://code.google.com/p/hyracks/source/browse/</url>
   </scm>