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/13 21:52:48 UTC

incubator-systemml git commit: [FIX] Setting release version number

Repository: incubator-systemml
Updated Branches:
  refs/heads/master a2c1e7597 -> aefd4bdd4


[FIX] Setting release version number


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

Branch: refs/heads/master
Commit: aefd4bdd429598079a5fb0425cfe2d50c44acae8
Parents: a2c1e75
Author: Arvind Surve <ac...@yahoo.com>
Authored: Thu Apr 13 14:51:42 2017 -0700
Committer: Arvind Surve <ac...@yahoo.com>
Committed: Thu Apr 13 14:51:42 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/aefd4bdd/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>