Skip to content

Commit 7011053

Browse files
authored
Merge pull request #57 from spdx/updatejavalib
Update SPDX Java library to version 1.1.10
2 parents ba24eb5 + 0e8c187 commit 7011053

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

RELEASE-CHECKLIST.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
- [ ] Check for any warnings from the compiler and findbugs
44
- [ ] Run unit tests for all packages that depend on the library
55
- [ ] Run dependency check to find any potential vulnerabilities `mvn dependency-check:check`
6-
- [ ] Test the release `mvn release:prepare -DdryRun`
76
- [ ] Run `mvn release:prepare` - you will be prompted for the release - typically take the defaults
87
- [ ] Run `mvn release:perform`
98
- [ ] Release artifacts to Maven Central

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>org.spdx</groupId>
121121
<artifactId>java-spdx-library</artifactId>
122-
<version>1.1.9</version>
122+
<version>1.1.10</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>org.apache.jena</groupId>

0 commit comments

Comments
 (0)