1 # Versioning variables
\r
2 # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
\r
3 # because they are used in Jenkins, whose plug-in doesn't support
\r
9 base_version=${major}.${minor}.${patch}
\r
11 # Release must be completed with git revision # in Jenkins
\r
12 release_version=${base_version}
\r
13 snapshot_version=${base_version}-SNAPSHOT
\r