[AAI] Schema changes for Cell and Neighbour
[aai/schema-service.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 major_version=1
6 minor_version=12
7 patch_version=1
8
9 base_version=${major_version}.${minor_version}.${patch_version}
10 # Release must be completed with GIT information # in Jenkins
11 release_version=${base_version}
12 snapshot_version=${base_version}-SNAPSHOT