diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-07 18:50:42 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-08 13:25:06 -0400 |
commit | 312c14b50f32493fa93fe3e6b757b8d16058a777 (patch) | |
tree | 5956721ce6a4bb4eafea5f2249aba0132b796f17 /version.properties | |
parent | 08c1bd4d78a0504e7531876869a7ae0cd9c448df (diff) |
Update schema service to fail to start
when all of the schema failed to load
so the microservice wouldn't be in a
bad state and also have the microservice
dictate what versions of schema they are using
Issue-ID: AAI-2329
Change-Id: Ie2e6e2bb3bac37b2ad57ada613e7c0e65647b64e
Signed-off-by: Kajur, Harish (vk250x) <vk250x@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 e653a662..695ab2b2 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=4 -patch_version=1 +patch_version=2 base_version=${major_version}.${minor_version}.${patch_version} |