THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Build the projects with maven (we are skipping runit the unit tests here, but you should run them at least once on the release branch before continuing)
Code Block mvn clean install -DskipTests
- You should have the jar files and also the tarballs built. The two tarball is available at: //TODO: sign ZK jars in bin-package?
- zookeeper-assembly/target/zookeeper-X.Y.Z-bin-package.tar.gz
- zookeeper-assembly/target/zookeeper-X.Y.Z-source-package.tar.gz
Sign the tarballs:
Code Block gpg --armor --output zookeeper-X.Y.Z.tar.gz.asc --detach-sig zookeeper-X.Y.Z.tar.gz
Publishing
Once three PMC members have voted for a release, it may be published.
...