Elliotte Rusty Harold created CLI-292:
-----------------------------------------
Summary: Girhub vs apache
Key: CLI-292
URL: https://issues.apache.org/jira/browse/CLI-292
Project: Commons CLI
Issue Type: Bug
Components: Documentation
Affects Versions: 1.5
Reporter: Elliotte Rusty Harold
>From CONTRIBUTING.md it appears that development now happens on Github.
>However pom.xml still lists the Apache repos:
<scm>
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-cli.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-cli.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf?p=commons-cli.git</url>
<tag>HEAD</tag>
</scm>
and this finds its way into the generated docs. I suspect the correct answer is
to change pom.xml. However either way these should be consistent.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)