You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by lr...@apache.org on 2016/05/21 04:29:22 UTC

incubator-systemml git commit: [maven-release-plugin] prepare release 0.10.0-incubating-rc1

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 14131d343 -> ddf0e0941


[maven-release-plugin] prepare release 0.10.0-incubating-rc1


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/ddf0e094
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/ddf0e094
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/ddf0e094

Branch: refs/heads/master
Commit: ddf0e0941afe5d9c2cc7c574a6983aadd98c1fc3
Parents: 14131d3
Author: Luciano Resende <lr...@apache.org>
Authored: Fri May 20 21:29:21 2016 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Fri May 20 21:29:21 2016 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ddf0e094/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c89eb8f..fdc4a53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 		<version>18</version>
 	</parent>
 	<groupId>org.apache.systemml</groupId>
-	<version>0.10.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:git@github.com: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-rc1</tag>
 	</scm>
 	<issueManagement>
 		<system>JIRA</system>