Fix typo in pom.xml : conncetion should be connection
diff --git a/pom.xml b/pom.xml
index 69e2ab7..958552d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     </description>
 
     <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-launchpad-plugin.git</conncetion>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-launchpad-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-launchpad-plugin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-maven-launchpad-plugin.git</url>
     </scm>