From a664e5fe931be1ea1bbd6aac8d2a29cdd05fc52f Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 18 May 2017 12:52:12 -0400 Subject: Update the pom to be able to properly deploy onap Need to modify the pom to properly deploy jars in onap Change-Id: I80ca1ccb6a2c9ee409adf269fd1585d13a1e90b0 Signed-off-by: Venkata Harish K Kajur --- aai-schema/pom.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'aai-schema/pom.xml') diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 5aa58b0a..78f76fb1 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -3,21 +3,23 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - org.openecomp.aai + + org.openecomp.aai.aai-common + aai-common + 1.1.0-SNAPSHOT + aai-schema - 1.1.0-SNAPSHOT aai-schema UTF-8 - 1.1.0-SNAPSHOT https://nexus.onap.org - /content/sites/site/${project.groupId}/aai-common/${project.artifactId}/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} 1.8 1.8 - org.openecomp.aai + org.openecomp.aai.aai-common aai-annotations ${aai.annotations.version} @@ -83,7 +85,7 @@ 1.0.2 - org.openecomp.aai + org.openecomp.aai.aai-common aai-annotations ${aai.annotations.version} -- cgit 1.2.3-korg