Versions Compared

Key

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

...

Once the release is successful, and since we ran the release from a branch, the pom.xml files in trunk still have the old version number. You will want to update the version in all of the pom.xml files throughout the project; for example, from 1.1-incubating-SNAPSHOT to 1.2-incubating-SNAPSHOT.

This is easy to do with the Maven release plugin. Run the following from trunk (changing the version as appropriate, of course)

No Format
mvn --batch-mode release:update-versions -DdevelopmentVersion=1.2-incubating-SNAPSHOT

Commit your changes to SVN!

Resources

A Guide To Release Management During Incubation http://incubator.apache.org/guides/releasemanagement.html