update pom to 1.3.2-1
[sdc/dcae-d/dt-be-main.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=2
9 subpatch=1
10
11 base_version=${major}.${minor}.${patch}-${subpatch}
12
13 release_version=${base_version}
14 snapshot_version=${base_version}-SNAPSHOT