This is an automated email from the ASF dual-hosted git repository. davidb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-javax-activation.git
commit 9d569263e15914991880be0101234fc0e81a7d85 Author: Robert Munteanu <[email protected]> AuthorDate: Mon Oct 23 12:06:30 2017 +0300 Fix typo in pom.xml : conncetion should be connection --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e94f8d1..1923c11 100755 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ </properties> <scm> - <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-javax-activation.git</conncetion> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-javax-activation.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-javax-activation.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-javax-activation.git</url> </scm>
