diff options
Diffstat (limited to 'sdnr/wt/mountpoint-registrar/provider')
-rw-r--r-- | sdnr/wt/mountpoint-registrar/provider/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sdnr/wt/mountpoint-registrar/provider/pom.xml b/sdnr/wt/mountpoint-registrar/provider/pom.xml index dc75bb30d..29085973f 100644 --- a/sdnr/wt/mountpoint-registrar/provider/pom.xml +++ b/sdnr/wt/mountpoint-registrar/provider/pom.xml @@ -22,15 +22,14 @@ ~ ============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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> - <relativePath /> + <version>2.4.1</version> + <relativePath/> </parent> <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |