Versions Compared

Key

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

...

Code Block
export GPG_TTY=$(tty)

mvn clean install dependency-check:check -Pfull-build -Papache-release -DskipTests 
mvn dependency-check:check  


Manage JiRA issues

  • In Jira, move open issues to next version. Disable mail notifications for this bulk change. If you are in doubt as on dev@zookeeper.apache.org mailing list before proceedig

...

Code Block
git checkout $WORK_BRANCH
git clean -xdf
# perform quality checks
mvn clean apache-rat:check -DskipTests -Pfull-build -Papache-release
mvn clean install checkstyle:check spotbugs:check dependency-check:check -DskipTests -Pfull-build -Papache-release 
mvn dependency-check:check 

Perform a release on branch (for major and minor release)  (remove SNAPSHOT and create tag)

...