Fix build errors in autorelease full clean build
authorGary Wu <gary.i.wu@huawei.com>
Wed, 14 Sep 2016 22:58:37 +0000 (15:58 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 14 Sep 2016 22:59:22 +0000 (15:59 -0700)
Fix build errors found in autorelease during full clean build of all
projects.

Change-Id: I433cb9e328f696a988d366577b77f050dda87a7a
Issue-id: INT-9
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
msb-core/apiroute/apiroute-service/pom.xml
msb-core/apiroute/apiroute-standalone/pom.xml
msb-core/distributions/standalone/pom.xml
msb-parent/msbparent-lite/pom.xml
pom.xml

index 55d1a5e..8eb17fb 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 2015-2016 ZTE, Inc. and others. All rights reserved.
index 128fdb7..ffa20e3 100644 (file)
@@ -26,7 +26,7 @@
     <groupId>org.openo.oparent</groupId>
     <artifactId>oparent</artifactId>
     <version>1.0.0-SNAPSHOT</version>
-    <relativePath></relativePath>
+    <relativePath>../../../oparent</relativePath>
   </parent>
 
 
diff --git a/pom.xml b/pom.xml
index d9dadb1..82a36dd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
         email: meng.zhaoxing1@zte.com.cn
 
 -->
-  <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">
+<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>