You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/06/16 02:47:11 UTC

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

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

janardhan pushed a commit to branch release-02
in repository https://gitbox.apache.org/repos/asf/systemds.git


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

commit 0205b41edddb8cf8fa5d39d05d48fc7e8637c4bd
Author: Janardhan Pulivarthi <ja...@apache.org>
AuthorDate: Wed Jun 16 02:46:48 2021 +0000

    [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 976d163..8f38f74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 		<version>18</version>
 	</parent>
 	<groupId>org.apache.systemds</groupId>
-	<version>2.1.0</version>
+	<version>2.2.0-SNAPSHOT</version>
 	<artifactId>systemds</artifactId>
 	<packaging>jar</packaging>
 	<name>SystemDS</name>
@@ -69,7 +69,7 @@
 
 	<scm>
 		<developerConnection>scm:git:https://github.com/apache/systemds.git</developerConnection>
-	  <tag>2.1.0-rc2</tag>
+	  <tag>HEAD</tag>
   </scm>
 
 	<build>