Release v2.0.8 that contain the fix to the Docker bug https://github.com/spdx/tools-java/issues/295 - [ ] Check for any warnings from the compiler and findbugs - [ ] https://github.com/spdx/tools-java/pull/312 - [ ] Run unit tests for all packages that depend on the application - [x] `mvn clean install` - [x] `mvn clean package` (to get `target/tools-java-2.0.8-SNAPSHOT-jar-with-dependencies.jar` for spdx-online-tools's `src/tool.jar`) - [x] spdx-online-tools: `python src/manage.py test tests` - [ ] spdx-online-tools: Manual web UI tests - [x] `python src/manage.py runserver` - [x] Validate - [x] Convert - [x] Compare - [x] Check - License - [ ] Check - License exception - [ ] Currently failed (probably out of scope for tools-java), need - [ ] https://github.com/spdx/spdx-license-matcher/issues/49 - [ ] https://github.com/spdx/spdx-online-tools/issues/707 - [x] Run dependency check to find any potential vulnerabilities `mvn dependency-check:check` - [ ] Update the README.md file with the new version of the jar file - [ ] https://github.com/spdx/tools-java/pull/314 -- - [ ] Run `mvn release:prepare` - you will be prompted for the release - typically take the defaults - [ ] Run `mvn release:perform` - [ ] Release artifacts to Maven Central - [ ] Create a Git release including release notes - [ ] Zip up the files from the Maven archive and add them to the release - [ ] Update README to refer to the new release in the Syntax section
Release v2.0.8 that contain the fix to the Docker bug #295
mvn clean installmvn clean package(to gettarget/tools-java-2.0.8-SNAPSHOT-jar-with-dependencies.jarfor spdx-online-tools'ssrc/tool.jar)python src/manage.py test testspython src/manage.py runservermvn dependency-check:check--
mvn release:prepare- you will be prompted for the release - typically take the defaultsmvn release:perform