diff options
author | Shadi Haidar <sh1986@att.com> | 2018-09-07 22:05:43 -0400 |
---|---|---|
committer | Shadi Haidar <sh1986@att.com> | 2018-09-12 13:58:04 -0400 |
commit | ceda84d021dde70299f96984ca7aec16740854be (patch) | |
tree | 967b1c37a9e21721240d68e9b81dc59a0a593512 /version.properties | |
parent | 8ca8ddf40decb543e5ea634e29efe6972272a2f6 (diff) |
Check deployment creation before install
Unit Test Code Coverage:
Statements : 76.85% ( 893/1162 )
Branches : 52.99% ( 275/519 )
Functions : 78.68% ( 155/197 )
Lines : 77.21% ( 884/1145 )
Issue-ID: DCAEGEN2-754
Change-Id: Id8f3fa26e8ece7e9099145ea20034829a1ad7d13
Signed-off-by: Shadi Haidar <sh1986@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index b67dd8a..77d3d8c 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=3
minor=0
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|