Repository: systemml Updated Branches: refs/heads/master c6d499d3e -> 143fa7848
[maven-release-plugin] prepare release v0.1.0-rc1 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/143fa784 Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/143fa784 Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/143fa784 Branch: refs/heads/master Commit: 143fa7848e23d86c355f88b5756e3c4afee3cd12 Parents: c6d499d Author: Arvind Surve <[email protected]> Authored: Thu Sep 14 14:29:31 2017 -0700 Committer: Arvind Surve <[email protected]> Committed: Thu Sep 14 14:29:31 2017 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/143fa784/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eb4337d..1843c36 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <version>18</version> </parent> <groupId>org.apache.systemml</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>0.1.0</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>HEAD</tag> + <tag>v0.1.0-rc1</tag> </scm> <issueManagement> <system>JIRA</system>
