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 2022/06/10 17:55:42 UTC

[systemds] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/systemds.git


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

commit 6921c575f0793c67cd598be3908f970f12cf4f1a
Author: Janardhan Pulivarthi <ja...@apache.org>
AuthorDate: Fri Jun 10 17:55:33 2022 +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 a00907034c..b9ab002d18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 		<version>24</version>
 	</parent>
 	<groupId>org.apache.systemds</groupId>
-	<version>3.0.0</version>
+	<version>3.1.0-SNAPSHOT</version>
 	<artifactId>systemds</artifactId>
 	<packaging>jar</packaging>
 	<name>Apache SystemDS</name>
@@ -77,7 +77,7 @@
 
 	<scm>
 		<developerConnection>scm:git:https://github.com/apache/systemds.git</developerConnection>
-	  <tag>3.0.0-rc1</tag>
+	  <tag>HEAD</tag>
   </scm>
 
 	<build>