We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5eb99d commit ab59599Copy full SHA for ab59599
1 file changed
pom.xml
@@ -25,7 +25,7 @@
25
<version>24</version>
26
</parent>
27
<groupId>org.apache.systemds</groupId>
28
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.0.0</version>
29
<artifactId>systemds</artifactId>
30
<packaging>jar</packaging>
31
<name>Apache SystemDS</name>
@@ -77,7 +77,7 @@
77
78
<scm>
79
<developerConnection>scm:git:https://github.com/apache/systemds.git</developerConnection>
80
- <tag>HEAD</tag>
+ <tag>3.0.0-rc2</tag>
81
</scm>
82
83
<build>
0 commit comments