diff options
author | Dan Timoney <dtimoney@att.com> | 2020-12-03 11:05:19 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-12-03 12:02:07 -0500 |
commit | bf926edb33ca32e5c0c26054383d27312c2f8151 (patch) | |
tree | ed399ac147cbb074507abbb4efaca88d3a751be8 /plugins/restconf-client | |
parent | 8f2fcdaf36cc05480d0d8c03d0d54368e7a851f6 (diff) |
Sync ccsdk/sli guilin branch
Sync ccsdk/sli guilin branch to make contents identical with
ccsdk/sli/[core|adaptors|northbound|plugins] repositories
Issue-ID: CCSDK-3009
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0f167680d04e65069fd2c0ba0a01681a9b334f0b
Diffstat (limited to 'plugins/restconf-client')
-rwxr-xr-x | plugins/restconf-client/installer/pom.xml | 4 | ||||
-rwxr-xr-x | plugins/restconf-client/pom.xml | 4 | ||||
-rwxr-xr-x | plugins/restconf-client/provider/pom.xml | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/plugins/restconf-client/installer/pom.xml b/plugins/restconf-client/installer/pom.xml index 5b9ff7555..a1a226c31 100755 --- a/plugins/restconf-client/installer/pom.xml +++ b/plugins/restconf-client/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.0</version> + <version>2.0.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client-installer</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name> diff --git a/plugins/restconf-client/pom.xml b/plugins/restconf-client/pom.xml index d3f833fd4..8ab4be6bf 100755 --- a/plugins/restconf-client/pom.xml +++ b/plugins/restconf-client/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.0</version> + <version>2.0.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: restconf-client</name> diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml index 990b68cb2..576a39ef6 100755 --- a/plugins/restconf-client/provider/pom.xml +++ b/plugins/restconf-client/provider/pom.xml @@ -5,16 +5,17 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.0</version> + <version>2.0.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client-provider</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name> + <dependencyManagement> <dependencies> <dependency> |