diff options
Diffstat (limited to 'restconf-client/features/ccsdk-restconf-client')
-rw-r--r-- | restconf-client/features/ccsdk-restconf-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/restconf-client/features/ccsdk-restconf-client/pom.xml b/restconf-client/features/ccsdk-restconf-client/pom.xml index 1c45de21..82eba3bd 100644 --- a/restconf-client/features/ccsdk-restconf-client/pom.xml +++ b/restconf-client/features/ccsdk-restconf-client/pom.xml @@ -7,13 +7,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.1</version> + <version>1.2.0-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>ccsdk-restconf-client</artifactId> - <version>0.3.1-SNAPSHOT</version> + <version>0.4.0-SNAPSHOT</version> <packaging>feature</packaging> <properties> |