Repository: systemml Updated Branches: refs/heads/branch-0.15 ccaaa1876 -> 0902f88ab
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/0902f88a Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/0902f88a Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/0902f88a Branch: refs/heads/branch-0.15 Commit: 0902f88abf07277b2855b7a029b193fc20f5f7c4 Parents: ccaaa18 Author: Arvind Surve <[email protected]> Authored: Fri Sep 8 01:15:07 2017 -0700 Committer: Arvind Surve <[email protected]> Committed: Fri Sep 8 01:15:07 2017 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/0902f88a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5a0b063..aa62889 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.1-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-rc2</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system>
