Replace String concatination with chained append
[so.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 834fe19..a1f9ca7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>