diff options
Diffstat (limited to 'appc-lifecycle-management/pom.xml')
-rw-r--r-- | appc-lifecycle-management/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appc-lifecycle-management/pom.xml b/appc-lifecycle-management/pom.xml index 230389752..5d5805d84 100644 --- a/appc-lifecycle-management/pom.xml +++ b/appc-lifecycle-management/pom.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= ONAP : APPC @@ -18,13 +19,12 @@ limitations under the License. ============LICENSE_END========================================================= --> -<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"> <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>odlparent-lite</artifactId> <version>2.7.0-SNAPSHOT</version> - <relativePath /> + <relativePath/> </parent> <modelVersion>4.0.0</modelVersion> |