README.versions 692 B

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