Versions Compared

Key

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

...

Code Block
languagebash
titleCreate zip fileUpdate Maven archetypes
# 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


Update the UI version manually to the upcoming version:

Code Block
languagebash
titleUpdate Maven archetypes
# Update the version in ui/package.json
  • Perform Maven Release
  • Stage artifacts to Nexus
  • Stage source zip file to apache downloads

...