From 5948f878fa0ee735e81f1cf648d5d3bdb35048cd Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Tue, 4 Dec 2018 23:19:04 -0500 Subject: Update schema ingest library call schema service Issue-ID: AAI-1994 Change-Id: Icc9910db0371eeb8289abd4381ae1936a281a5df Signed-off-by: Kajur, Harish (vk250x) --- aai-core/.classpath | 19 ------------------- aai-core/pom.xml | 6 +++--- 2 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 aai-core/.classpath (limited to 'aai-core') diff --git a/aai-core/.classpath b/aai-core/.classpath deleted file mode 100644 index 78a65b57..00000000 --- a/aai-core/.classpath +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/aai-core/pom.xml b/aai-core/pom.xml index a482b972..c1e65782 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT aai-core aai-core - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT jar java @@ -699,7 +699,7 @@ org.onap.aai.aai-common aai-schema-ingest - ${project.version} + 1.4.0 org.onap.aai.aai-common -- cgit 1.2.3-korg