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

incubator-systemml git commit: FIX: Reverse release version

Repository: incubator-systemml
Updated Branches:
  refs/heads/master f69597089 -> 7cba3c29f


FIX: Reverse release version


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

Branch: refs/heads/master
Commit: 7cba3c29f82426ff38762d481fb841929fbc25a6
Parents: f695970
Author: Arvind Surve <ac...@yahoo.com>
Authored: Wed Apr 5 14:57:11 2017 -0700
Committer: Arvind Surve <ac...@yahoo.com>
Committed: Wed Apr 5 14:57:11 2017 -0700

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


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