diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2018-10-15 07:22:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-15 07:22:59 +0000 |
commit | 3ffaebda4e63fedde87f6a95eabdb71ec087bd3f (patch) | |
tree | c01db4607f841465077b043b50d2006973d8f0b6 | |
parent | ac50211c15a3d50241c6acaf435bcae2786d4efb (diff) | |
parent | 1a0dc60aaaf869072c7080638ac457c63257a92e (diff) |
Merge "Increment version properties into 1.2.0"3.0.1-ONAP3.0.0-ONAP1.2.0
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index bf24313c..8471f55f 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 -patch=2 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} |