Skip to content

Commit d1d2512

Browse files
authored
[MINOR] Prepare for next development iteration 2.3.0
1 parent d7d77df commit d1d2512

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<version>18</version>
2626
</parent>
2727
<groupId>org.apache.systemds</groupId>
28-
<version>2.2.1</version>
28+
<version>2.3.0-SNAPSHOT</version>
2929
<artifactId>systemds</artifactId>
3030
<packaging>jar</packaging>
3131
<name>SystemDS</name>
3232
<url>https://github.com/apache/systemds</url>
33-
<description>Declarative End-to-End Data Science</description>
33+
<description>An open source ML system for the end-to-end data science lifecycle</description>
3434
<licenses>
3535
<license>
3636
<name>Apache 2.0 License</name>
@@ -69,7 +69,7 @@
6969

7070
<scm>
7171
<developerConnection>scm:git:https://github.com/apache/systemds.git</developerConnection>
72-
<tag>2.2.1-rc3</tag>
72+
<tag>HEAD</tag>
7373
</scm>
7474

7575
<build>

0 commit comments

Comments
 (0)