diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-10 15:24:11 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-10 15:25:55 -0400 |
commit | 3b3bfd2cb38628532970c56b52b08d31bec35a18 (patch) | |
tree | 2a3ef8b969fe5fab4a400a31e377b8a2775c7382 /version.properties | |
parent | b2b5c9cc0fade491f85cba743ec66459bb7342f8 (diff) |
Remove the generation code for swagger and xsd
The following code has been moved to schema service
Issue-ID: AAI-2313
Change-Id: I58911dffef70ab2c32a73de79ac971c3650106e6
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 695ab2b2..fc6970be 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=4 -patch_version=2 +patch_version=3 base_version=${major_version}.${minor_version}.${patch_version} |