Details
-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.1.0 Major Release
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:Summer 2019 Sprint 7, Summer 2019 Sprint 8
Description
Enable ProtAnnot, SNP converter, and the other optionalPlugin IGB Apps to declare IGB platform dependencies different from what is declared in the parent POM.
Currently, the POM.xml build files for the optionalPlugin IGB Apps are configured to have and use the same version coordinates as the platform. This is not a good design because many of these optional Apps can work perfectly well with older versions of the platform. For example, the Geometric Mean Operator can work perfectly well in IGB platform version 9.0.0 or above.
De-coupled parent POM version and optional plugin versions
code changes are present at :
https://bitbucket.org/lorainelab/integrated-genome-browser/pull-requests/692/igbf-1706-de-coupled-parent-pom-version/diff
Please review the pull request.