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/01/20 06:55:01 UTC

incubator-systemml git commit: Include 'incubating' in the artifact version per policy

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 2d753e601 -> e7905fee2


Include 'incubating' in the artifact version per policy


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

Branch: refs/heads/master
Commit: e7905fee2a7831722ae1b1a09620ead1ad80e51c
Parents: 2d753e6
Author: Luciano Resende <lr...@apache.org>
Authored: Tue Jan 19 21:54:50 2016 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Tue Jan 19 21:54:50 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/e7905fee/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7ef6d1e..bba680c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 		<version>17</version>
 	</parent>
 	<groupId>org.apache.systemml</groupId>
-	<version>0.10.0-SNAPSHOT</version>
+	<version>0.10.0-incubating-SNAPSHOT</version>
 	<artifactId>system-ml</artifactId>
 	<packaging>jar</packaging>
 	<name>SystemML</name>