diff options
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 6 |
1 files changed, 3 insertions, 3 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> |