diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-29 12:59:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-29 12:59:06 +0000 |
commit | e6f319474636b5a7834eb6c74d02609da3d8a411 (patch) | |
tree | 27b1370e8411217d69cc45bfc065ca954255b218 /sdnr/wt/helpserver/installer | |
parent | 0d1d90903b6fd31669cf462f7cfd27703d4a84ed (diff) | |
parent | e26f1bfa9bdad0562b9d0be226e8b7fa756c7345 (diff) |
Merge "SDNR prepare for readthedocs"
Diffstat (limited to 'sdnr/wt/helpserver/installer')
-rwxr-xr-x | sdnr/wt/helpserver/installer/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sdnr/wt/helpserver/installer/pom.xml b/sdnr/wt/helpserver/installer/pom.xml index cdf810ef1..84ad2c9d1 100755 --- a/sdnr/wt/helpserver/installer/pom.xml +++ b/sdnr/wt/helpserver/installer/pom.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<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> <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> @@ -12,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> <version>1.2.2-SNAPSHOT</version> - <relativePath/> + <relativePath /> </parent> <properties> |