summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2017-05-19 18:39:52 +0300
committersblimkie <steven.blimkie@amdocs.com>2017-05-19 18:54:10 +0300
commita97080638a4ec227a35e935aca99a66516370845 (patch)
treec2e21858159650105b0d6e60ab06993aa6919938
parent2f4bb13a832cb9efa3bdea3a6e0647a5dc131f8b (diff)
Update group-id to fix build break
Change-Id: I4aeaa32d89834aeb4bce5e0278e505f755e0f8d7 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0233c28..7f64a8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openecomp</groupId>
+ <groupId>org.onap.aai.router-core</groupId>
<artifactId>router-core</artifactId>
<packaging>bundle</packaging>
<version>1.1.0-SNAPSHOT</version>