summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-08-23 12:41:38 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-08-23 12:58:21 -0400
commit3021aebce9906aefb311d3e33f76f58c824b74e8 (patch)
tree6a9a3548d40495000918befb3c81296f8765465f
parentc604f64b971491f8c9b953adce54b847d7946e26 (diff)
Fix the issue for pushing artifact to Nexus
Change-Id: Ifdda4b022d59002a4068e3056af87e9145b9b63e Issue-ID: LOG-427 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6b49118..c913167 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,8 +20,8 @@ limitations under the License.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.onap.aai</groupId>
- <artifactId>validation-service</artifactId>
+ <groupId>org.onap.aai.validation</groupId>
+ <artifactId>validation</artifactId>
<version>1.3.0-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>