Skip to content

Commit 0e8c187

Browse files
committed
Update SPDX Java library to version 1.1.10
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
1 parent ba24eb5 commit 0e8c187

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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)