We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d77df commit d1d2512Copy full SHA for d1d2512
pom.xml
@@ -25,12 +25,12 @@
25
<version>18</version>
26
</parent>
27
<groupId>org.apache.systemds</groupId>
28
- <version>2.2.1</version>
+ <version>2.3.0-SNAPSHOT</version>
29
<artifactId>systemds</artifactId>
30
<packaging>jar</packaging>
31
<name>SystemDS</name>
32
<url>https://github.com/apache/systemds</url>
33
- <description>Declarative End-to-End Data Science</description>
+ <description>An open source ML system for the end-to-end data science lifecycle</description>
34
<licenses>
35
<license>
36
<name>Apache 2.0 License</name>
@@ -69,7 +69,7 @@
69
70
<scm>
71
<developerConnection>scm:git:https://github.com/apache/systemds.git</developerConnection>
72
- <tag>2.2.1-rc3</tag>
+ <tag>HEAD</tag>
73
</scm>
74
75
<build>
0 commit comments