summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aai-resources/pom.xml6
-rw-r--r--pom.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index 5222ab9..36765c3 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -4,12 +4,12 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openecomp.aai</groupId>
- <artifactId>aai-resources-service</artifactId>
+ <groupId>org.onap.aai.resources</groupId>
+ <artifactId>resources</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>aai-resources</artifactId>
- <name>ajsc</name>
+ <name>aai-resources</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/pom.xml b/pom.xml
index 97ee2fd..1e5f40c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,10 +7,10 @@
<groupId>com.att.ajsc</groupId>
<version>2.1.0</version>
</parent>
- <groupId>org.openecomp.aai</groupId>
- <artifactId>aai-resources-service</artifactId>
+ <groupId>org.onap.aai.resources</groupId>
+ <artifactId>resources</artifactId>
<version>1.1.0-SNAPSHOT</version>
- <name>aai-resources-service</name>
+ <name>resources</name>
<packaging>pom</packaging>
<modules>
<module>aai-resources</module>