Skip to content

Commit bb8a1c1

Browse files
committed
[maven-release-plugin] prepare release v1.1.8
1 parent cd1642b commit bb8a1c1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<groupId>org.spdx</groupId>
75
<artifactId>java-spdx-library</artifactId>
8-
<version>1.1.8-SNAPSHOT</version>
6+
<version>1.1.8</version>
97
<packaging>jar</packaging>
108

119
<name>java-spdx-library</name>
@@ -34,7 +32,7 @@
3432
<url>https://github.com/spdx/Spdx-Java-Library</url>
3533
<connection>scm:git:[email protected]:spdx/Spdx-Java-Library.git</connection>
3634
<developerConnection>scm:git:[email protected]:spdx/Spdx-Java-Library.git</developerConnection>
37-
<tag>master</tag>
35+
<tag>v1.1.8</tag>
3836
</scm>
3937
<distributionManagement>
4038
<repository>
@@ -45,7 +43,7 @@
4543
</distributionManagement>
4644
<properties>
4745
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
48-
<project.build.outputTimestamp>1675930644</project.build.outputTimestamp>
46+
<project.build.outputTimestamp>1695578869</project.build.outputTimestamp>
4947
<maven.compiler.source>8</maven.compiler.source>
5048
<maven.compiler.target>8</maven.compiler.target>
5149
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

0 commit comments

Comments
 (0)