summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-04-14 21:32:42 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2019-04-14 21:39:22 -0400
commit009a574339ba0bccca7c786c18af24203e4cecf3 (patch)
tree8a7cf23b7252fd3a7d3fafaf975a18d782c15015 /version.properties
parent3501e74711a2e91ce84d0b4cbc989738f96e0891 (diff)
Add missing model invariant indexes
Some of the properties in the schema are missing the indexes for the dbalias properties and if they are missing it could potentially cause issues when the application runs the create db schema Adding a junit to ensure that in the future that such properties are properly highlighted to ensure that this doesn't happen Issue-ID: AAI-2374 Change-Id: I01efba764a61881056892458bdf705d94d458650 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties
index 7c09f12..88f8ce6 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
minor_version=0
-patch_version=2
+patch_version=3
base_version=${major_version}.${minor_version}.${patch_version}
# Release must be completed with GIT information # in Jenkins
release_version=${base_version}