AAI-2154 Add EdgeRules to support BBS use case
[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=0
7 patch_version=1
8 base_version=${major_version}.${minor_version}.${patch_version}
9 # Release must be completed with GIT information # in Jenkins
10 release_version=${base_version}
11 snapshot_version=${base_version}-SNAPSHOT