diff options
author | wr148d <wr148d@att.com> | 2020-05-11 15:26:07 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2020-05-11 15:26:28 -0400 |
commit | eafe21c9a3dcfe1e440e6ee9943260877cfa619d (patch) | |
tree | 8763318a9e3f861ef103c5c0b53018906f0cc8e2 /version.properties | |
parent | edd2cadab90eaf47d54b7855a82b75bc3a9b06c4 (diff) |
Update version from 1.5.1-SNAPSHOT to 1.5.2-SNAPSHOT1.5.2
Issue-ID: AAI-2896
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I82158e4f96e2ae6217b363d2decbd7c378bccf87
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/version.properties b/version.properties index 1ae00ac..45a2df9 100644 --- a/version.properties +++ b/version.properties @@ -1,13 +1,13 @@ -# Versioning variables
-# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
-# because they are used in Jenkins, whose plug-in doesn't support
-
-major=1
-minor=5
-patch=1
-
-base_version=${major}.${minor}.${patch}
-
-# Release must be completed with git revision # in Jenkins
-release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
+# Versioning variables +# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) +# because they are used in Jenkins, whose plug-in doesn't support + +major=1 +minor=5 +patch=2 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |