diff --git a/pom.xml b/pom.xml
index dc0bcbc8ad4964aaa735db580c09fc52bc3d23b1..2db68c903b910cc6fe81c0037827b8c6585ddb23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,11 +6,11 @@
 		<currentLuceneVersion>7.4.0</currentLuceneVersion>
 	</properties>
 	<scm>
-		<connection>scm:git:https://github.com/textexploration/mtas.git</connection>
-		<url>http://github.com/textexploration/mtas</url>
-		<developerConnection>scm:git:https://github.com/textexploration/mtas.git</developerConnection>
-		<tag>HEAD</tag>
-	</scm>
+    <connection>scm:git:ssh://git@github.com/textexploration/mtas.git</connection>
+    <url>https://github.com/textexploration/mtas</url>
+    <developerConnection>scm:git:ssh://git@github.com/textexploration/mtas.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
 	<distributionManagement>
 		<snapshotRepository>
 			<id>ossrh</id>