Repository: systemml Updated Branches: refs/heads/master 0930fc0f2 -> 6519f3383
[maven-release-plugin] prepare release v1.0.0-rc2 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/6519f338 Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/6519f338 Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/6519f338 Branch: refs/heads/master Commit: 6519f3383f8fd43af93ecba8742ae4b2b28d4b35 Parents: 0930fc0 Author: Berthold Reinwald <[email protected]> Authored: Fri Dec 8 11:08:56 2017 -0800 Committer: Berthold Reinwald <[email protected]> Committed: Fri Dec 8 11:08:56 2017 -0800 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/6519f338/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 78b0428..8f042b6 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ <version>18</version> </parent> <groupId>org.apache.systemml</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.0.0</version> <artifactId>systemml</artifactId> <packaging>jar</packaging> <name>SystemML</name> @@ -34,7 +34,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>v1.0.0-rc2</tag> </scm> <issueManagement> <system>JIRA</system>
