summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f7a58c3..fa3fd2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<groupId>com.att.ajsc</groupId>
<version>2.0.0</version>
</parent>
- <groupId>org.openecomp.aai</groupId>
+ <groupId>org.onap.aai</groupId>
<artifactId>search-data-service</artifactId>
<version>1.1.0-SNAPSHOT</version>
<name>aai-search-data-service</name>
@@ -352,7 +352,7 @@
<addCompileSourceRoot>true</addCompileSourceRoot>
<sourceDirectory>${basedir}/src/main/resources/json/schema</sourceDirectory>
<outputDirectory>${generatedSourceDir}</outputDirectory>
- <targetPackage>org.openecomp.sa.rest</targetPackage>
+ <targetPackage>org.onap.aai.sa.rest</targetPackage>
</configuration>
<executions>
<execution>