File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
6
4
<groupId >org.spdx</groupId >
7
5
<artifactId >java-spdx-library</artifactId >
8
- <version >1.1.8-SNAPSHOT </version >
6
+ <version >1.1.8</version >
9
7
<packaging >jar</packaging >
10
8
11
9
<name >java-spdx-library</name >
34
32
<url >https://github.com/spdx/Spdx-Java-Library</url >
35
33
<
connection >scm:git:
[email protected] :spdx/Spdx-Java-Library.git</
connection >
36
34
<
developerConnection >scm:git:
[email protected] :spdx/Spdx-Java-Library.git</
developerConnection >
37
- <tag >master </tag >
35
+ <tag >v1.1.8 </tag >
38
36
</scm >
39
37
<distributionManagement >
40
38
<repository >
45
43
</distributionManagement >
46
44
<properties >
47
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
48
- <project .build.outputTimestamp>1675930644 </project .build.outputTimestamp>
46
+ <project .build.outputTimestamp>1695578869 </project .build.outputTimestamp>
49
47
<maven .compiler.source>8</maven .compiler.source>
50
48
<maven .compiler.target>8</maven .compiler.target>
51
49
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
You can’t perform that action at this time.
0 commit comments