jimmydot | f88fada | 2017-05-07 19:42:59 -0400 | [diff] [blame] | 1 | # Versioning variables
|
| 2 | # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
|
| 3 | # because they are used in Jenkins, whose plug-in doesn't support
|
| 4 |
|
Sonsino, Ofir (os0695) | e33819d | 2018-05-28 19:08:44 +0300 | [diff] [blame^] | 5 | major=2
|
| 6 | minor=0
|
| 7 | patch=0
|
jimmydot | f88fada | 2017-05-07 19:42:59 -0400 | [diff] [blame] | 8 |
|
| 9 | base_version=${major}.${minor}.${patch}
|
| 10 |
|
| 11 | # Release must be completed with git revision # in Jenkins
|
| 12 | release_version=${base_version}
|
| 13 | snapshot_version=${base_version}-SNAPSHOT
|