diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2022-03-21 19:48:05 +0530 |
---|---|---|
committer | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2022-03-21 14:19:05 +0000 |
commit | a2882e7e4411249f7398cd120eadace03866dede (patch) | |
tree | d0489a160838c902b2fa42a6551abe9439114d39 | |
parent | 4ec767b6883796f35d1c68a0c0c236b6e9c26936 (diff) |
bump the version for Jakarata
Issue-ID: SO-3748
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Change-Id: I2fd15639d2382e06145facaf7b31afb137d235d0
-rwxr-xr-x | version.properties | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/version.properties b/version.properties index 5588bd4..5f787d9 100755 --- 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=9
-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=10 +patch=0 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |