diff options
author | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-06-06 13:37:08 +0300 |
---|---|---|
committer | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-06-06 13:37:08 +0300 |
commit | 12bf634939343f07beb3cbe4b1c6c652977784ab (patch) | |
tree | 306f657b7b4ec7f7b48a0d257e0f01f961a226a0 | |
parent | 64422c1bae3b55e1100a606f3912b540e99e60fd (diff) |
Update version.properties to 1.3.0
Align version.properties with pom.xml's version 1.3.0
Issue-ID: SDC-2356
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Change-Id: I519ff060a4ee0f88bb324be76f6f1ec1bfa7ee81
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 8471f55..235314e 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=2 +minor=3 patch=0 base_version=${major}.${minor}.${patch} |