diff options
-rw-r--r-- | msb-core/apiroute/apiroute-service/pom.xml | 1 | ||||
-rw-r--r-- | msb-core/apiroute/apiroute-standalone/pom.xml | 1 | ||||
-rw-r--r-- | msb-core/distributions/standalone/pom.xml | 1 | ||||
-rw-r--r-- | msb-parent/msbparent-lite/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
5 files changed, 3 insertions, 4 deletions
diff --git a/msb-core/apiroute/apiroute-service/pom.xml b/msb-core/apiroute/apiroute-service/pom.xml index 55d1a5e..8eb17fb 100644 --- a/msb-core/apiroute/apiroute-service/pom.xml +++ b/msb-core/apiroute/apiroute-service/pom.xml @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- Copyright 2016 2015-2016 ZTE, Inc. and others. All rights reserved. diff --git a/msb-core/apiroute/apiroute-standalone/pom.xml b/msb-core/apiroute/apiroute-standalone/pom.xml index fcda376..c4e1b76 100644 --- a/msb-core/apiroute/apiroute-standalone/pom.xml +++ b/msb-core/apiroute/apiroute-standalone/pom.xml @@ -126,4 +126,3 @@ </build> </project> - diff --git a/msb-core/distributions/standalone/pom.xml b/msb-core/distributions/standalone/pom.xml index cddca6b..ee17e28 100644 --- a/msb-core/distributions/standalone/pom.xml +++ b/msb-core/distributions/standalone/pom.xml @@ -311,4 +311,3 @@ </build> </project> - diff --git a/msb-parent/msbparent-lite/pom.xml b/msb-parent/msbparent-lite/pom.xml index 128fdb7..ffa20e3 100644 --- a/msb-parent/msbparent-lite/pom.xml +++ b/msb-parent/msbparent-lite/pom.xml @@ -26,7 +26,7 @@ <groupId>org.openo.oparent</groupId> <artifactId>oparent</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath></relativePath> + <relativePath>../../../oparent</relativePath> </parent> @@ -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> |