Fix typo in pom.xml : conncetion should be connection
diff --git a/pom.xml b/pom.xml
index 8967da2..89cb790 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
     <description>Maven Plugin for compiling JSP sources into bundles</description>
 
     <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git</conncetion>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-jspc-maven-plugin.git</url>
     </scm>