Repository: systemml Updated Branches: refs/heads/branch-0.15 e912550f2 -> 62573dc5a
[BUILD][MINOR] Fix Snapshot version Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/62573dc5 Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/62573dc5 Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/62573dc5 Branch: refs/heads/branch-0.15 Commit: 62573dc5a86406c2133e8d93ab869bffac5d00a3 Parents: e912550 Author: Arvind Surve <[email protected]> Authored: Fri Sep 8 00:56:11 2017 -0700 Committer: Arvind Surve <[email protected]> Committed: Fri Sep 8 00:56:11 2017 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/62573dc5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index abffc0b..9f25ff6 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <version>18</version> </parent> <groupId>org.apache.systemml</groupId> - <version>0.15.0</version> + <version>0.15.0-SNAPSHOT</version> <artifactId>systemml</artifactId> <packaging>jar</packaging> <name>SystemML</name> @@ -41,7 +41,7 @@ <connection>scm:git:[email protected]:apache/systemml</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/systemml</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=systemml.git</url> - <tag>v0.15.0-rc1</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system>
