Description
REEF-205 needed to refer to the current (Java) version of REEF. To do so, it added REEF_Version to build.props. This is brittle, as we now have two places to upgrade and keep version information current in: pom.xml and build.props. Ideally, we'd grab the version out of pom.xml and put it into build.props as part of the build.