Skip to content

Commit 56a71f7

Browse files
committed
Update SCM information in pom.xml after CLI has been migrated to git
1 parent d08dc78 commit 56a71f7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
</issueManagement>
4141

4242
<scm>
43-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/cli/trunk/</connection>
44-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/cli/trunk/</developerConnection>
45-
<url>http://svn.apache.org/viewvc/commons/proper/cli/trunk/</url>
43+
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-cli.git</connection>
44+
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-cli.git</developerConnection>
45+
<url>https://git-wip-us.apache.org/repos/asf?p=commons-cli.git</url>
46+
<tag>HEAD</tag>
4647
</scm>
4748

4849
<developers>

0 commit comments

Comments
 (0)