Fix typo in pom.xml : conncetion should be connection
diff --git a/pom.xml b/pom.xml
index 9212bfb..241c779 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
     <description>Bundle used to test the Crankstart launcher</description>
 
     <scm>
-      <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-crankstart-test-services.git</conncetion>
+      <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-crankstart-test-services.git</connection>
       <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-crankstart-test-services.git</developerConnection>
       <url>http://sling.apache.org</url>
     </scm>