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:31 UTC

[systemds] branch main updated: [maven-release-plugin] prepare release 3.0.0-rc1

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 06c7c40350 [maven-release-plugin] prepare release 3.0.0-rc1
06c7c40350 is described below

commit 06c7c40350c16b6d96eaf0c34fac07047ec92e5d
Author: Janardhan Pulivarthi <ja...@apache.org>
AuthorDate: Fri Jun 10 17:55:07 2022 +0000

    [maven-release-plugin] prepare release 3.0.0-rc1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2b13d314be..a00907034c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 		<version>24</version>
 	</parent>
 	<groupId>org.apache.systemds</groupId>
-	<version>2.3.0-SNAPSHOT</version>
+	<version>3.0.0</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>HEAD</tag>
+	  <tag>3.0.0-rc1</tag>
   </scm>
 
 	<build>