This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch branch-2.2.1
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/branch-2.2.1 by this push:
new d1d2512168 [MINOR] Prepare for next development iteration 2.3.0
d1d2512168 is described below
commit d1d25121687bf0a9d0d1d2437943b9552e36cddd
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Fri Jun 10 20:48:07 2022 +0530
[MINOR] Prepare for next development iteration 2.3.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c0e95556af..5a6dbc9152 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,12 +25,12 @@
<version>18</version>
</parent>
<groupId>org.apache.systemds</groupId>
- <version>2.2.1</version>
+ <version>2.3.0-SNAPSHOT</version>
<artifactId>systemds</artifactId>
<packaging>jar</packaging>
<name>SystemDS</name>
<url>https://github.com/apache/systemds</url>
- <description>Declarative End-to-End Data Science</description>
+ <description>An open source ML system for the end-to-end data science
lifecycle</description>
<licenses>
<license>
<name>Apache 2.0 License</name>
@@ -69,7 +69,7 @@
<scm>
<developerConnection>scm:git:https://github.com/apache/systemds.git</developerConnection>
- <tag>2.2.1-rc3</tag>
+ <tag>HEAD</tag>
</scm>
<build>