We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba24eb5 commit 0e8c187Copy full SHA for 0e8c187
2 files changed
RELEASE-CHECKLIST.md
@@ -3,7 +3,6 @@
3
- [ ] Check for any warnings from the compiler and findbugs
4
- [ ] Run unit tests for all packages that depend on the library
5
- [ ] Run dependency check to find any potential vulnerabilities `mvn dependency-check:check`
6
-- [ ] Test the release `mvn release:prepare -DdryRun`
7
- [ ] Run `mvn release:prepare` - you will be prompted for the release - typically take the defaults
8
- [ ] Run `mvn release:perform`
9
- [ ] Release artifacts to Maven Central
pom.xml
@@ -119,7 +119,7 @@
119
<dependency>
120
<groupId>org.spdx</groupId>
121
<artifactId>java-spdx-library</artifactId>
122
- <version>1.1.9</version>
+ <version>1.1.10</version>
123
</dependency>
124
125
<groupId>org.apache.jena</groupId>
0 commit comments