Skip to content

Commit ccaf285

Browse files
committed
[maven-release-plugin] prepare release v1.0.0-RC2
1 parent f6f16f3 commit ccaf285

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.spdx</groupId>
55
<artifactId>spdx-maven-plugin</artifactId>
6-
<version>1.0.0-RC2-SNAPSHOT</version>
6+
<version>1.0.0-RC2</version>
77
<packaging>maven-plugin</packaging>
88

99
<name>spdx-maven-plugin Maven Plugin</name>
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20-
<project.build.outputTimestamp>1738452678</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>1740695666</project.build.outputTimestamp>
2121
<maven.compiler.release>11</maven.compiler.release>
2222
<maven.version>3.8.5</maven.version>
2323
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
@@ -38,7 +38,7 @@
3838
<url>https://github.com/spdx/spdx-maven-plugin</url>
3939
<connection>scm:git:[email protected]:spdx/spdx-maven-plugin.git</connection>
4040
<developerConnection>scm:git:[email protected]:spdx/spdx-maven-plugin.git</developerConnection>
41-
<tag>master</tag>
41+
<tag>v1.0.0-RC2</tag>
4242
</scm>
4343

4444
<repositories>

0 commit comments

Comments
 (0)