Versions Compared

Key

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

...

Code Block
languagebash
titleUpdate sp.version in Maven archetypes
<properties>
<sp.version>0.66.0-SNAPSHOT</sp.version>
</properties>

incubator-streampipes-installer

Installer

Update the installer to the next development version in Create a release branch from dev:

Code Block
languagebash
titleCreate release branch
# CreateGo a release branch from dev

git branch rel/VERSION 
#e.g., git branch rel/0.66.0

# checkout and push the release branchto incubator-streampipes/installer in dev

# checkout dev and update version
./upgrade_versions.sh NEW_SNAPSHOT_VERSION
git push origin

...