Skip to content

Commit bc1c528

Browse files
committed
[maven-release-plugin] prepare release v1.0.2
1 parent 906c472 commit bc1c528

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>spdx-java-core</artifactId>
5-
<version>1.0.2-SNAPSHOT</version>
5+
<version>1.0.2</version>
66
<packaging>jar</packaging>
77
<name>spdx-java-core</name>
88
<description>Core libraries for SPDX</description>
@@ -31,13 +31,13 @@
3131
<url>https://github.com/spdx/spdx-java-core</url>
3232
<connection>scm:git:git://github.com/spdx/spdx-java-core.git</connection>
3333
<developerConnection>scm:git:[email protected]:spdx/spdx-java-core.git</developerConnection>
34-
<tag>HEAD</tag>
34+
<tag>v1.0.2</tag>
3535
</scm>
3636
<properties>
3737
<maven.compiler.source>8</maven.compiler.source>
3838
<maven.compiler.target>8</maven.compiler.target>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40-
<project.build.outputTimestamp>1758495927</project.build.outputTimestamp>
40+
<project.build.outputTimestamp>1764700138</project.build.outputTimestamp>
4141
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
4242
<sonar.organization>spdx-1</sonar.organization>
4343
<sonar.projectKey>spdx-java-core</sonar.projectKey>

0 commit comments

Comments
 (0)