NoJira: Fix git URL in parent POM
Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/d71eb533 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/d71eb533 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/d71eb533 Branch: refs/heads/parser_regression Commit: d71eb5333d744dc17f77e532929f8b255dd6ba36 Parents: a0ad0c2 Author: smarthi <[email protected]> Authored: Fri Dec 30 17:19:35 2016 -0500 Committer: smarthi <[email protected]> Committed: Fri Dec 30 17:19:35 2016 -0500 ---------------------------------------------------------------------- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/d71eb533/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a890a2a..2138031 100644 --- a/pom.xml +++ b/pom.xml @@ -37,8 +37,10 @@ <name>Apache OpenNLP Reactor</name> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/opennlp.git</connection> + <connection>scm:git:[email protected]:apache/opennlp.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/opennlp.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=opennlp.git</url> + <tag>HEAD</tag> </scm> <mailingLists>
