diff options
Diffstat (limited to 'sdnr/wt/common/src/test/resources/testpom.xml')
-rw-r--r-- | sdnr/wt/common/src/test/resources/testpom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/wt/common/src/test/resources/testpom.xml b/sdnr/wt/common/src/test/resources/testpom.xml index 6fba87af9..895da7338 100644 --- a/sdnr/wt/common/src/test/resources/testpom.xml +++ b/sdnr/wt/common/src/test/resources/testpom.xml @@ -29,13 +29,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-common</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> <name>ccsdk-features :: ${project.artifactId}</name> |