Fix typo in pom.xml : conncetion should be connection
diff --git a/pom.xml b/pom.xml
index 555fb95..87fe535 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
 	</licenses>
 
 	<scm>
-		<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-js-nodetypes.git</conncetion>
+		<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-js-nodetypes.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-js-nodetypes.git</developerConnection>
 		<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-js-nodetypes.git</url>
 	</scm>