This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds detection of milestone and release candidate process dependencies
if a plugin defines a dependency to e.g. 'dsf-bpe-process-feasibility-0.5.0' the following jars will be used as dependencies in order: * dsf-bpe-process-feasibility-0.5.0.jar * dsf-bpe-process-feasibility-0.5.0-RC#.jar or dsf-bpe-process-feasibility-0.5.0-M#.jar where # is one or multiple numeric characters * dsf-bpe-process-feasibility-0.5.0-SNAPSHOT.jar fixes #234
- Loading branch information