Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
goneall committed Dec 14, 2024
1 parent eba67fc commit 94f3a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spdx</groupId>
<artifactId>java-spdx-library</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<packaging>jar</packaging>
<name>java-spdx-library</name>
<url>https://github.com/spdx/Spdx-Java-Library</url>
Expand Down Expand Up @@ -30,7 +30,7 @@
<url>https://github.com/spdx/Spdx-Java-Library</url>
<connection>scm:git:[email protected]:spdx/Spdx-Java-Library.git</connection>
<developerConnection>scm:git:[email protected]:spdx/Spdx-Java-Library.git</developerConnection>
<tag>master</tag>
<tag>v2.0.0-RC1</tag>
</scm>
<distributionManagement>
<repository>
Expand All @@ -41,7 +41,7 @@
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1725550397</project.build.outputTimestamp>
<project.build.outputTimestamp>1734156233</project.build.outputTimestamp>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down

0 comments on commit 94f3a96

Please sign in to comment.