[REEF-84] Prepare POMs for release

This addresses the issue by adding scm, issueManagement, and
mailing Lists to the top-level pom.xml and changing
0.10-incubating-SNAPSHOT to 0.10.0-incubating-SNAPSHOT in all POMs.

JIRA: [REEF-84](https://issues.apache.org/jira/browse/REEF-84)

Pull Request: Closes #47

Author:    Byung-Gon Chun <bgchun@apache.org>

Conflicts:
(changed to incubating-0.10.0, removing the SNAPSHOT)
	pom.xml
	reef-annotations/pom.xml
	reef-bridge-project/pom.xml
	reef-bridge-project/reef-bridge-clr/pom.xml
	reef-bridge-project/reef-bridge-java/pom.xml
	reef-bridge-project/reef-bridge/pom.xml
	reef-checkpoint/pom.xml
	reef-common/pom.xml
	reef-examples-clr/pom.xml
	reef-examples-hdinsight/pom.xml
	reef-examples/pom.xml
	reef-io/pom.xml
	reef-poison/pom.xml
	reef-runtime-hdinsight/pom.xml
	reef-runtime-local/pom.xml
	reef-runtime-yarn/pom.xml
	reef-tang/pom.xml
	reef-tang/tang-test-jarA/pom.xml
	reef-tang/tang-test-jarAB/pom.xml
	reef-tang/tang-test-jarB-conflictA/pom.xml
	reef-tang/tang-test-jarB/pom.xml
	reef-tang/tang/pom.xml
	reef-tests/pom.xml
	reef-utils-hadoop/pom.xml
	reef-utils/pom.xml
	reef-wake/pom.xml
	reef-wake/wake/pom.xml
	reef-webserver/pom.xml

cherry-picking commit fa45c5c.
1 file changed
tree: 0954417004928b2155453b6283219059729ed5f5
  1. bin/
  2. reef-annotations/
  3. reef-checkpoint/
  4. reef-common/
  5. reef-examples/
  6. reef-examples-clr/
  7. reef-examples-hdinsight/
  8. reef-io/
  9. reef-poison/
  10. reef-runtime-hdinsight/
  11. reef-runtime-local/
  12. reef-runtime-yarn/
  13. reef-tang/
  14. reef-tests/
  15. reef-utils/
  16. reef-utils-hadoop/
  17. reef-wake/
  18. reef-webserver/
  19. .gitattributes
  20. .gitignore
  21. HEADER
  22. LICENSE
  23. NOTICE
  24. pom.xml
  25. README.md
README.md

Apache REEF

REEF (Retainable Evaluator Execution Framework) is a scale-out computing fabric that makes it easier to write Big Data applications on top of resource managers (e.g., Apache YARN and Mesos). For example, Azure Stream Analytics is built on REEF and Hadoop. Apache REEF is currently undergoing incubation at the Apache Software Foundation.

http://reef.incubator.apache.org/

Online Documentation

You can find the latest REEF documentation, including tutorials, on the project web page. This README file contains only basic setup instructions.

Building REEF

REEF is built using Apache Maven. To build REEF and its example programs, run:

mvn -DskipTests clean install

More detailed documentation is available from the project site.