diff options
Diffstat (limited to 'features/ccsdk-restconf-client')
-rw-r--r-- | features/ccsdk-restconf-client/pom.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/features/ccsdk-restconf-client/pom.xml b/features/ccsdk-restconf-client/pom.xml index ad001ed1..0fb75b43 100644 --- a/features/ccsdk-restconf-client/pom.xml +++ b/features/ccsdk-restconf-client/pom.xml @@ -5,24 +5,21 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.2</version> + <version>2.0.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>ccsdk-restconf-client</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>feature</packaging> + <name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name> + <properties> <skip.karaf.featureTest>true</skip.karaf.featureTest> </properties> - <name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name> - - - - <dependencies> |