aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2016-09-14 16:05:36 -0700
committerGary Wu <gary.i.wu@huawei.com>2016-09-14 16:06:08 -0700
commit4fb32ab8828b98d659e6f89bf3dbcee390054059 (patch)
treeb250c5c436828abd74c6b57698067d8468c55bba
parent56c2439e74a5a17a6ca864371d4c3a621be566c4 (diff)
Fix build errors in autorelease full clean build
Fix build errors found in autorelease during full clean build of all projects. Change-Id: I319f3ed5442627b62dd6107dca72454bee992524 Issue-id: INT-9 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--openo-portal/pom.xml2
-rw-r--r--openo-portal/portal-common/pom.xml2
-rw-r--r--openo-portal/portal-extsys/pom.xml2
-rw-r--r--openo-portal/portal-lifecyclemgr/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--servicegateway/service/pom.xml4
6 files changed, 7 insertions, 7 deletions
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml
index 584ddd66..2ab828a1 100644
--- a/openo-portal/pom.xml
+++ b/openo-portal/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.openo.gso.gui</groupId>
<artifactId>gso-gui</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath></relativePath>
+ <relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openo-portal</artifactId>
diff --git a/openo-portal/portal-common/pom.xml b/openo-portal/portal-common/pom.xml
index ed95f114..5be89d20 100644
--- a/openo-portal/portal-common/pom.xml
+++ b/openo-portal/portal-common/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath></relativePath>
+ <relativePath/>
</parent>
<artifactId>common</artifactId>
diff --git a/openo-portal/portal-extsys/pom.xml b/openo-portal/portal-extsys/pom.xml
index fb21cd88..703434d2 100644
--- a/openo-portal/portal-extsys/pom.xml
+++ b/openo-portal/portal-extsys/pom.xml
@@ -22,7 +22,7 @@
<groupId>openo-portal</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath></relativePath>
+ <relativePath/>
</parent>
<groupId>openo-portal.module.extsys</groupId>
diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml
index 249d97c3..7ae363e6 100644
--- a/openo-portal/portal-lifecyclemgr/pom.xml
+++ b/openo-portal/portal-lifecyclemgr/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath></relativePath>
+ <relativePath/>
</parent>
<artifactId>module-lifecyclemgr</artifactId>
diff --git a/pom.xml b/pom.xml
index a1f09096..f25e9f02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.openo.oparent</groupId>
<artifactId>oparent</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath></relativePath>
+ <relativePath>../oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openo.gso.gui</groupId>
diff --git a/servicegateway/service/pom.xml b/servicegateway/service/pom.xml
index ccf02ee2..5a834e68 100644
--- a/servicegateway/service/pom.xml
+++ b/servicegateway/service/pom.xml
@@ -42,9 +42,9 @@
</dependency>
<dependency>
- <groupId>org.openo.gso.commsvc</groupId>
+ <groupId>org.openo.gso</groupId>
<artifactId>org.openo.gso.commsvc.common</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>