aistomin / sexist

Java library for gender detection by person's first name
GNU General Public License v3.0
2 stars 0 forks source link

Release version 1.0 #201

Closed aistomin closed 9 months ago

aistomin commented 9 months ago
  1. Create branch with the version name 1.0
  2. Perform the following commands: mvn versions:set -DnewVersion=1.0 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 9 months ago

Done.