Repository: incubator-systemml Updated Branches: refs/heads/branch-0.13 ff3e74169 -> 36f74d126
[BUILD] Prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/36f74d12 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/36f74d12 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/36f74d12 Branch: refs/heads/branch-0.13 Commit: 36f74d1267d27bcbecb1dd37c8ca9804734330cd Parents: ff3e741 Author: Arvind Surve <[email protected]> Authored: Wed Feb 22 18:38:54 2017 -0800 Committer: Arvind Surve <[email protected]> Committed: Wed Feb 22 18:38:54 2017 -0800 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/36f74d12/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 38f7dc6..ba194ee 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <version>18</version> </parent> <groupId>org.apache.systemml</groupId> - <version>0.13.0-incubating</version> + <version>0.13.1-incubating-SNAPSHOT</version> <artifactId>systemml</artifactId> <packaging>jar</packaging> <name>SystemML</name> @@ -41,7 +41,7 @@ <connection>scm:git:[email protected]:apache/incubator-systemml</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-systemml</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=incubator-systemml.git</url> - <tag>v0.13.0-incubating-rc2</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system>
