Repository: incubator-systemml Updated Branches: refs/heads/master 42d2a232f -> 3d5f9b117
[maven-release-plugin] prepare release 0.10.0-incubating-rc2 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/3d5f9b11 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/3d5f9b11 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/3d5f9b11 Branch: refs/heads/master Commit: 3d5f9b11741f6d6ecc6af7cbaa1069cde32be838 Parents: 42d2a23 Author: Luciano Resende <[email protected]> Authored: Tue May 31 21:31:55 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Tue May 31 21:31:55 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/3d5f9b11/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7467295..bf9c195 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-SNAPSHOT</version> + <version>0.10.0-incubating</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>HEAD</tag> + <tag>0.10.0-incubating-rc2</tag> </scm> <issueManagement> <system>JIRA</system>
