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-annotations/pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'aai-annotations') diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index ad7fc156..e0c8e1b3 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -3,15 +3,18 @@ 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-annotations - 1.1.0-SNAPSHOT aai-annotations jar UTF-8 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 -- cgit 1.2.3-korg