-
Using version 0.3.0-alpha2.
Building as free style project in Jenkins fails with this message:
The project com.cedarsoft:open:75.1.1-SNAPSHOT (/var/lib/jenkins/jobs/com.cedarsoft.open/workspace/pom.…
-
nonQualifierBranches should not be comma separated. But instead use a list:
```
master
develop
release/*
```
-
instead of exposing a simple `String getVersion()` method, expose an object providing more information about the context of the calculation.
- MUST: the contextual object contains the version calculat…
-
Multi module setup.
Defining dependencyManagement of module versions in root pom.xml
When building only one sub module, the version for dependencies to other sub modules is not updated.
E.g.:
root…