releasing.rst 598 B

1234567891011121314
  1. The version used in the Maven projects needs to be set by hand in the
  2. following files:
  3. - maven/pom.xml
  4. - desktop/libs/hadoop/java/pom.xml
  5. - desktop/libs/*/setup.py
  6. In the case of maven/pom.xml, change the first <version> tag. In the
  7. other cases, change the <version> tag within the <parent> tag.
  8. In addition, when running a release, all of these will need to be
  9. changed to remove "-SNAPSHOT". This will eventually be automated via
  10. the Maven release plugin, but is by hand for the moment. For release
  11. builds, you will also need to change MAVEN_VERSION in Makefile.vars to
  12. not include "-SNAPSHOT".