diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,6 @@ <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> @@ -9,7 +8,7 @@ <relativePath /> </parent> - <groupId>org.openecomp.so</groupId> + <groupId>org.onap.so</groupId> <artifactId>so</artifactId> <packaging>pom</packaging> <!-- <version>1.2.0-SNAPSHOT</version> --> @@ -32,7 +31,7 @@ <module>status-control</module> <module>bpmn</module> <module>packages</module> - <!-- <module>aria/aria-rest-server</module> --> + <!--module>aria</module--> </modules> <properties> <project.mso.base.folder>.</project.mso.base.folder> |