Repository: incubator-systemml Updated Branches: refs/heads/master 6937683b0 -> 62709c30f
[maven-release-plugin] 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/62709c30 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/62709c30 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/62709c30 Branch: refs/heads/master Commit: 62709c30fda4a1d6bb5ad61d143fdf5bb793123a Parents: 6937683 Author: Luciano Resende <[email protected]> Authored: Mon Oct 24 18:10:48 2016 +0200 Committer: Luciano Resende <[email protected]> Committed: Mon Oct 24 18:10:48 2016 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/62709c30/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index edf3eac..4557274 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <version>18</version> </parent> <groupId>org.apache.systemml</groupId> - <version>0.11.0-incubating</version> + <version>0.12.0-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.11.0-incubating-rc4</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system>
