Send both ubuntu versions to Robot VM
[demo.git] / version.properties
1 # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
2 # because they are used in Jenkins, whose plug-in doesn't support
3
4 major=1
5 minor=1
6 patch=2
7
8 base_version=${major}.${minor}.${patch}
9
10 # Release must be completed with git revision # in Jenkins
11 release_version=${base_version}
12 snapshot_version=${base_version}-SNAPSHOT