This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch branch-2.2.0
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/branch-2.2.0 by this push:
new 2fe1901 [MINOR] Prepare for next development iteration 2.2.1
2fe1901 is described below
commit 2fe1901a237265f29a8e109571b4c09148a51120
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Wed Nov 10 10:07:57 2021 +0530
[MINOR] Prepare for next development iteration 2.2.1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ecb2502..2be8c7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<version>18</version>
</parent>
<groupId>org.apache.systemds</groupId>
- <version>2.2.0</version>
+ <version>2.2.1-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.2.0-rc1</tag>
+ <tag>HEAD</tag>
</scm>
<build>