Versions Compared

Key

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

...

  1. Create release version of ccsdk/parent:
    1. Update  version.properties to remove -STAGING tag.  Update ccsdk versions within parent poms to the release version. Update single-feature-parent to disable SingleFeatureTest by setting property skip.karaf.featureTest to true.  Submit change and, after merge build completes, do a release build by posting "please release" as comment.
    2. Update ccsdk versions within parent poms back to previous snapshot value.  NOTE: this step is needed to avoid breaking builds between this step and completion of step 6 below.
    3. Roll  to next snapshot version.   Restore the -STAGING tag to version.properties, and update ccsdk versions within parent poms to the next snapshot version.
  2. Mail helpdesk@onap.org to create a ticket requesting release of new CCSDK parent poms.  In ticket, be sure to include link to Jenkins release build triggered by step 1a. WAIT for LF IT to create release version of parent poms before proceeding to next step
  3. Create release version of ccsdk/sli/core:
    1. Update version.properties to remove -STAGING tag and update pom.xmls to use released version of parent poms just created.  Submit change and, after merge build completes, do a release build by posting "please release" as comment.
    2. Roll to next snapshot version.   Restore the -STAGING tag to version.properties, and update versions of parent poms to the next snapshot version.
  4. Mail helpdesk@onap.org to create a ticket requesting release of new ccsdk/sli/core.  In ticket, be sure to include link to Jenkins release build triggered by step 3a.  WAIT for LF IT to create release version  before proceeding to next step.
  5.  Create release versions of ccsdk/sli/adaptors, ccsdk/sli/northbound, ccsdk/sli/plugins, and ccsdk/features.  For each repo:
    1. Update pom.xmls to use newly created release version of parent pom and remove -STAGING tag from version.properties.  Do a release build.
    2. Roll to next snapshot version.   Restore the -STAGING tag to version.properties, and update versions of parent poms to the next snapshot version.
  6. Mail helpdesk@onap.org to create a ticket requesting release of new ccsdk/sli/adaptors, ccsdk/sli/northbound, ccsdk/sli/plugins and ccsdk/features.  In ticket, be sure to include link to Jenkins release builds triggered by step 5a.  WAIT for LF IT to create release versions  before proceeding to next step.
  7. Roll ccsdk/parent to next snapshot.  Note: the next 2 MUST be separate merge requests
    1. Update ccsdk versions within parent poms to the release version just created. NOTE: this step is needed, since once snapshot is rolled to next snapshot version, previous snapshot will be aged out.
    2. Roll to next snapshot version
  8. Create release version of ccsdk/apps (micro services):
    1. Update pom.xmls to use newly created release version of parent pom and remove -STAGING tag from version.properties.  Do a release build.
    2. Roll to next snapshot version.   Restore the -STAGING tag to version.properties, and update versions of parent poms to the next snapshot version.
  9. Mail helpdesk@onap.org to create a ticket requesting release of new ccsdk/apps.  In ticket, be sure to include link to Jenkins release build triggered by step 7a.  In this case, it is NOT necessary to wait before proceeding to next step.
  10. Create release version of ccsdk/distribution (docker containers):
    1. Update pom.xmls to use newly created release version of parent pom and remove -STAGING tag from version.properties.  Do a release build.
    2. Roll to next snapshot version.   Restore the -STAGING tag to version.properties, and update versions of parent poms to the next snapshot version.
  11. Mail helpdesk@onap.org to create a ticket requesting release of new ccsdk/distribution.  In ticket, be sure to include link to Jenkins release build triggered by step 7a.