Versions Compared

Key

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

Tiles 2.0.1 Release Plan

This is a draft to document changes needed from the first release plan. No Tiles 2.0.1 is imminenttargeted as an alpha release.

Preparing for the Release

#

Task

Comments

Completed

P1.

Announce your intentions to start the release process on the developer mailing list.

 

(tick)

P2.

Copy this release plan template in order to create a release plan for the specific version being released

 

(tick)

P4.

Ensure that the current version of tiles-master has been released

Released 2/06/07

(tick)

P3.

Setup new JIRA version level or update release on Roadmap

 

(tick)

P4.

Mark the current JIRA version level as released

 

(tick)

Test Build Distribution Checklist (A)

#

Task

Instructions

Completed

A2.

$> mvn release:prepare;

When prompted use tiles-2.x.x as your version, do not accept the default

(tick)

A3.

Validate the results of release:prepare

1) POM Updated 2) Tag Created)

(tick)

A4.

$> mvn release:perform

After deployment, move the results from <repo>/ to <repo>/<version>/

A5.

Make sure that release:perform created (md5 and sh1) and uploaded them to staging repo

 

A6.

Post testbuild announcement on dev@ lists

 

...