Skip to content

Commit

Permalink
Update repo.version property with OH2_NEXT_VERSION (openhab#829)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Fink <[email protected]>
  • Loading branch information
pfink authored and kaikreuzer committed Dec 21, 2018
1 parent 5b2ccc6 commit 307857a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launch/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def releaseOpenHabComponent(componentName, branch, releaseVersion, nextVersion,
sh "mvn versions:set-property -Dproperty=oh1.version -DnewVersion="+ env.OH1_NEXT_VERSION +"-SNAPSHOT " + mvnOptions
sh "mvn versions:set-property -Dproperty=oh2.version -DnewVersion="+ env.OH2_NEXT_VERSION +"-SNAPSHOT " + mvnOptions
sh "mvn versions:set-property -Dproperty=ohc.version -DnewVersion="+ env.OH2_NEXT_VERSION +"-SNAPSHOT " + mvnOptions
sh "mvn versions:set-property -Dproperty=repo.version -DnewVersion="+ env.OH2_NEXT_VERSION.replace("[0-9]$", "x ") + mvnOptions
}

sh "mvn unleash:perform-tycho -Dworkflow=unleash.phase3.workflow " + mvnOptions
Expand Down

0 comments on commit 307857a

Please sign in to comment.