Repository: commons-cli Updated Branches: refs/heads/master d08dc78a6 -> 56a71f702
Update SCM information in pom.xml after CLI has been migrated to git Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/56a71f70 Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/56a71f70 Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/56a71f70 Branch: refs/heads/master Commit: 56a71f7023f15cc4155edf0c020f32ba3572385c Parents: d08dc78 Author: Benedikt Ritter <[email protected]> Authored: Thu Jun 8 19:43:50 2017 +0200 Committer: Benedikt Ritter <[email protected]> Committed: Thu Jun 8 19:43:50 2017 +0200 ---------------------------------------------------------------------- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-cli/blob/56a71f70/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 510369a..b16209e 100644 --- a/pom.xml +++ b/pom.xml @@ -40,9 +40,10 @@ </issueManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/cli/trunk/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/cli/trunk/</developerConnection> - <url>http://svn.apache.org/viewvc/commons/proper/cli/trunk/</url> + <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> <developers>
