#32 - Allow enforcing to build milestone releases on a branch.
Train has now a method withAlwaysUseBranch(…) to define that milestone releases are supposed to be build from a branch, too. Introduced Kay release train using that new flag and setting up a customized Iteration chain including a second milestone.
This commit is contained in:
@@ -25,10 +25,10 @@ public class SimpleIterationVersion implements IterationVersion {
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see org.springframework.data.release.model.IterationVersion#isServiceIteration()
|
||||
* @see org.springframework.data.release.model.IterationVersion#isBranchVersion()
|
||||
*/
|
||||
@Override
|
||||
public boolean isServiceIteration() {
|
||||
public boolean isBranchVersion() {
|
||||
return iteration.isServiceIteration();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user