-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from spdx/releasepom
Update POM file to use release plugin
- Loading branch information
Showing
3 changed files
with
48 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Release Checklist for the CycloneDX to SPDX Utilities | ||
|
||
- [ ] Check for any warnings from the compiler and findbugs | ||
- [ ] Run unit tests | ||
- [ ] Run dependency check to find any potential vulnerabilities `mvn dependency-check:check` | ||
- [ ] 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters