diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-08-31 11:38:37 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-08-31 11:38:37 +0000 |
commit | c8578ac687a807baef7363a5b33a780e1fb7468f (patch) | |
tree | 268b0b958013fc479163b44fdef4880a44efb541 /plugins/features/ccsdk-restconf-client | |
parent | 1fce88cf3b07594b68f89ed8998e41d3680c9e0f (diff) |
Release ccsdk/sli1.3.0
Diffstat (limited to 'plugins/features/ccsdk-restconf-client')
-rw-r--r-- | plugins/features/ccsdk-restconf-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/features/ccsdk-restconf-client/pom.xml b/plugins/features/ccsdk-restconf-client/pom.xml index 1501a19a6..4696b0b0c 100644 --- a/plugins/features/ccsdk-restconf-client/pom.xml +++ b/plugins/features/ccsdk-restconf-client/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>ccsdk-restconf-client</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> <packaging>feature</packaging> <name>ccsdk-sli-plugins :: features :: ${project.artifactId}</name> |