diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-10 18:19:55 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-10 21:33:54 -0400 |
commit | ea1623741e29b32a525686777e920b5f99494aff (patch) | |
tree | 87fef27117fa07248cbbe32160927f267eff7a40 /aai-resources | |
parent | 2e971ba4b99e987a18237675e50adc4a5f21d0d6 (diff) |
Update resources to use 1.4.3 aai-core version
Issue-ID: AAI-2360
Change-Id: I3b8f6e9939b192553bbc51cf1b32cc13bc62f37c
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-resources')
-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 e124512..d98c478 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.2</aai.core.version> - <aai.schema.ingest.version>1.4.2</aai.schema.ingest.version> + <aai.core.version>1.4.3</aai.core.version> + <aai.schema.ingest.version>1.4.3</aai.schema.ingest.version> <hbase.version>1.0.2</hbase.version> <spring.boot.version>1.5.20.RELEASE</spring.boot.version> |