diff options
Diffstat (limited to 'openo-portal')
-rw-r--r-- | openo-portal/pom.xml | 1 | ||||
-rw-r--r-- | openo-portal/portal-auth/pom.xml | 19 |
2 files changed, 9 insertions, 11 deletions
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml index e6dbf7b3..c4fa4f1b 100644 --- a/openo-portal/pom.xml +++ b/openo-portal/pom.xml @@ -31,5 +31,6 @@ <modules> <module>portal-package</module> <module>portal-common</module> + <module>portal-auth</module> </modules> </project> diff --git a/openo-portal/portal-auth/pom.xml b/openo-portal/portal-auth/pom.xml index 5f7c8b2b..cdbf8d12 100644 --- a/openo-portal/portal-auth/pom.xml +++ b/openo-portal/portal-auth/pom.xml @@ -17,16 +17,13 @@ --> <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>openo-portal</groupId> - <artifactId>openo-portal</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath/> - </parent> - - <groupId>openo-portal.module.auth</groupId> - <artifactId>module-auth</artifactId> - <version>1.0.0-SNAPSHOT</version> + <parent> + <groupId>org.openo.gso.gui</groupId> + <artifactId>openo-portal</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>portal-auth</artifactId> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> </project> |