Versions Compared

Key

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

...

#

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>/

(tick)

A5.

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

 

(tick)

A6.

Checkout the tag and execute 'mvn clean site install -P release'

 

(tick)

A7.

Post the resulting assemblies to <repo>/<version>/

(tick)

A6.

Post testbuild announcement on dev@ lists

 

(tick)

...