David Van Couvering (JIRA) wrote:
VERSION DETECTIONThe Version class will be defined as a common class and is used to define a version and check for compatibility between a consumer andthe common package. Here is a first pass at the methods on this class.
Do we need a custom implementation or can we use the version information returned from java.lang.Package().getSpecificationVersion() ?
-- Jeremy
