LinkedList
A sequence of nodes containing some data, and a pointer/link to the next in the sequence.
Project Setup
From the project root, execute: ./mvn clean install
Releasing to Maven Central
Performing a Release Deployment
Note: This must occur prior to the Release Deployment!
Make sure the "release-sign-artifacts" and "ossrh" Maven profiles are active.
mvn clean
mvn release:prepare -Possrh,release-sign-artifacts
mvn release:perform -Possrh,release-sign-artifacts
- await the release process to finish *
git push --tags
git push origin master
Updating the Release Version
mvn versions:set -DnewVersion=1.2.3