aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/pom.xml')
-rw-r--r--openo-portal/pom.xml26
1 files changed, 14 insertions, 12 deletions
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml
index 28dba218..46693b65 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>