diff options
author | MukeshKumar <mukeshsharma@est.tech> | 2021-06-25 14:52:16 +0100 |
---|---|---|
committer | Mukesh <mukeshsharma@est.tech> | 2021-06-25 14:52:42 +0100 |
commit | 3b31943b77fb698127cffeae5b3eac280be7b449 (patch) | |
tree | 6ba25a80e5cdbfb3c38f0a3ffbcce6567bea3d62 /version.properties | |
parent | e5c05a047c61e75064a5922e573f71c22ebdb5e8 (diff) |
Updating parent pom and project pom versions1.9.0
Issue-ID: SO-3688
Signed-off-by: Mukesh <mukeshsharma@est.tech>
Change-Id: I9ae304bdf750d5a10b0186731f5d85257b5c32f9
Diffstat (limited to 'version.properties')
-rwxr-xr-x | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index c3995db..326a100 100755 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=8
-patch=2
+minor=9
+patch=0
base_version=${major}.${minor}.${patch}
|