Skip to content

Commit 4f110ca

Browse files
author
jstastny-cz
committed
kie-issues#1237: stay on x.y.999-SNAPSHOT in release branches
1 parent 01f55d2 commit 4f110ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/jenkins/project/Jenkinsfile.setup-branch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ String getOptaPlannerVersion() {
204204
return params.OPTAPLANNER_VERSION ?: getVersionFromReleaseBranch(getBuildBranch())
205205
}
206206

207-
String getVersionFromReleaseBranch(String releaseBranch, int microVersion = 0, String suffix = 'SNAPSHOT') {
207+
String getVersionFromReleaseBranch(String releaseBranch, int microVersion = 999, String suffix = 'SNAPSHOT') {
208208
String [] versionSplit = releaseBranch.split("\\.")
209209
if (versionSplit.length == 3
210210
&& versionSplit[0].isNumber()

0 commit comments

Comments
 (0)