Repository: systemml Updated Branches: refs/heads/master b2d4c43da -> edfc29333
[maven-release-plugin] prepare release v1.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/edfc2933 Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/edfc2933 Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/edfc2933 Branch: refs/heads/master Commit: edfc293339f7a88db4ee407ac1194983d5f8c23f Parents: b2d4c43 Author: Berthold Reinwald <[email protected]> Authored: Mon Mar 19 11:42:11 2018 -0700 Committer: Berthold Reinwald <[email protected]> Committed: Mon Mar 19 11:42:11 2018 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/edfc2933/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5313be8..fc57433 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <version>18</version> </parent> <groupId>org.apache.systemml</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <artifactId>systemml</artifactId> <packaging>jar</packaging> <name>SystemML</name> @@ -39,7 +39,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.1.0-rc1</tag> </scm> <issueManagement> <system>JIRA</system>
