Versions Compared

Key

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

...

(There are also one-time setup instructions)

1

Update the POMs to remove "-SNAPSHOT" from the version

2

Commit the POM changes

3

Tag the release by making a SVN copy of the head or designated revision

 

Code Block
svn copy -r ###### https://svn.apache.org/repos/asf/struts/struts2/trunk https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_#_#_# -m Tag r447072 as Struts #.#.# 

2

Update the POMs to remove "-SNAPSHOT" from the version

3

Commit the POM changes

4

Assemble the release

 

Code Block
mvn install site -P apps,core,extras,xwork,itest,pre-assembly
cd assembly 
mvn assembly:assembly

...