Repository: incubator-systemml Updated Branches: refs/heads/master 3afb0c9e6 -> 2ac14d28a
[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/2ac14d28 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/2ac14d28 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/2ac14d28 Branch: refs/heads/master Commit: 2ac14d28a8ffbef6cbc0d938144098f86fa69cc2 Parents: 3afb0c9 Author: Luciano Resende <[email protected]> Authored: Wed Sep 28 10:35:01 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Wed Sep 28 10:35:01 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/2ac14d28/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7b9e23d..25ae81f 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-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.11.0-incubating-rc1</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system>
