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/15 16:31:34 UTC

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

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 ab5959991e [maven-release-plugin] prepare release 3.0.0-rc2
ab5959991e is described below

commit ab5959991e33cec2a1f76ed3356a6e8b2f7a08a3
Author: Janardhan Pulivarthi <ja...@apache.org>
AuthorDate: Wed Jun 15 16:31:09 2022 +0000

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

diff --git a/pom.xml b/pom.xml
index b9ab002d18..e313a8352d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 		<version>24</version>
 	</parent>
 	<groupId>org.apache.systemds</groupId>
-	<version>3.1.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-rc2</tag>
   </scm>
 
 	<build>