Versions Compared

Key

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

...

Info
titleUse a clean repository

It is recommended to use a clean repository for release preparation to ensure there are no unexpected local files in the source release.

incubator-streampipes

First, set sp.version in the Maven archetypes to the upcoming release version of StreamPipes:

Code Block
languagebash
titleCreate zip file
# In all subdirectories of archetypes, open the pom.xml file in src/main/resources/archetype-resources and set the sp.version property to the upcoming version (e.g., 0.66.0)

# Commit and push these changes to rel/VERSION
  • Perform Maven Release
  • Stage artifacts to Nexus
  • Stage source zip file to apache downloads

...