We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97f410 commit 509142cCopy full SHA for 509142c
1 file changed
pom.xml
@@ -25,7 +25,7 @@
25
<version>24</version>
26
</parent>
27
<groupId>org.apache.systemds</groupId>
28
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0</version>
29
<artifactId>systemds</artifactId>
30
<packaging>jar</packaging>
31
<name>Apache SystemDS</name>
@@ -96,7 +96,7 @@
96
97
<scm>
98
<developerConnection>scm:git:https://github.com/apache/systemds.git</developerConnection>
99
- <tag>HEAD</tag>
+ <tag>3.3.0-rc1</tag>
100
</scm>
101
102
<build>
0 commit comments