File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments