Publish image version about wfengine-mgrservice in wfengine of 1.3.3
[vfc/nfvo/wfengine.git] / version.properties
1 ###########################################################
2 # Versioning variables
3 # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
4 # because they are used in Jenkins, whose plug-in doesn't support
5
6 major=1
7 minor=3
8 patch=3
9
10 base_version=${major}.${minor}.${patch}
11
12 release_version=${base_version}
13 snapshot_version=${base_version}-SNAPSHOT