You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/05/22 17:19:41 UTC

incubator-systemml git commit: [MINOR] Remove incubating from project version in pom

Repository: incubator-systemml
Updated Branches:
  refs/heads/master aa1a530f6 -> 9f095ef67


[MINOR] Remove incubating from project version in pom


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

Branch: refs/heads/master
Commit: 9f095ef67dfcfd03bc62641b8deed2ed82fe7b49
Parents: aa1a530
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Mon May 22 10:18:42 2017 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Mon May 22 10:18:42 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9f095ef6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d91cb56..b91d765 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 		<version>18</version>
 	</parent>
 	<groupId>org.apache.systemml</groupId>
-	<version>1.0.0-incubating-SNAPSHOT</version>
+	<version>1.0.0-SNAPSHOT</version>
 	<artifactId>systemml</artifactId>
 	<packaging>jar</packaging>
 	<name>SystemML</name>