diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-16 12:56:00 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-05-16 12:56:00 -0700 |
commit | e266708e13b71ff9e92b3f716cd2a719f2df9ddd (patch) | |
tree | 324240c780c4983a5c861bfe7c42d2bd3fff8c3a | |
parent | 9bb827f104564e09147b7012b8b8f6043713de61 (diff) |
Bump testsuite to 1.2.1-STAGING
Change-Id: Ia4d0cdab974c2df031001164fea11aff8f576721
Issue-ID: INT-501
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 1673e49e..37d32bda 100644 --- a/version.properties +++ b/version.properties @@ -4,11 +4,11 @@ major=1 minor=2 -patch=0 +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 -tags=latest ${major}.${minor}-STAGING-latest +tags=latest ${base_version}-STAGING-latest |