diff options
author | 2019-05-01 21:14:51 -0400 | |
---|---|---|
committer | 2019-05-01 21:14:55 -0400 | |
commit | 39504159b33e2f5bc4601c12f37204427a81bb51 (patch) | |
tree | 75beb72b0e925ca31d49eba34597475cb43f5154 | |
parent | 22471531491355235b0dd22518d3f967b8094290 (diff) |
Set groupId to avoid permission denied error
Issue-ID: AAI-2401
Change-Id: I27040d3458029fe96ba33e72bfa5104b43e5139d
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | elasticsearch-sg/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index 5360c95..c27ff54 100644 --- a/elasticsearch-sg/pom.xml +++ b/elasticsearch-sg/pom.xml @@ -24,7 +24,7 @@ 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> + <groupId>org.onap.aai.search-data-service</groupId> <artifactId>elasticsearch-sg</artifactId> <name>ElasticSearch with SearchGuard</name> <version>1.4.1-SNAPSHOT</version> |