Fork me on GitHub
Edit on GitHub << back to Creating and Signing a Distribution

Building Struts Annotations

Obtain a fresh check out of struts annotations

git clons https://gitbox.apache.org/repos/asf/struts-annotations.git

or you can just fetch & pull the latest changes

Prepare release

mvn release:prepare

Use the following pattern for the tag name: STRUTS_ANNOTATIONS_[VERSION]

Perform release

mvn release:perform

Log in to Nexus and close the staging repository.

Send a VOTE email

A sample template is at Sample announcements page (and DO wait for the 72 hours period)

Promote release

If the Vote passed log in again to Nexus and promote the repository - it will be automatically synced with Maven Central Repository.