diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-07 19:01:07 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-09 15:22:04 -0400 |
commit | b1b9c418690c09e4ce647cead99afb10a989420c (patch) | |
tree | c24062f08a2b20c9c170ea1540ebeccd8c9f3bb2 /aai-resources/pom.xml | |
parent | 8e53c7b077c5043f371e19e518256103dce7c13a (diff) |
Update resources to use schema ingest changes
for the application to not start if it doesn't
start properly
Issue-ID: AAI-2329
Change-Id: I2f04282c2faf07de46b4dd6ecf7e494d442bcf87
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 42c1832b..ffc10e07 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -36,8 +36,8 @@ <start-class>org.onap.aai.ResourcesApp</start-class> <aai.schema.version>1.0.1</aai.schema.version> - <aai.core.version>1.4.1</aai.core.version> - <aai.schema.ingest.version>1.4.1</aai.schema.ingest.version> + <aai.core.version>1.4.2</aai.core.version> + <aai.schema.ingest.version>1.4.2</aai.schema.ingest.version> <hbase.version>1.0.2</hbase.version> <spring.boot.version>1.5.19.RELEASE</spring.boot.version> |