blob: 148f1801d1d013cc097d8c20c9d7f1ba1ef6c881 (
plain)
1
2
3
4
5
6
7
8
9
|
major=3
minor=0
patch=1
base_version=${major}.${minor}.${patch}
# Release must be completed with git revision # in Jenkins
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|