Difference between revisions of "Honeycomb/BumpingVersions"

From fd.io
Jump to: navigation, search
(Created page with "= Bumping Honeycomb versions What needs to be bumped: * All the maven modules (pom.xml) need to bump the version - should be just a matter of replaceAll * Packaging needs to...")
(No difference)

Revision as of 13:53, 20 October 2016

= Bumping Honeycomb versions

What needs to be bumped:

  • All the maven modules (pom.xml) need to bump the version - should be just a matter of replaceAll
  • Packaging needs to be updated - packaging needs to be checked for each OS, there might be a problem with SNAPSHOT and NON-SNAPSHOT versions, some manual labor is required
  • Release-notes need to be updated as well, all the versions should be extracted as attributes in release-notes' pom. So updating those attributes is necessary.