Versions Compared

Key

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

...

The maven-release-plugin will ask you to provide the version number of the next development version (use the new minor version, not the suggested patch version). Afterwards, a new branch will be created and the version number in dev is increased to the next development version. All changes will be automatically pushed by the plugin.


In the release branch (and afterwards also in the updated dev branch, update the sp.version property in the maven archetypes (in the archetypes folder, all pom.xml templates in src/main/resources/archetype-resources)


incubator-streampipes-extensions

...

  • in cli/tmpl_env: change SP_BACKEND_VERSION and SP_PE_VERSION to the proper version (e.g., 0.66.0-SNAPSHOT)
  • in helm-chart/values.yaml: change the streampipes/version property to the proper version
  • in installer/templates/.env: Change the SP_VERSION property to the proper version


Checkout dev and change the aforementioned versions to the next release version (e.g., 0.67.0-SNAPSHOT)

Prepare test setup
Anchor
prepare-test-setup
prepare-test-setup
 (Release Manager)

...