Versions Compared

Key

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

...

Code Block
languagebash
titleUpdate Maven archetypesUI version
# Update the version in ui/package.json


Now it's time to perform the Maven release!

Make sure to checkout a clean copy of incubator-streampipes and perform the following:

Code Block
languagebash
titlePerform Maven release
mvn release:prepare -DautoVersionSubmodules=true -Papache-release



  • Perform Maven Release
  • Stage artifacts to Nexus
  • Stage source zip file to apache downloads

...