From 0e8c18712eca73a03dc49d0885a81122d83689ca Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Sat, 16 Dec 2023 14:29:10 -0800 Subject: [PATCH] Update SPDX Java library to version 1.1.10 Signed-off-by: Gary O'Neall --- RELEASE-CHECKLIST.md | 1 - pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index b4d27b2..db0acf4 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -3,7 +3,6 @@ - [ ] Check for any warnings from the compiler and findbugs - [ ] Run unit tests for all packages that depend on the library - [ ] Run dependency check to find any potential vulnerabilities `mvn dependency-check:check` -- [ ] Test the release `mvn release:prepare -DdryRun` - [ ] Run `mvn release:prepare` - you will be prompted for the release - typically take the defaults - [ ] Run `mvn release:perform` - [ ] Release artifacts to Maven Central diff --git a/pom.xml b/pom.xml index 2aa18e5..7d1a808 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ org.spdx java-spdx-library - 1.1.9 + 1.1.10 org.apache.jena