From 4586c33ff815ebbc7db5d70e52c8e9eec820e32e Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Thu, 14 Mar 2019 15:19:54 +0000 Subject: Remove SNAPSHOT from aai-schema versions Use the latest public versions of aai-schema and aai-schema-ingest. The schema jar is now in the schema-service group rather than aai-common. Change-Id: Ie80d9a6ed7b9b9c4391a36c86afa094e9454a703 Issue-ID: AAI-2077 Signed-off-by: mark.j.leonard --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f38805e..d4f9cc6 100644 --- a/pom.xml +++ b/pom.xml @@ -67,8 +67,8 @@ 2.6.2 1.3 20160212 - 1.4.1-SNAPSHOT - 1.4.1-SNAPSHOT + 1.0.0 + 1.4.1 ${project.build.directory}/bundleconfig/etc/oxm/ 2.23 ${basedir}/target @@ -288,7 +288,7 @@ - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema ${version.aai.aai-schema} jar -- cgit 1.2.3-korg