Fix typo in pom.xml : conncetion should be connection
diff --git a/pom.xml b/pom.xml
index fe615c9..9cdc737 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <description>Maven archetype for Sling Launchpad Standalone applications</description>
 
     <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-launchpad-standalone-archetype.git</conncetion>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-launchpad-standalone-archetype.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-launchpad-standalone-archetype.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-launchpad-standalone-archetype.git</url>
     </scm>