Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 364 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 364 Bytes

english-pos-dict

English part-of-speech and spelling dictionaries.

To make a release

  • set the version in pom.xml to not include SNAPSHOT
  • mvn clean test
  • mvn clean deploy -P release
  • go to https://oss.sonatype.org/#stagingRepositories
  • scroll to the bottom, select latest version, and click Release
  • git tag vx.y
  • git push origin vx.y