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/09/08 07:56:54 UTC

systemml git commit: [BUILD][MINOR] Fix Snapshot version

Repository: systemml
Updated Branches:
  refs/heads/branch-0.15 e912550f2 -> 62573dc5a


[BUILD][MINOR] Fix Snapshot version


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

Branch: refs/heads/branch-0.15
Commit: 62573dc5a86406c2133e8d93ab869bffac5d00a3
Parents: e912550
Author: Arvind Surve <ac...@yahoo.com>
Authored: Fri Sep 8 00:56:11 2017 -0700
Committer: Arvind Surve <ac...@yahoo.com>
Committed: Fri Sep 8 00:56:11 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/systemml/blob/62573dc5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index abffc0b..9f25ff6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 		<version>18</version>
 	</parent>
 	<groupId>org.apache.systemml</groupId>
-	<version>0.15.0</version>
+	<version>0.15.0-SNAPSHOT</version>
 	<artifactId>systemml</artifactId>
 	<packaging>jar</packaging>
 	<name>SystemML</name>
@@ -41,7 +41,7 @@
 		<connection>scm:git:git@github.com:apache/systemml</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/systemml</developerConnection>
 		<url>https://git-wip-us.apache.org/repos/asf?p=systemml.git</url>
-		<tag>v0.15.0-rc1</tag>
+		<tag>HEAD</tag>
 	</scm>
 	<issueManagement>
 		<system>JIRA</system>