Zenoss's Protobuf interfaces for communicating with ZEP and Impact.
cd python
python setup.py bdist_egg
cd java
mvn install
Use git flow to release a version to the master
branch.
The version is defined twice: in python/setup.py and in java/pom.xml. The version must be changed in both files.
For Zenoss employees, the details on using git-flow to release a version is documented on the Zenoss Engineering web site. After the git flow process is complete, a jenkins job can be triggered manually to build and publish the artifacts.