Skip to content

Commit 94f3a96

Browse files
committed
[maven-release-plugin] prepare release v2.0.0-RC1
1 parent eba67fc commit 94f3a96

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
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.spdx</groupId>
44
<artifactId>java-spdx-library</artifactId>
5-
<version>2.0.1-SNAPSHOT</version>
5+
<version>2.0.0-RC1</version>
66
<packaging>jar</packaging>
77
<name>java-spdx-library</name>
88
<url>https://github.com/spdx/Spdx-Java-Library</url>
@@ -30,7 +30,7 @@
3030
<url>https://github.com/spdx/Spdx-Java-Library</url>
3131
<connection>scm:git:git@github.com:spdx/Spdx-Java-Library.git</connection>
3232
<developerConnection>scm:git:git@github.com:spdx/Spdx-Java-Library.git</developerConnection>
33-
<tag>master</tag>
33+
<tag>v2.0.0-RC1</tag>
3434
</scm>
3535
<distributionManagement>
3636
<repository>
@@ -41,7 +41,7 @@
4141
</distributionManagement>
4242
<properties>
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44-
<project.build.outputTimestamp>1725550397</project.build.outputTimestamp>
44+
<project.build.outputTimestamp>1734156233</project.build.outputTimestamp>
4545
<maven.compiler.source>8</maven.compiler.source>
4646
<maven.compiler.target>8</maven.compiler.target>
4747
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

0 commit comments

Comments
 (0)