You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ar...@apache.org on 2020/09/25 15:00:48 UTC

[systemds] branch master updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

arnabp20 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new d246905  [maven-release-plugin] prepare for next development iteration
d246905 is described below

commit d246905ca71c079a0b989a6c977abcf972553fd6
Author: arnabp <ar...@tugraz.at>
AuthorDate: Fri Sep 25 17:00:34 2020 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e8b7a7a..2811fb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 		<version>18</version>
 	</parent>
 	<groupId>org.apache.sysds</groupId>
-	<version>2.0.0</version>
+	<version>2.1.0-SNAPSHOT</version>
 	<artifactId>systemds</artifactId>
 	<packaging>jar</packaging>
 	<name>SystemDS</name>
@@ -67,7 +67,7 @@
 
 	<scm>
 		<developerConnection>scm:git:https://github.com/apache/systemds.git</developerConnection>
-	  <tag>v2.0.0-rc1</tag>
+	  <tag>HEAD</tag>
   </scm>
 
 	<build>