Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Make sure your .m2/settings.xml contains your user and password
No Format

 <servers>
    <server>
      <id>apache.snapshots.https</id>
      <username>your-user</username>
      <password>your-password</password>
    </server>
    <server>
      <id>apache.releases.https</id>
      <username>your-user</username>
      <password>your-passwd</password>
    </server>
</servers>

...

Send vote mail to dev list

Release maven repo

Delete staged release

Sometimes people find issues in a staged release. In this case we need to remove the release and redo it.

Delete the tag locally and on the git server

  • git tag --delete tagname
    git push --delete origin tagname