aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-auth
diff options
context:
space:
mode:
authors71221 <sukeshac@huawei.com>2016-09-21 15:17:54 +0800
committers71221 <sukeshac@huawei.com>2016-09-21 15:17:54 +0800
commit3376e5f58327fb1d6c06985bf43185c11efdab73 (patch)
treea35f0d8f425c1a32a4b0a5e67385709cb7918a10 /openo-portal/portal-auth
parent6b4138c9f9e2c5e8f112c664a77620f752343369 (diff)
auth added in pom
Change-Id: I28237ebba68eb36557e0b25a90e4212e7b819463 Signed-off-by: s71221 <sukeshac@huawei.com>
Diffstat (limited to 'openo-portal/portal-auth')
-rw-r--r--openo-portal/portal-auth/pom.xml19
1 files changed, 8 insertions, 11 deletions
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>