Versions Compared

Key

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

...

Then, to actually perform the relesae, run the below commands.

Warning

Make sure you use Maven 2.2.1, not Maven 3.x. There is a bug that causes the signatures of the projects of packaging "bundle" to not be deployed correctly with Maven 3.x.

No Format
mvn release:prepare -Peverything,jaxws22
mvn release:perform

...