From db96aad95b0c9609322f6ee420b667acd06181c9 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Thu, 28 Dec 2017 11:31:56 -0500 Subject: [PATCH] Change Group ID to match repo name Nexus is namespaced per-project and requires projects deploy artifacts to their appropriate namespaces. The namespace pattern is org.acumos. where project is the repo name of the project. Change-Id: Iab2ed831ea284972557779ee7ebf1c033f46a0c3 Signed-off-by: Christopher Lott (cl778h) --- gateway/pom.xml | 4 ++-- pom.xml | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/gateway/pom.xml b/gateway/pom.xml index 5fe9b0c..27cdd00 100644 --- a/gateway/pom.xml +++ b/gateway/pom.xml @@ -3,10 +3,10 @@ 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.acumos + org.acumos.federation gateway 1.0.0-SNAPSHOT - gateway + Federation Gateway Federated Acumos Interface for inter-acumos and ONAP communication diff --git a/pom.xml b/pom.xml index d0ffb6d..3b72cc2 100644 --- a/pom.xml +++ b/pom.xml @@ -2,12 +2,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.acumos - federation + org.acumos.federation + federation-parent 1.0.0-SNAPSHOT pom - federation + Federation Parent UTF-8 @@ -23,7 +23,6 @@ org.apache.maven.plugins maven-deploy-plugin 2.8.2 - true -- 2.16.6