aistomin / maven-dependencies-analyser

Maven plugin that analyses and validates that all the project dependencies are up-to-date.
Other
4 stars 1 forks source link

Release version 2.3 #278

Closed aistomin closed 1 year ago

aistomin commented 1 year ago
  1. Create branch with the version name 2.3.
  2. Perform the following commands: mvn versions:set -DnewVersion=2.3 and mvn clean deploy -P release
  3. Commit and push the changes, so the "state" of the master will be saved inside this branch.
  4. Check that new version appeared in the search: https://search.maven.org/search?q=g:com.github.aistomin
aistomin commented 1 year ago

Done.