Fix typo in pom.xml : conncetion should be connection
diff --git a/pom.xml b/pom.xml
index 4b1d260..2672131 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     </description>
 
     <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-scheduler.git</conncetion>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-scheduler.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-scheduler.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-scheduler.git</url>
     </scm>