We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a95b9 commit cf319e8Copy full SHA for cf319e8
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.spdx</groupId>
4
<artifactId>spdx-java-model-2_X</artifactId>
5
- <version>1.0.0-RC1</version>
+ <version>1.0.0-RC2-SNAPSHOT</version>
6
<name>spdx-java-model-2_X</name>
7
<description>SPDX model versions 2.0, 2.1, and 2.3</description>
8
<packaging>jar</packaging>
@@ -31,7 +31,7 @@
31
<url>https://github.com/spdx/spdx-java-model-2_X</url>
32
<connection>scm:git:git://github.com/spdx/spdx-java-model-2_X.git</connection>
33
<developerConnection>scm:git:git@github.com:spdx/spdx-java-model-2_X.git</developerConnection>
34
- <tag>v1.0.0-RC1</tag>
+ <tag>HEAD</tag>
35
</scm>
36
<distributionManagement>
37
<repository>
0 commit comments