diff options
Diffstat (limited to 'sdnr/wt/helpserver/pom.xml')
-rwxr-xr-x | sdnr/wt/helpserver/pom.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sdnr/wt/helpserver/pom.xml b/sdnr/wt/helpserver/pom.xml index 90d27bfd1..679705e69 100755 --- a/sdnr/wt/helpserver/pom.xml +++ b/sdnr/wt/helpserver/pom.xml @@ -21,9 +21,7 @@ * ============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"> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> @@ -35,7 +33,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath/> </parent> @@ -49,4 +47,4 @@ <properties> <feature-name>sdnr-wt-helpserver</feature-name> </properties> -</project>
\ No newline at end of file +</project> |