modify pom.xml files to integrate all modules for deployment

Change-Id: If6280da49537495620b0032ca6bd578f66f315a7
Signed-off-by: “shentao” <shentao@chinamobile.com>
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml
index 28dba21..46693b6 100644
--- a/openo-portal/pom.xml
+++ b/openo-portal/pom.xml
@@ -15,26 +15,28 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-
 <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">
     <parent>
-      <groupId>org.openo.gso.gui</groupId>
-      <artifactId>gso-gui</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-      <relativePath>..</relativePath>
+        <groupId>org.openo.gso.gui</groupId>
+        <artifactId>gso-gui</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+        <relativePath>..</relativePath>
     </parent>
+
+    <groupId>org.openo.portal</groupId>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>openo-portal</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>portal</name>
 
     <modules>
-      <module>portal-package</module>
-      <module>portal-common</module>
-      <module>portal-resmgr</module>
-      <module>portal-extsys</module>
-      <module>portal-catalog</module>
-      <module>portal-auth</module>
-      <module>portal-lifecyclemgr</module>
+        <module>portal-package</module>
+        <module>portal-common</module>
+        <module>portal-resmgr</module>
+        <module>portal-extsys</module>
+        <module>portal-catalog</module>
+        <module>portal-auth</module>
+        <module>portal-lifecyclemgr</module>
     </modules>
 </project>