diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2017-05-19 18:39:52 +0300 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2017-05-19 18:54:10 +0300 |
commit | a97080638a4ec227a35e935aca99a66516370845 (patch) | |
tree | c2e21858159650105b0d6e60ab06993aa6919938 | |
parent | 2f4bb13a832cb9efa3bdea3a6e0647a5dc131f8b (diff) |
Update group-id to fix build break
Change-Id: I4aeaa32d89834aeb4bce5e0278e505f755e0f8d7
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |