From 8f2fcdaf36cc05480d0d8c03d0d54368e7a851f6 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 2 Dec 2020 07:48:49 -0500 Subject: Add missing pom.xml files Add missing modules to top level pom.xml and add missing pom files for core, adaptors, northbound and plugin directories. Also rolled version to next minor version (1.2.0-SNAPSHOT) to avoid conflict with compiled code from individual repos during transition to new structure. Issue-ID: CCSDK-3009 Signed-off-by: Dan Timoney Change-Id: If58175bd2519955cd896290cac7001df4eb62287 --- plugins/restconf-client/installer/pom.xml | 2 +- plugins/restconf-client/pom.xml | 2 +- plugins/restconf-client/provider/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/restconf-client') diff --git a/plugins/restconf-client/installer/pom.xml b/plugins/restconf-client/installer/pom.xml index 9114c7a22..5b9ff7555 100755 --- a/plugins/restconf-client/installer/pom.xml +++ b/plugins/restconf-client/installer/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins restconf-client-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: restconf-client :: ${project.artifactId} diff --git a/plugins/restconf-client/pom.xml b/plugins/restconf-client/pom.xml index ee2d0423c..d3f833fd4 100755 --- a/plugins/restconf-client/pom.xml +++ b/plugins/restconf-client/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins restconf-client - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: restconf-client diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml index ab57af017..990b68cb2 100755 --- a/plugins/restconf-client/provider/pom.xml +++ b/plugins/restconf-client/provider/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins restconf-client-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-plugins :: restconf-client :: ${project.artifactId} -- cgit 1.2.3-korg