Repository: incubator-systemml Updated Branches: refs/heads/master 38c025137 -> e3d46d00e
[SYSTEMML-464] Fix SCM tags Fix SCM configuration in pom.xml to work with release:prepare Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/e3d46d00 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/e3d46d00 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/e3d46d00 Branch: refs/heads/master Commit: e3d46d00e4bccea7d7452981971bdbca09735045 Parents: 38c0251 Author: Luciano Resende <[email protected]> Authored: Thu Jan 14 15:16:01 2016 -0800 Committer: Luciano Resende <[email protected]> Committed: Thu Jan 14 15:18:35 2016 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/e3d46d00/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 16ddbee..f02157c 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ <scm> <connection>scm:git:[email protected]:apache/incubator-systemml</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-systemml</developerConnection> - <url>scm:git:[email protected]:apache/incubator-systemml</url> + <url>https://git-wip-us.apache.org/repos/asf?p=incubator-systemml.git</url> <tag>HEAD</tag> </scm> <issueManagement>
