Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove section about manually updating pom.xml files (was only applicable to versions before 2.14.x)

...

When folks need to test out a release candidate, the jars will not have been uploaded to the central Maven repo. This means that the example programs which use Maven will not automatically work and you need to follow the Testing a release candidate guidelines.
Afterwards send out the VOTE for this release candidate to the dev@ mailing list.

Manually updating files

From camel 2.14.x, you don't need to update the  pom version of the below modules if you already specify the -Prelease in the mvn release:xxx command.

The pom.xml files in etc, tests/camel-itest-karaf, tests/camel-itest-osgi, tests/camel-itest-performance and tests/camel-performance need to be manually updated with the Camel version number in the <parent> tag.

Announcing the Camel Release

...