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...")
 
Line 1: Line 1:
= Bumping Honeycomb versions
+
= Bumping Honeycomb versions =
  
What needs to be bumped:
+
'''What needs to be bumped:
* All the maven modules (pom.xml) need to bump the version - should be just a matter of replaceAll
+
'''* 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
 
* 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.
 
* 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.

Revision as of 13:54, 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.