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 --- .gitignore | 35 +++- adaptors/aai-service/installer/pom.xml | 2 +- adaptors/aai-service/pom.xml | 2 +- adaptors/aai-service/provider/pom.xml | 2 +- .../ansible-adapter/ansible-adapter-bundle/pom.xml | 2 +- .../ansible-adapter-installer/pom.xml | 2 +- adaptors/ansible-adapter/pom.xml | 2 +- adaptors/artifacts/pom.xml | 2 +- adaptors/base/http/installer/pom.xml | 2 +- adaptors/base/http/pom.xml | 2 +- adaptors/base/http/provider/pom.xml | 2 +- adaptors/base/pom.xml | 2 +- adaptors/features/ccsdk-aai-service/pom.xml | 2 +- adaptors/features/ccsdk-ansible-adapter/pom.xml | 2 +- adaptors/features/ccsdk-base-http/pom.xml | 2 +- adaptors/features/ccsdk-mdsal-resource/pom.xml | 2 +- .../features/ccsdk-messagerouter-consumer/pom.xml | 2 +- .../features/ccsdk-messagerouter-publisher/pom.xml | 2 +- adaptors/features/ccsdk-netbox-client/pom.xml | 2 +- .../features/ccsdk-resource-assignment/pom.xml | 2 +- adaptors/features/ccsdk-saltstack-adapter/pom.xml | 2 +- adaptors/features/ccsdk-sli-adaptors-all/pom.xml | 2 +- adaptors/features/ccsdk-sql-resource/pom.xml | 2 +- adaptors/features/features-sli-adaptors/pom.xml | 2 +- adaptors/features/installer/pom.xml | 2 +- adaptors/features/pom.xml | 2 +- adaptors/mdsal-resource/installer/pom.xml | 2 +- adaptors/mdsal-resource/pom.xml | 2 +- adaptors/mdsal-resource/provider/pom.xml | 2 +- adaptors/message-router/consumer/api/pom.xml | 2 +- adaptors/message-router/consumer/installer/pom.xml | 4 +- adaptors/message-router/consumer/pom.xml | 2 +- adaptors/message-router/consumer/provider/pom.xml | 2 +- adaptors/message-router/pom.xml | 2 +- adaptors/message-router/publisher/api/pom.xml | 2 +- .../message-router/publisher/installer/pom.xml | 4 +- adaptors/message-router/publisher/pom.xml | 2 +- adaptors/message-router/publisher/provider/pom.xml | 2 +- .../message-router/publisher/sample.client/pom.xml | 2 +- adaptors/netbox-client/installer/pom.xml | 2 +- adaptors/netbox-client/pom.xml | 2 +- adaptors/netbox-client/provider/pom.xml | 2 +- adaptors/pom.xml | 154 ++++++++++++++ adaptors/resource-assignment/installer/pom.xml | 2 +- adaptors/resource-assignment/pom.xml | 2 +- adaptors/resource-assignment/provider/pom.xml | 2 +- adaptors/saltstack-adapter/pom.xml | 2 +- .../saltstack-adapter-installer/pom.xml | 2 +- .../saltstack-adapter-provider/pom.xml | 2 +- adaptors/sql-resource/installer/pom.xml | 2 +- adaptors/sql-resource/pom.xml | 2 +- adaptors/sql-resource/provider/pom.xml | 2 +- core/artifacts/pom.xml | 2 +- core/dblib/installer/pom.xml | 2 +- core/dblib/pom.xml | 2 +- core/dblib/provider/pom.xml | 2 +- core/features/ccsdk-dblib/pom.xml | 2 +- core/features/ccsdk-filters/pom.xml | 2 +- core/features/ccsdk-sli-core-all/pom.xml | 2 +- core/features/ccsdk-sli/pom.xml | 2 +- core/features/ccsdk-sliPluginUtils/pom.xml | 2 +- core/features/ccsdk-sliapi/pom.xml | 2 +- core/features/ccsdk-slicore-utils/pom.xml | 2 +- core/features/features-sli-core/pom.xml | 2 +- core/features/installer/pom.xml | 2 +- core/features/pom.xml | 2 +- core/filters/installer/pom.xml | 2 +- core/filters/pom.xml | 2 +- core/filters/provider/pom.xml | 2 +- core/pom.xml | 131 ++++++++++++ core/sli/common/pom.xml | 2 +- core/sli/installer/pom.xml | 2 +- core/sli/model/pom.xml | 2 +- core/sli/pom.xml | 2 +- core/sli/provider-base/pom.xml | 2 +- core/sli/provider/pom.xml | 2 +- core/sliPluginUtils/installer/pom.xml | 2 +- core/sliPluginUtils/pom.xml | 2 +- core/sliPluginUtils/provider/pom.xml | 2 +- core/sliapi/installer/pom.xml | 2 +- core/sliapi/model/pom.xml | 2 +- core/sliapi/model/swagger/pom.xml | 2 +- .../sliapi/model/swagger/src/main/json/sliapi.json | 2 +- .../sliapi/model/swagger/src/main/yaml/sliapi.yaml | 2 +- core/sliapi/model/yang/pom.xml | 2 +- core/sliapi/pom.xml | 2 +- core/sliapi/provider/pom.xml | 2 +- core/utils/installer/pom.xml | 2 +- core/utils/pom.xml | 2 +- core/utils/provider/pom.xml | 2 +- northbound/artifacts/pom.xml | 2 +- northbound/asdcApi/installer/pom.xml | 2 +- northbound/asdcApi/model/pom.xml | 2 +- northbound/asdcApi/pom.xml | 2 +- northbound/asdcApi/provider/pom.xml | 2 +- northbound/daexim-offsite-backup/installer/pom.xml | 2 +- northbound/daexim-offsite-backup/model/pom.xml | 2 +- northbound/daexim-offsite-backup/pom.xml | 2 +- .../daexim-offsite-backup/provider/.gitignore | 2 - northbound/daexim-offsite-backup/provider/pom.xml | 2 +- .../DaeximOffsiteBackupProviderTest.java | 1 + .../provider/src/test/resources/fileToZip1 | 1 + .../provider/src/test/resources/fileToZip2 | 1 + northbound/dataChange/installer/pom.xml | 2 +- northbound/dataChange/model/pom.xml | 2 +- northbound/dataChange/pom.xml | 2 +- northbound/dataChange/provider/pom.xml | 2 +- .../lib/anr-changes-from-policy-to-sdnr.map | 5 + .../lib/anr-pci-changes-from-policy-to-sdnr.vt | 8 + .../dmaap-listener/lib/edgeRouterStatusChange.map | 44 ++++ .../dmaap-listener/lib/esr-thirdparty-sdnc.map | 5 + northbound/dmaap-listener/lib/generic-vnf.map | 5 + northbound/dmaap-listener/lib/input.map | 1 + northbound/dmaap-listener/lib/log4j2.xml | 26 +++ .../lib/pci-changes-from-policy-to-sdnr.map | 5 + northbound/dmaap-listener/lib/preferredRoute.txt | 1 + northbound/dmaap-listener/lib/pserver.map | 5 + .../lib/template-esr-thirdparty-sdnc.vt | 100 +++++++++ .../dmaap-listener/lib/template-generic-vnf.vt | 11 + northbound/dmaap-listener/lib/template-pserver.vt | 11 + northbound/dmaap-listener/pom.xml | 2 +- northbound/features/ccsdk-asdcApi/pom.xml | 2 +- .../features/ccsdk-daexim-offsite-backup/pom.xml | 2 +- northbound/features/ccsdk-dataChange/pom.xml | 2 +- northbound/features/ccsdk-lcm/pom.xml | 2 +- .../features/ccsdk-sli-northbound-all/pom.xml | 2 +- .../features/features-sli-northbound/pom.xml | 2 +- northbound/features/installer/pom.xml | 2 +- northbound/features/pom.xml | 2 +- northbound/lcm/installer/pom.xml | 2 +- northbound/lcm/model/pom.xml | 2 +- northbound/lcm/pom.xml | 2 +- northbound/lcm/provider/pom.xml | 2 +- northbound/pom.xml | 146 +++++++++++++ northbound/ueb-listener/pom.xml | 2 +- plugins/artifacts/pom.xml | 2 +- plugins/features/ccsdk-gr-toolkit/pom.xml | 2 +- plugins/features/ccsdk-properties-node/pom.xml | 2 +- plugins/features/ccsdk-restapi-call-node/pom.xml | 2 +- plugins/features/ccsdk-restconf-client/pom.xml | 2 +- plugins/features/ccsdk-sli-plugins-all/pom.xml | 2 +- plugins/features/ccsdk-sshapi-call-node/pom.xml | 2 +- plugins/features/ccsdk-template-node/pom.xml | 2 +- plugins/features/features-sli-plugins/pom.xml | 2 +- plugins/features/installer/pom.xml | 2 +- plugins/features/pom.xml | 2 +- plugins/grToolkit/installer/pom.xml | 2 +- plugins/grToolkit/model/pom.xml | 2 +- plugins/grToolkit/pom.xml | 2 +- plugins/grToolkit/provider/pom.xml | 2 +- plugins/pom.xml | 144 +++++++++++++ plugins/properties-node/installer/pom.xml | 2 +- plugins/properties-node/pom.xml | 2 +- plugins/properties-node/provider/pom.xml | 2 +- plugins/restapi-call-node/installer/pom.xml | 2 +- plugins/restapi-call-node/pom.xml | 2 +- plugins/restapi-call-node/provider/pom.xml | 2 +- plugins/restconf-client/installer/pom.xml | 2 +- plugins/restconf-client/pom.xml | 2 +- plugins/restconf-client/provider/pom.xml | 2 +- plugins/sshapi-call-node/installer/pom.xml | 2 +- plugins/sshapi-call-node/pom.xml | 2 +- plugins/sshapi-call-node/provider/pom.xml | 2 +- plugins/template-node/installer/pom.xml | 2 +- plugins/template-node/pom.xml | 2 +- plugins/template-node/provider/pom.xml | 2 +- pom.xml | 225 +++++++++++---------- version.properties | 11 + 168 files changed, 1100 insertions(+), 270 deletions(-) create mode 100755 adaptors/pom.xml create mode 100755 core/pom.xml create mode 100644 northbound/daexim-offsite-backup/provider/src/test/resources/fileToZip1 create mode 100644 northbound/daexim-offsite-backup/provider/src/test/resources/fileToZip2 create mode 100644 northbound/dmaap-listener/lib/anr-changes-from-policy-to-sdnr.map create mode 100644 northbound/dmaap-listener/lib/anr-pci-changes-from-policy-to-sdnr.vt create mode 100644 northbound/dmaap-listener/lib/edgeRouterStatusChange.map create mode 100644 northbound/dmaap-listener/lib/esr-thirdparty-sdnc.map create mode 100644 northbound/dmaap-listener/lib/generic-vnf.map create mode 100644 northbound/dmaap-listener/lib/input.map create mode 100644 northbound/dmaap-listener/lib/log4j2.xml create mode 100644 northbound/dmaap-listener/lib/pci-changes-from-policy-to-sdnr.map create mode 100644 northbound/dmaap-listener/lib/preferredRoute.txt create mode 100644 northbound/dmaap-listener/lib/pserver.map create mode 100644 northbound/dmaap-listener/lib/template-esr-thirdparty-sdnc.vt create mode 100644 northbound/dmaap-listener/lib/template-generic-vnf.vt create mode 100644 northbound/dmaap-listener/lib/template-pserver.vt create mode 100644 northbound/pom.xml create mode 100755 plugins/pom.xml diff --git a/.gitignore b/.gitignore index 42cca13bb..e3a6ff64b 100755 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,11 @@ org.eclipse.core.resources.prefs .settings .idea .externalToolBuilders +.checkstyle maven-eclipse.xml workspace -.checkstyle .vscode +.factorypath ## Compilation Files ## *.class @@ -18,6 +19,9 @@ workspace target target-ide MANIFEST.MF +**/yang-gen-sal +*.interp +core/sli/model/src/main/java ## Misc Ignores (OS specific etc) ## bin/ @@ -30,18 +34,27 @@ classes out/ .DS_STORE .metadata -.vscode -provider/src/main/java/META-INF/ -provider/src/main/java/inventory/ -logs/ -debug-logs/ -*.log -*.versionsBackup -## BlackDuck generated file -ccsdk-adaptors_bdio.jsonld +## antlr4 generated files ## +ExprGrammarBaseListener.java +ExprGrammarLexer.java +ExprGrammarListener.java +ExprGrammarParser.java +ExprGrammar.tokens +ExprGrammarLexer.tokens + +# BlackDuck generated file +*.jsonld blackDuckHubProjectName.txt blackDuckHubProjectVersionName.txt -#Generated dependencies list +# Derby log +derby.log + +# Generated file +core/sliPluginUtils/provider/testFileName direct-dependencies.txt +logs/ +debug-logs/ +*.log +*.versionsBackup diff --git a/adaptors/aai-service/installer/pom.xml b/adaptors/aai-service/installer/pom.xml index 591e9bc20..2611c7b05 100755 --- a/adaptors/aai-service/installer/pom.xml +++ b/adaptors/aai-service/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors aai-service-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: aai-service :: ${project.artifactId} diff --git a/adaptors/aai-service/pom.xml b/adaptors/aai-service/pom.xml index 322291043..a06c97291 100755 --- a/adaptors/aai-service/pom.xml +++ b/adaptors/aai-service/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors aai-service - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: aai-service diff --git a/adaptors/aai-service/provider/pom.xml b/adaptors/aai-service/provider/pom.xml index ca3fda288..ecd5ac980 100755 --- a/adaptors/aai-service/provider/pom.xml +++ b/adaptors/aai-service/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors aai-service-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-adaptors :: aai-service :: ${project.artifactId} diff --git a/adaptors/ansible-adapter/ansible-adapter-bundle/pom.xml b/adaptors/ansible-adapter/ansible-adapter-bundle/pom.xml index 605c64421..403b20e64 100644 --- a/adaptors/ansible-adapter/ansible-adapter-bundle/pom.xml +++ b/adaptors/ansible-adapter/ansible-adapter-bundle/pom.xml @@ -25,7 +25,7 @@ org.onap.ccsdk.sli.adaptors ansible-adapter-bundle - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-adaptors :: ansible-adapter :: ${project.artifactId} diff --git a/adaptors/ansible-adapter/ansible-adapter-installer/pom.xml b/adaptors/ansible-adapter/ansible-adapter-installer/pom.xml index af02a8c5c..eb6726c54 100644 --- a/adaptors/ansible-adapter/ansible-adapter-installer/pom.xml +++ b/adaptors/ansible-adapter/ansible-adapter-installer/pom.xml @@ -35,7 +35,7 @@ org.onap.ccsdk.sli.adaptors ansible-adapter-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: ansible-adapter :: ${project.artifactId} diff --git a/adaptors/ansible-adapter/pom.xml b/adaptors/ansible-adapter/pom.xml index 3414e7cf3..a46493dca 100644 --- a/adaptors/ansible-adapter/pom.xml +++ b/adaptors/ansible-adapter/pom.xml @@ -35,7 +35,7 @@ org.onap.ccsdk.sli.adaptors ansible-adaptor - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: ansible-adapter diff --git a/adaptors/artifacts/pom.xml b/adaptors/artifacts/pom.xml index 452292304..e55c8093b 100755 --- a/adaptors/artifacts/pom.xml +++ b/adaptors/artifacts/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.adaptors sli-adaptors-artifacts - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: sli-adaptors-artifacts diff --git a/adaptors/base/http/installer/pom.xml b/adaptors/base/http/installer/pom.xml index 980302ac9..bed3252f4 100644 --- a/adaptors/base/http/installer/pom.xml +++ b/adaptors/base/http/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors base-http-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: base-http :: ${project.artifactId} diff --git a/adaptors/base/http/pom.xml b/adaptors/base/http/pom.xml index 05840986d..d33eeed9c 100644 --- a/adaptors/base/http/pom.xml +++ b/adaptors/base/http/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors.base http - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom diff --git a/adaptors/base/http/provider/pom.xml b/adaptors/base/http/provider/pom.xml index 5a3642fd2..5f21a8a8d 100644 --- a/adaptors/base/http/provider/pom.xml +++ b/adaptors/base/http/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors base-http-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle diff --git a/adaptors/base/pom.xml b/adaptors/base/pom.xml index a8e6b9193..6f5cb2103 100644 --- a/adaptors/base/pom.xml +++ b/adaptors/base/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors base-parent - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom diff --git a/adaptors/features/ccsdk-aai-service/pom.xml b/adaptors/features/ccsdk-aai-service/pom.xml index 2870ea50f..61c340375 100644 --- a/adaptors/features/ccsdk-aai-service/pom.xml +++ b/adaptors/features/ccsdk-aai-service/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-aai-service - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-adaptors :: aai-service :: ${project.artifactId} diff --git a/adaptors/features/ccsdk-ansible-adapter/pom.xml b/adaptors/features/ccsdk-ansible-adapter/pom.xml index 652a3ee59..12e2ef28b 100644 --- a/adaptors/features/ccsdk-ansible-adapter/pom.xml +++ b/adaptors/features/ccsdk-ansible-adapter/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-ansible-adapter - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-adaptors :: ansible-adapter:: ${project.artifactId} diff --git a/adaptors/features/ccsdk-base-http/pom.xml b/adaptors/features/ccsdk-base-http/pom.xml index 4f83f5de1..67ac058a1 100644 --- a/adaptors/features/ccsdk-base-http/pom.xml +++ b/adaptors/features/ccsdk-base-http/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-base-http - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-adaptors :: base-http :: ${project.artifactId} diff --git a/adaptors/features/ccsdk-mdsal-resource/pom.xml b/adaptors/features/ccsdk-mdsal-resource/pom.xml index fc5b9ae2f..c1ac42cd0 100644 --- a/adaptors/features/ccsdk-mdsal-resource/pom.xml +++ b/adaptors/features/ccsdk-mdsal-resource/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-mdsal-resource - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-adaptors :: mdsal-resource :: ${project.artifactId} diff --git a/adaptors/features/ccsdk-messagerouter-consumer/pom.xml b/adaptors/features/ccsdk-messagerouter-consumer/pom.xml index 0030d92c8..1eaa15617 100755 --- a/adaptors/features/ccsdk-messagerouter-consumer/pom.xml +++ b/adaptors/features/ccsdk-messagerouter-consumer/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.adaptors.messagerouter ccsdk-messagerouter-consumer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature diff --git a/adaptors/features/ccsdk-messagerouter-publisher/pom.xml b/adaptors/features/ccsdk-messagerouter-publisher/pom.xml index fcedcace0..43fa9b264 100755 --- a/adaptors/features/ccsdk-messagerouter-publisher/pom.xml +++ b/adaptors/features/ccsdk-messagerouter-publisher/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.adaptors.messagerouter ccsdk-messagerouter-publisher - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature diff --git a/adaptors/features/ccsdk-netbox-client/pom.xml b/adaptors/features/ccsdk-netbox-client/pom.xml index cff225740..9d79c7818 100644 --- a/adaptors/features/ccsdk-netbox-client/pom.xml +++ b/adaptors/features/ccsdk-netbox-client/pom.xml @@ -27,7 +27,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-netbox-client - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId} diff --git a/adaptors/features/ccsdk-resource-assignment/pom.xml b/adaptors/features/ccsdk-resource-assignment/pom.xml index d73a1acda..4932e7456 100644 --- a/adaptors/features/ccsdk-resource-assignment/pom.xml +++ b/adaptors/features/ccsdk-resource-assignment/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-resource-assignment - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-adaptors :: resource-assignment :: ${project.artifactId} diff --git a/adaptors/features/ccsdk-saltstack-adapter/pom.xml b/adaptors/features/ccsdk-saltstack-adapter/pom.xml index 3ac7fcf14..aca4707c4 100644 --- a/adaptors/features/ccsdk-saltstack-adapter/pom.xml +++ b/adaptors/features/ccsdk-saltstack-adapter/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-saltstack-adapter - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-adaptors :: saltstack-adapter:: ${project.artifactId} diff --git a/adaptors/features/ccsdk-sli-adaptors-all/pom.xml b/adaptors/features/ccsdk-sli-adaptors-all/pom.xml index 821f1cb12..4fe10f7da 100644 --- a/adaptors/features/ccsdk-sli-adaptors-all/pom.xml +++ b/adaptors/features/ccsdk-sli-adaptors-all/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-sli-adaptors-all - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-adaptors :: features :: ${project.artifactId} diff --git a/adaptors/features/ccsdk-sql-resource/pom.xml b/adaptors/features/ccsdk-sql-resource/pom.xml index d8ff07047..c5c6db660 100644 --- a/adaptors/features/ccsdk-sql-resource/pom.xml +++ b/adaptors/features/ccsdk-sql-resource/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors ccsdk-sql-resource - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-adaptors :: sql-resource :: ${project.artifactId} diff --git a/adaptors/features/features-sli-adaptors/pom.xml b/adaptors/features/features-sli-adaptors/pom.xml index 5e98da302..697b5cdf2 100644 --- a/adaptors/features/features-sli-adaptors/pom.xml +++ b/adaptors/features/features-sli-adaptors/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors features-sli-adaptors - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-adaptors :: features :: ${project.artifactId} diff --git a/adaptors/features/installer/pom.xml b/adaptors/features/installer/pom.xml index fab35b5f0..385bc6e1c 100755 --- a/adaptors/features/installer/pom.xml +++ b/adaptors/features/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors sliadaptors-features-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: features :: ${project.artifactId} diff --git a/adaptors/features/pom.xml b/adaptors/features/pom.xml index e57a639ac..d8cda4541 100755 --- a/adaptors/features/pom.xml +++ b/adaptors/features/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors sliadaptors-feature-aggregator - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: features diff --git a/adaptors/mdsal-resource/installer/pom.xml b/adaptors/mdsal-resource/installer/pom.xml index bb92cbff3..2fa1a0905 100755 --- a/adaptors/mdsal-resource/installer/pom.xml +++ b/adaptors/mdsal-resource/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors mdsal-resource-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: mdsal-resource :: ${project.artifactId} diff --git a/adaptors/mdsal-resource/pom.xml b/adaptors/mdsal-resource/pom.xml index e770e504c..1969ab1c9 100755 --- a/adaptors/mdsal-resource/pom.xml +++ b/adaptors/mdsal-resource/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors mdsal-resource - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: mdsal-resource diff --git a/adaptors/mdsal-resource/provider/pom.xml b/adaptors/mdsal-resource/provider/pom.xml index 255812b55..f077096cc 100755 --- a/adaptors/mdsal-resource/provider/pom.xml +++ b/adaptors/mdsal-resource/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors mdsal-resource-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-adaptors :: mdsal-resource :: ${project.artifactId} diff --git a/adaptors/message-router/consumer/api/pom.xml b/adaptors/message-router/consumer/api/pom.xml index e77eb9793..0b7d638f7 100755 --- a/adaptors/message-router/consumer/api/pom.xml +++ b/adaptors/message-router/consumer/api/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.sli.adaptors.messagerouter consumer.aggregate - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT consumer.api diff --git a/adaptors/message-router/consumer/installer/pom.xml b/adaptors/message-router/consumer/installer/pom.xml index 2b8eb688e..69cec8b11 100755 --- a/adaptors/message-router/consumer/installer/pom.xml +++ b/adaptors/message-router/consumer/installer/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.sli.adaptors.messagerouter consumer.aggregate - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors.messagerouter consumer.installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom diff --git a/adaptors/message-router/consumer/pom.xml b/adaptors/message-router/consumer/pom.xml index cad1bbba0..0295cffac 100755 --- a/adaptors/message-router/consumer/pom.xml +++ b/adaptors/message-router/consumer/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.sli.adaptors.messagerouter messagerouter-root - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT consumer.aggregate diff --git a/adaptors/message-router/consumer/provider/pom.xml b/adaptors/message-router/consumer/provider/pom.xml index d3e568c40..a0de316b5 100755 --- a/adaptors/message-router/consumer/provider/pom.xml +++ b/adaptors/message-router/consumer/provider/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.sli.adaptors.messagerouter consumer.aggregate - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT consumer.provider diff --git a/adaptors/message-router/pom.xml b/adaptors/message-router/pom.xml index 63d267d2a..74d77db6e 100755 --- a/adaptors/message-router/pom.xml +++ b/adaptors/message-router/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors.messagerouter messagerouter-root - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom diff --git a/adaptors/message-router/publisher/api/pom.xml b/adaptors/message-router/publisher/api/pom.xml index 7831284cf..4668e4417 100755 --- a/adaptors/message-router/publisher/api/pom.xml +++ b/adaptors/message-router/publisher/api/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.sli.adaptors.messagerouter publisher.aggregate - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT publisher.api diff --git a/adaptors/message-router/publisher/installer/pom.xml b/adaptors/message-router/publisher/installer/pom.xml index bc0565e5b..8b43dff59 100644 --- a/adaptors/message-router/publisher/installer/pom.xml +++ b/adaptors/message-router/publisher/installer/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.sli.adaptors.messagerouter publisher.aggregate - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT org.onap.ccsdk.sli.adaptors.messagerouter publisher.installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom diff --git a/adaptors/message-router/publisher/pom.xml b/adaptors/message-router/publisher/pom.xml index 6fb9c82d3..98d032151 100755 --- a/adaptors/message-router/publisher/pom.xml +++ b/adaptors/message-router/publisher/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.sli.adaptors.messagerouter messagerouter-root - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT publisher.aggregate diff --git a/adaptors/message-router/publisher/provider/pom.xml b/adaptors/message-router/publisher/provider/pom.xml index 7cd311448..e0a0499a7 100755 --- a/adaptors/message-router/publisher/provider/pom.xml +++ b/adaptors/message-router/publisher/provider/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.sli.adaptors.messagerouter publisher.aggregate - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT publisher.provider diff --git a/adaptors/message-router/publisher/sample.client/pom.xml b/adaptors/message-router/publisher/sample.client/pom.xml index 694af1f4a..17efd245e 100755 --- a/adaptors/message-router/publisher/sample.client/pom.xml +++ b/adaptors/message-router/publisher/sample.client/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.sli.adaptors.messagerouter publisher.aggregate - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT sample.client diff --git a/adaptors/netbox-client/installer/pom.xml b/adaptors/netbox-client/installer/pom.xml index 44fa16490..1d434a05a 100755 --- a/adaptors/netbox-client/installer/pom.xml +++ b/adaptors/netbox-client/installer/pom.xml @@ -27,7 +27,7 @@ org.onap.ccsdk.sli.adaptors netbox-client-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId} diff --git a/adaptors/netbox-client/pom.xml b/adaptors/netbox-client/pom.xml index 6c9dbe85c..0f2019762 100644 --- a/adaptors/netbox-client/pom.xml +++ b/adaptors/netbox-client/pom.xml @@ -27,7 +27,7 @@ org.onap.ccsdk.sli.adaptors netbox-client - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: netbox-client diff --git a/adaptors/netbox-client/provider/pom.xml b/adaptors/netbox-client/provider/pom.xml index 2242a157b..23e3213a4 100644 --- a/adaptors/netbox-client/provider/pom.xml +++ b/adaptors/netbox-client/provider/pom.xml @@ -27,7 +27,7 @@ org.onap.ccsdk.sli.adaptors netbox-client-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId} diff --git a/adaptors/pom.xml b/adaptors/pom.xml new file mode 100755 index 000000000..379c4e1b5 --- /dev/null +++ b/adaptors/pom.xml @@ -0,0 +1,154 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 2.1.0 + + + org.onap.ccsdk.sli.adaptors + ccsdk-sli-adaptors + 1.2.0-SNAPSHOT + pom + + ccsdk-sli-adaptors + The CCSDK core components contains the SLI, dblib and root pom + https://wiki.onap.org + + ONAP + + + + aai-service + ansible-adapter + saltstack-adapter + netbox-client + mdsal-resource + resource-assignment + sql-resource + base + message-router + features + artifacts + + + + scm:git:ssh://git@${onap.git.host}/ccsdk/sli/adaptors + scm:git:ssh://${onap.git.host}:${onap.git.port}/ccsdk/sli/adaptors + ${onap.git.protocol}://${onap.git.host}/ccsdk/sli/adaptors + ccsdk-adaptors-${project.version} + + + JIRA + https://jira.onap.org/ + + + Jenkins + https://jenkins.onap.org/ + + + + sdnc-javadoc + + dav:https://${onap.nexus.host}/content/sites/site/org/onap/sdnc/adaptors/${project.artifactId}/${project.version} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + false + + + + + + + + blackduck + + + blackduck-scan + + + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + + + + + + + + dependency-list + + + + com.github.ferstl + depgraph-maven-plugin + + + validate + false + + aggregate + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + false + + attach-artifact + + + + + ${dependency-list.file} + txt + dependencies + + + + + + + + + + + + diff --git a/adaptors/resource-assignment/installer/pom.xml b/adaptors/resource-assignment/installer/pom.xml index 11ff40ce3..37abc05e1 100755 --- a/adaptors/resource-assignment/installer/pom.xml +++ b/adaptors/resource-assignment/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors resource-assignment-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: resource-assignment :: ${project.artifactId} diff --git a/adaptors/resource-assignment/pom.xml b/adaptors/resource-assignment/pom.xml index c2ef269ca..c06bcdd8d 100755 --- a/adaptors/resource-assignment/pom.xml +++ b/adaptors/resource-assignment/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors resource-assignment - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: resource-assignment diff --git a/adaptors/resource-assignment/provider/pom.xml b/adaptors/resource-assignment/provider/pom.xml index 014daeae5..c0155a169 100755 --- a/adaptors/resource-assignment/provider/pom.xml +++ b/adaptors/resource-assignment/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors resource-assignment-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-adaptors :: resource-assignment :: ${project.artifactId} diff --git a/adaptors/saltstack-adapter/pom.xml b/adaptors/saltstack-adapter/pom.xml index de8a87b05..e94262efd 100644 --- a/adaptors/saltstack-adapter/pom.xml +++ b/adaptors/saltstack-adapter/pom.xml @@ -35,7 +35,7 @@ org.onap.ccsdk.sli.adaptors saltstack-adaptor - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: saltstack-adapter diff --git a/adaptors/saltstack-adapter/saltstack-adapter-installer/pom.xml b/adaptors/saltstack-adapter/saltstack-adapter-installer/pom.xml index 67e30fa02..895fec3c9 100644 --- a/adaptors/saltstack-adapter/saltstack-adapter-installer/pom.xml +++ b/adaptors/saltstack-adapter/saltstack-adapter-installer/pom.xml @@ -35,7 +35,7 @@ org.onap.ccsdk.sli.adaptors saltstack-adapter-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: saltstack-adapter :: ${project.artifactId} diff --git a/adaptors/saltstack-adapter/saltstack-adapter-provider/pom.xml b/adaptors/saltstack-adapter/saltstack-adapter-provider/pom.xml index 4b6868179..924e94098 100644 --- a/adaptors/saltstack-adapter/saltstack-adapter-provider/pom.xml +++ b/adaptors/saltstack-adapter/saltstack-adapter-provider/pom.xml @@ -24,7 +24,7 @@ org.onap.ccsdk.sli.adaptors saltstack-adapter-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-adaptors :: saltstack-adapter :: ${project.artifactId} diff --git a/adaptors/sql-resource/installer/pom.xml b/adaptors/sql-resource/installer/pom.xml index 5ec885ce0..44497a054 100755 --- a/adaptors/sql-resource/installer/pom.xml +++ b/adaptors/sql-resource/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors sql-resource-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: sql-resource :: ${project.artifactId} diff --git a/adaptors/sql-resource/pom.xml b/adaptors/sql-resource/pom.xml index 5cbee1089..e448e8402 100755 --- a/adaptors/sql-resource/pom.xml +++ b/adaptors/sql-resource/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors sql-resource - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-adaptors :: sql-resource diff --git a/adaptors/sql-resource/provider/pom.xml b/adaptors/sql-resource/provider/pom.xml index 94b0225c9..0afabe457 100755 --- a/adaptors/sql-resource/provider/pom.xml +++ b/adaptors/sql-resource/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.adaptors sql-resource-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-adaptors :: sql-resource :: ${project.artifactId} diff --git a/core/artifacts/pom.xml b/core/artifacts/pom.xml index 9b5f92fd5..7a4252148 100755 --- a/core/artifacts/pom.xml +++ b/core/artifacts/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sli-core-artifacts - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: sli-core-artifacts diff --git a/core/dblib/installer/pom.xml b/core/dblib/installer/pom.xml index 44779753d..b97d11cfd 100755 --- a/core/dblib/installer/pom.xml +++ b/core/dblib/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core dblib-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: dblib :: ${project.artifactId} diff --git a/core/dblib/pom.xml b/core/dblib/pom.xml index 00f4d5b37..efe43e1ae 100755 --- a/core/dblib/pom.xml +++ b/core/dblib/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core dblib - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: dblib diff --git a/core/dblib/provider/pom.xml b/core/dblib/provider/pom.xml index c45513794..224f53aff 100755 --- a/core/dblib/provider/pom.xml +++ b/core/dblib/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core dblib-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-core :: dblib :: ${project.artifactId} diff --git a/core/features/ccsdk-dblib/pom.xml b/core/features/ccsdk-dblib/pom.xml index 88a840a15..705309995 100644 --- a/core/features/ccsdk-dblib/pom.xml +++ b/core/features/ccsdk-dblib/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core ccsdk-dblib - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-core :: dblib :: ${project.artifactId} diff --git a/core/features/ccsdk-filters/pom.xml b/core/features/ccsdk-filters/pom.xml index b096df322..0a3f9afa3 100644 --- a/core/features/ccsdk-filters/pom.xml +++ b/core/features/ccsdk-filters/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core ccsdk-filters - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-core :: filters :: ${project.artifactId} diff --git a/core/features/ccsdk-sli-core-all/pom.xml b/core/features/ccsdk-sli-core-all/pom.xml index 270ed685f..984484e8c 100644 --- a/core/features/ccsdk-sli-core-all/pom.xml +++ b/core/features/ccsdk-sli-core-all/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core ccsdk-sli-core-all - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-core :: features :: ${project.artifactId} diff --git a/core/features/ccsdk-sli/pom.xml b/core/features/ccsdk-sli/pom.xml index f6e97ec20..5521d624b 100644 --- a/core/features/ccsdk-sli/pom.xml +++ b/core/features/ccsdk-sli/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core ccsdk-sli - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-core :: sli :: ${project.artifactId} diff --git a/core/features/ccsdk-sliPluginUtils/pom.xml b/core/features/ccsdk-sliPluginUtils/pom.xml index c050dcde5..04e76b445 100644 --- a/core/features/ccsdk-sliPluginUtils/pom.xml +++ b/core/features/ccsdk-sliPluginUtils/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core ccsdk-sliPluginUtils - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-core :: sliPluginUtils :: ${project.artifactId} diff --git a/core/features/ccsdk-sliapi/pom.xml b/core/features/ccsdk-sliapi/pom.xml index 89e7eec3e..3a026e2c9 100644 --- a/core/features/ccsdk-sliapi/pom.xml +++ b/core/features/ccsdk-sliapi/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core ccsdk-sliapi - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-core :: sliapi :: ${project.artifactId} diff --git a/core/features/ccsdk-slicore-utils/pom.xml b/core/features/ccsdk-slicore-utils/pom.xml index ea8492b75..bbba2b0d1 100644 --- a/core/features/ccsdk-slicore-utils/pom.xml +++ b/core/features/ccsdk-slicore-utils/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core ccsdk-slicore-utils - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-core :: utils :: ${project.artifactId} diff --git a/core/features/features-sli-core/pom.xml b/core/features/features-sli-core/pom.xml index 1459cef01..e0502fe3f 100644 --- a/core/features/features-sli-core/pom.xml +++ b/core/features/features-sli-core/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core features-sli-core - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-core :: features :: ${project.artifactId} diff --git a/core/features/installer/pom.xml b/core/features/installer/pom.xml index d02e5d8d3..53acc2686 100755 --- a/core/features/installer/pom.xml +++ b/core/features/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core slicore-features-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: features :: ${project.artifactId} diff --git a/core/features/pom.xml b/core/features/pom.xml index 69355a4c7..9018b1707 100755 --- a/core/features/pom.xml +++ b/core/features/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core slicore-feature-aggregator - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: features diff --git a/core/filters/installer/pom.xml b/core/filters/installer/pom.xml index fae31a12b..56a8692bc 100755 --- a/core/filters/installer/pom.xml +++ b/core/filters/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core filters-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: filters :: ${project.artifactId} diff --git a/core/filters/pom.xml b/core/filters/pom.xml index 8db5d810b..9549ccd16 100644 --- a/core/filters/pom.xml +++ b/core/filters/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core filters - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: filters diff --git a/core/filters/provider/pom.xml b/core/filters/provider/pom.xml index ea7f9962e..657e50022 100755 --- a/core/filters/provider/pom.xml +++ b/core/filters/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core filters-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-core :: filters :: ${project.artifactId} diff --git a/core/pom.xml b/core/pom.xml new file mode 100755 index 000000000..d53f5a8bc --- /dev/null +++ b/core/pom.xml @@ -0,0 +1,131 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 2.1.0-SNAPSHOT + + + + org.onap.ccsdk.sli.core + ccsdk-sli-core + 1.2.0-SNAPSHOT + pom + + ccsdk-sli-core + CCSDK core components contains the SLI, dblib + https://wiki.onap.org + + ONAP + + + + utils + dblib + sli + filters + sliPluginUtils + sliapi + features + artifacts + + + + scm:git:ssh://git@${onap.git.host}/sdnc-code.git + scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-core.git + ${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-core/browse + sdnc-core-1.1.0 + + + + ecomp-site + dav:${onap.nexus.url}/${sitePath} + + + + + content/sites/site/org/onap/ccsdk/sli/core/${project.version}/ + + + + + blackduck + + + blackduck-scan + + + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + + + + + + dependency-list + + + + com.github.ferstl + depgraph-maven-plugin + + + validate + false + + aggregate + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + false + + attach-artifact + + + + + ${dependency-list.file} + txt + dependencies + + + + + + + + + + + + diff --git a/core/sli/common/pom.xml b/core/sli/common/pom.xml index 201c11bdd..748488bb2 100755 --- a/core/sli/common/pom.xml +++ b/core/sli/common/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sli-common - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-core :: sli :: ${project.artifactId} diff --git a/core/sli/installer/pom.xml b/core/sli/installer/pom.xml index 40776bdcf..02b5c1ddc 100755 --- a/core/sli/installer/pom.xml +++ b/core/sli/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sli-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: sli :: ${project.artifactId} diff --git a/core/sli/model/pom.xml b/core/sli/model/pom.xml index 0b859e7d2..fbdb982f4 100755 --- a/core/sli/model/pom.xml +++ b/core/sli/model/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sli-model - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-core :: sli :: ${project.artifactId} diff --git a/core/sli/pom.xml b/core/sli/pom.xml index cfb7656d1..74873649a 100755 --- a/core/sli/pom.xml +++ b/core/sli/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sli - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: sli diff --git a/core/sli/provider-base/pom.xml b/core/sli/provider-base/pom.xml index eedce9154..671c0610f 100644 --- a/core/sli/provider-base/pom.xml +++ b/core/sli/provider-base/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sli-provider-base - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT ccsdk-sli-core :: sli :: ${project.artifactId} diff --git a/core/sli/provider/pom.xml b/core/sli/provider/pom.xml index 3d5c389c4..7ad437d47 100755 --- a/core/sli/provider/pom.xml +++ b/core/sli/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sli-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-core :: sli :: ${project.artifactId} diff --git a/core/sliPluginUtils/installer/pom.xml b/core/sliPluginUtils/installer/pom.xml index c133cd05b..f6f4d5588 100755 --- a/core/sliPluginUtils/installer/pom.xml +++ b/core/sliPluginUtils/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sliPluginUtils-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: sliPluginUtils :: ${project.artifactId} diff --git a/core/sliPluginUtils/pom.xml b/core/sliPluginUtils/pom.xml index 974e0661c..4974d0003 100755 --- a/core/sliPluginUtils/pom.xml +++ b/core/sliPluginUtils/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sliPluginUtils - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: sliPluginUtils diff --git a/core/sliPluginUtils/provider/pom.xml b/core/sliPluginUtils/provider/pom.xml index 086faf39e..393d982e4 100755 --- a/core/sliPluginUtils/provider/pom.xml +++ b/core/sliPluginUtils/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sliPluginUtils-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-core :: sliPluginUtils :: ${project.artifactId} diff --git a/core/sliapi/installer/pom.xml b/core/sliapi/installer/pom.xml index 1b3b24a45..5e11a3609 100755 --- a/core/sliapi/installer/pom.xml +++ b/core/sliapi/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sliapi-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: sliapi :: ${project.artifactId} diff --git a/core/sliapi/model/pom.xml b/core/sliapi/model/pom.xml index f23ad8da7..20075e1e0 100755 --- a/core/sliapi/model/pom.xml +++ b/core/sliapi/model/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sliapi-model - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: sliapi diff --git a/core/sliapi/model/swagger/pom.xml b/core/sliapi/model/swagger/pom.xml index db9ddbc42..eaa6d6039 100644 --- a/core/sliapi/model/swagger/pom.xml +++ b/core/sliapi/model/swagger/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.core sliapi-model-swagger - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT jar ccsdk-sli-core :: sliapi :: ${project.artifactId} diff --git a/core/sliapi/model/swagger/src/main/json/sliapi.json b/core/sliapi/model/swagger/src/main/json/sliapi.json index b53663201..284defcc8 100644 --- a/core/sliapi/model/swagger/src/main/json/sliapi.json +++ b/core/sliapi/model/swagger/src/main/json/sliapi.json @@ -1 +1 @@ -{"swagger":"2.0","info":{"description":"Defines API to service logic interpreter,This module contains a collection of generally useful derived\nYANG data types.\n\nCopyright (c) 2013 IETF Trust and the persons identified as\nauthors of the code. All rights reserved.\n\nRedistribution and use in source and binary forms, with or\nwithout modification, is permitted pursuant to, and subject\nto the license terms contained in, the Simplified BSD License\nset forth in Section 4.c of the IETF Trust's Legal Provisions\nRelating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal notices.,This module contains a collection of generally useful derived\nYANG data types for Internet addresses and related things.\n\nCopyright (c) 2013 IETF Trust and the persons identified as\nauthors of the code. All rights reserved.\n\nRedistribution and use in source and binary forms, with or\nwithout modification, is permitted pursuant to, and subject\nto the license terms contained in, the Simplified BSD License\nset forth in Section 4.c of the IETF Trust's Legal Provisions\nRelating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal notices.","version":"1.1.0-SNAPSHOT","title":"SLI-API,ietf-yang-types,ietf-inet-types API"},"consumes":["application/json","application/xml"],"produces":["application/json","application/xml"],"paths":{"/config/SLI-API:test-results/":{"get":{"tags":["SLI-API"],"description":"returns sli.api.TestResults","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"sli.api.TestResults","schema":{"originalRef":"#/definitions/sli.api.TestResults","$ref":"#/definitions/sli.api.TestResults"},"responseSchema":{"originalRef":"#/definitions/sli.api.TestResults","$ref":"#/definitions/sli.api.TestResults"}}}},"post":{"tags":["SLI-API"],"description":"creates sli.api.TestResults","parameters":[{"in":"body","name":"sli.api.TestResults.body-param","description":"sli.api.TestResults to be added to list","required":false,"schema":{"originalRef":"#/definitions/sli.api.TestResults","$ref":"#/definitions/sli.api.TestResults"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["SLI-API"],"description":"creates or updates sli.api.TestResults","parameters":[{"in":"body","name":"sli.api.TestResults.body-param","description":"sli.api.TestResults to be added or updated","required":false,"schema":{"originalRef":"#/definitions/sli.api.TestResults","$ref":"#/definitions/sli.api.TestResults"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["SLI-API"],"description":"removes sli.api.TestResults","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/SLI-API:test-results/SLI-API:test-result/":{"post":{"description":"creates sli.api.testresults.TestResult","parameters":[{"in":"body","name":"sli.api.testresults.TestResult.body-param","description":"sli.api.testresults.TestResult to be added to list","required":false,"schema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/SLI-API:test-results/SLI-API:test-result/{test-identifier}/":{"get":{"tags":["SLI-API"],"description":"returns sli.api.testresults.TestResult","parameters":[{"name":"test-identifier","in":"path","description":"Id of test-result","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"sli.api.testresults.TestResult","schema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"},"responseSchema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"}}}},"post":{"tags":["SLI-API"],"description":"creates sli.api.testresults.TestResult","parameters":[{"name":"test-identifier","in":"path","description":"Id of test-result","required":true,"type":"string"},{"in":"body","name":"sli.api.testresults.TestResult.body-param","description":"sli.api.testresults.TestResult to be added to list","required":false,"schema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["SLI-API"],"description":"creates or updates sli.api.testresults.TestResult","parameters":[{"name":"test-identifier","in":"path","description":"Id of test-result","required":true,"type":"string"},{"in":"body","name":"sli.api.testresults.TestResult.body-param","description":"sli.api.testresults.TestResult to be added or updated","required":false,"schema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["SLI-API"],"description":"removes sli.api.testresults.TestResult","parameters":[{"name":"test-identifier","in":"path","description":"Id of test-result","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/operational/SLI-API:test-results/":{"get":{"tags":["SLI-API"],"description":"returns sli.api.TestResults","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"sli.api.TestResults","schema":{"originalRef":"#/definitions/sli.api.TestResults","$ref":"#/definitions/sli.api.TestResults"},"responseSchema":{"originalRef":"#/definitions/sli.api.TestResults","$ref":"#/definitions/sli.api.TestResults"}}}}},"/operational/SLI-API:test-results/SLI-API:test-result/{test-identifier}/":{"get":{"tags":["SLI-API"],"description":"returns sli.api.testresults.TestResult","parameters":[{"name":"test-identifier","in":"path","description":"Id of test-result","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"sli.api.testresults.TestResult","schema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"},"responseSchema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"}}}}},"/operations/SLI-API:execute-graph/":{"post":{"tags":["SLI-API"],"parameters":[{"in":"body","name":"sli.api.executegraph.Input.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/sli.api.executegraph.Input","$ref":"#/definitions/sli.api.executegraph.Input"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/sli.api.ExecuteGraph","$ref":"#/definitions/sli.api.ExecuteGraph"},"responseSchema":{"originalRef":"#/definitions/sli.api.ExecuteGraph","$ref":"#/definitions/sli.api.ExecuteGraph"}},"201":{"description":"No response"}}}},"/operations/SLI-API:healthcheck/":{"post":{"tags":["SLI-API"],"parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/sli.api.Healthcheck","$ref":"#/definitions/sli.api.Healthcheck"},"responseSchema":{"originalRef":"#/definitions/sli.api.Healthcheck","$ref":"#/definitions/sli.api.Healthcheck"}},"201":{"description":"No response"}}}},"/operations/SLI-API:vlbcheck/":{"post":{"tags":["SLI-API"],"parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/sli.api.Vlbcheck","$ref":"#/definitions/sli.api.Vlbcheck"},"responseSchema":{"originalRef":"#/definitions/sli.api.Vlbcheck","$ref":"#/definitions/sli.api.Vlbcheck"}},"201":{"description":"No response"}}}}},"definitions":{"sli.api.ExecuteGraph":{"type":"object","properties":{"output":{"originalRef":"#/definitions/sli.api.ResponseFields","$ref":"#/definitions/sli.api.ResponseFields"}}},"sli.api.Healthcheck":{"type":"object","properties":{"output":{"originalRef":"#/definitions/sli.api.ResponseFields","$ref":"#/definitions/sli.api.ResponseFields"}}},"sli.api.ModeEnumeration":{"type":"string","enum":["sync","async"]},"sli.api.ParameterSetting":{"type":"object","properties":{"string-value":{"type":"string"},"boolean-value":{"type":"boolean"},"parameter-name":{"type":"string","description":"Parameter name"},"int-value":{"type":"integer","format":"int32"}}},"sli.api.ResponseFields":{"type":"object","properties":{"response-code":{"type":"string"},"response-message":{"type":"string"},"context-memory-json":{"type":"string"},"ack-final-indicator":{"type":"string"}}},"sli.api.TestResults":{"type":"object","properties":{"test-result":{"type":"array","items":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"}}}},"sli.api.Vlbcheck":{"type":"object","properties":{"output":{"originalRef":"#/definitions/sli.api.ResponseFields","$ref":"#/definitions/sli.api.ResponseFields"}}},"sli.api.executegraph.Input":{"type":"object","properties":{"mode":{"originalRef":"#/definitions/sli.api.ModeEnumeration","$ref":"#/definitions/sli.api.ModeEnumeration"},"module-name":{"type":"string"},"sli-parameter":{"type":"array","items":{"originalRef":"#/definitions/sli.api.ParameterSetting","$ref":"#/definitions/sli.api.ParameterSetting"}},"rpc-name":{"type":"string"}}},"sli.api.testresults.TestResult":{"type":"object","properties":{"results":{"type":"array","items":{"type":"string"}},"test-identifier":{"type":"string"}}}}} \ No newline at end of file +{"swagger":"2.0","info":{"description":"Defines API to service logic interpreter,This module contains a collection of generally useful derived\nYANG data types.\n\nCopyright (c) 2013 IETF Trust and the persons identified as\nauthors of the code. All rights reserved.\n\nRedistribution and use in source and binary forms, with or\nwithout modification, is permitted pursuant to, and subject\nto the license terms contained in, the Simplified BSD License\nset forth in Section 4.c of the IETF Trust's Legal Provisions\nRelating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal notices.,This module contains a collection of generally useful derived\nYANG data types for Internet addresses and related things.\n\nCopyright (c) 2013 IETF Trust and the persons identified as\nauthors of the code. All rights reserved.\n\nRedistribution and use in source and binary forms, with or\nwithout modification, is permitted pursuant to, and subject\nto the license terms contained in, the Simplified BSD License\nset forth in Section 4.c of the IETF Trust's Legal Provisions\nRelating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal notices.","version":"1.2.0-SNAPSHOT","title":"SLI-API,ietf-yang-types,ietf-inet-types API"},"consumes":["application/json","application/xml"],"produces":["application/json","application/xml"],"paths":{"/config/SLI-API:test-results/":{"get":{"tags":["SLI-API"],"description":"returns sli.api.TestResults","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"sli.api.TestResults","schema":{"originalRef":"#/definitions/sli.api.TestResults","$ref":"#/definitions/sli.api.TestResults"},"responseSchema":{"originalRef":"#/definitions/sli.api.TestResults","$ref":"#/definitions/sli.api.TestResults"}}}},"post":{"tags":["SLI-API"],"description":"creates sli.api.TestResults","parameters":[{"in":"body","name":"sli.api.TestResults.body-param","description":"sli.api.TestResults to be added to list","required":false,"schema":{"originalRef":"#/definitions/sli.api.TestResults","$ref":"#/definitions/sli.api.TestResults"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["SLI-API"],"description":"creates or updates sli.api.TestResults","parameters":[{"in":"body","name":"sli.api.TestResults.body-param","description":"sli.api.TestResults to be added or updated","required":false,"schema":{"originalRef":"#/definitions/sli.api.TestResults","$ref":"#/definitions/sli.api.TestResults"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["SLI-API"],"description":"removes sli.api.TestResults","parameters":[],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/config/SLI-API:test-results/SLI-API:test-result/":{"post":{"description":"creates sli.api.testresults.TestResult","parameters":[{"in":"body","name":"sli.api.testresults.TestResult.body-param","description":"sli.api.testresults.TestResult to be added to list","required":false,"schema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}}},"/config/SLI-API:test-results/SLI-API:test-result/{test-identifier}/":{"get":{"tags":["SLI-API"],"description":"returns sli.api.testresults.TestResult","parameters":[{"name":"test-identifier","in":"path","description":"Id of test-result","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"sli.api.testresults.TestResult","schema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"},"responseSchema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"}}}},"post":{"tags":["SLI-API"],"description":"creates sli.api.testresults.TestResult","parameters":[{"name":"test-identifier","in":"path","description":"Id of test-result","required":true,"type":"string"},{"in":"body","name":"sli.api.testresults.TestResult.body-param","description":"sli.api.testresults.TestResult to be added to list","required":false,"schema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"409":{"description":"Object already exists"}}},"put":{"tags":["SLI-API"],"description":"creates or updates sli.api.testresults.TestResult","parameters":[{"name":"test-identifier","in":"path","description":"Id of test-result","required":true,"type":"string"},{"in":"body","name":"sli.api.testresults.TestResult.body-param","description":"sli.api.testresults.TestResult to be added or updated","required":false,"schema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"}}],"responses":{"400":{"description":"Internal error"},"201":{"description":"Object created"},"204":{"description":"Object modified"}}},"delete":{"tags":["SLI-API"],"description":"removes sli.api.testresults.TestResult","parameters":[{"name":"test-identifier","in":"path","description":"Id of test-result","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"204":{"description":"Object deleted"}}}},"/operational/SLI-API:test-results/":{"get":{"tags":["SLI-API"],"description":"returns sli.api.TestResults","parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"sli.api.TestResults","schema":{"originalRef":"#/definitions/sli.api.TestResults","$ref":"#/definitions/sli.api.TestResults"},"responseSchema":{"originalRef":"#/definitions/sli.api.TestResults","$ref":"#/definitions/sli.api.TestResults"}}}}},"/operational/SLI-API:test-results/SLI-API:test-result/{test-identifier}/":{"get":{"tags":["SLI-API"],"description":"returns sli.api.testresults.TestResult","parameters":[{"name":"test-identifier","in":"path","description":"Id of test-result","required":true,"type":"string"}],"responses":{"400":{"description":"Internal error"},"200":{"description":"sli.api.testresults.TestResult","schema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"},"responseSchema":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"}}}}},"/operations/SLI-API:execute-graph/":{"post":{"tags":["SLI-API"],"parameters":[{"in":"body","name":"sli.api.executegraph.Input.body-param","required":false,"schema":{"properties":{"input":{"originalRef":"#/definitions/sli.api.executegraph.Input","$ref":"#/definitions/sli.api.executegraph.Input"}}}}],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/sli.api.ExecuteGraph","$ref":"#/definitions/sli.api.ExecuteGraph"},"responseSchema":{"originalRef":"#/definitions/sli.api.ExecuteGraph","$ref":"#/definitions/sli.api.ExecuteGraph"}},"201":{"description":"No response"}}}},"/operations/SLI-API:healthcheck/":{"post":{"tags":["SLI-API"],"parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/sli.api.Healthcheck","$ref":"#/definitions/sli.api.Healthcheck"},"responseSchema":{"originalRef":"#/definitions/sli.api.Healthcheck","$ref":"#/definitions/sli.api.Healthcheck"}},"201":{"description":"No response"}}}},"/operations/SLI-API:vlbcheck/":{"post":{"tags":["SLI-API"],"parameters":[],"responses":{"400":{"description":"Internal error"},"200":{"description":"Correct response","schema":{"originalRef":"#/definitions/sli.api.Vlbcheck","$ref":"#/definitions/sli.api.Vlbcheck"},"responseSchema":{"originalRef":"#/definitions/sli.api.Vlbcheck","$ref":"#/definitions/sli.api.Vlbcheck"}},"201":{"description":"No response"}}}}},"definitions":{"sli.api.ExecuteGraph":{"type":"object","properties":{"output":{"originalRef":"#/definitions/sli.api.ResponseFields","$ref":"#/definitions/sli.api.ResponseFields"}}},"sli.api.Healthcheck":{"type":"object","properties":{"output":{"originalRef":"#/definitions/sli.api.ResponseFields","$ref":"#/definitions/sli.api.ResponseFields"}}},"sli.api.ModeEnumeration":{"type":"string","enum":["sync","async"]},"sli.api.ParameterSetting":{"type":"object","properties":{"string-value":{"type":"string"},"boolean-value":{"type":"boolean"},"parameter-name":{"type":"string","description":"Parameter name"},"int-value":{"type":"integer","format":"int32"}}},"sli.api.ResponseFields":{"type":"object","properties":{"response-code":{"type":"string"},"response-message":{"type":"string"},"context-memory-json":{"type":"string"},"ack-final-indicator":{"type":"string"}}},"sli.api.TestResults":{"type":"object","properties":{"test-result":{"type":"array","items":{"originalRef":"#/definitions/sli.api.testresults.TestResult","$ref":"#/definitions/sli.api.testresults.TestResult"}}}},"sli.api.Vlbcheck":{"type":"object","properties":{"output":{"originalRef":"#/definitions/sli.api.ResponseFields","$ref":"#/definitions/sli.api.ResponseFields"}}},"sli.api.executegraph.Input":{"type":"object","properties":{"mode":{"originalRef":"#/definitions/sli.api.ModeEnumeration","$ref":"#/definitions/sli.api.ModeEnumeration"},"module-name":{"type":"string"},"sli-parameter":{"type":"array","items":{"originalRef":"#/definitions/sli.api.ParameterSetting","$ref":"#/definitions/sli.api.ParameterSetting"}},"rpc-name":{"type":"string"}}},"sli.api.testresults.TestResult":{"type":"object","properties":{"results":{"type":"array","items":{"type":"string"}},"test-identifier":{"type":"string"}}}}} \ No newline at end of file diff --git a/core/sliapi/model/swagger/src/main/yaml/sliapi.yaml b/core/sliapi/model/swagger/src/main/yaml/sliapi.yaml index b1a63be5d..d323e1058 100644 --- a/core/sliapi/model/swagger/src/main/yaml/sliapi.yaml +++ b/core/sliapi/model/swagger/src/main/yaml/sliapi.yaml @@ -18,7 +18,7 @@ info: Relating to IETF Documents\n(http://trustee.ietf.org/license-info).\n\nThis version\ \ of this YANG module is part of RFC 6991; see\nthe RFC itself for full legal\ \ notices." - version: "1.1.0-SNAPSHOT" + version: "1.2.0-SNAPSHOT" title: "SLI-API,ietf-yang-types,ietf-inet-types API" consumes: - "application/json" diff --git a/core/sliapi/model/yang/pom.xml b/core/sliapi/model/yang/pom.xml index 4d35f025c..3a443e0e9 100755 --- a/core/sliapi/model/yang/pom.xml +++ b/core/sliapi/model/yang/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sliapi-model-yang - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-core :: sliapi :: ${project.artifactId} diff --git a/core/sliapi/pom.xml b/core/sliapi/pom.xml index 2af92cf7e..8a8602ae5 100755 --- a/core/sliapi/pom.xml +++ b/core/sliapi/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sliapi - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: sliapi diff --git a/core/sliapi/provider/pom.xml b/core/sliapi/provider/pom.xml index 79f3d5560..447c6ef0f 100755 --- a/core/sliapi/provider/pom.xml +++ b/core/sliapi/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core sliapi-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-core :: sliapi :: ${project.artifactId} diff --git a/core/utils/installer/pom.xml b/core/utils/installer/pom.xml index 829a33051..80e4072f8 100755 --- a/core/utils/installer/pom.xml +++ b/core/utils/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core utils-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: utils :: ${project.artifactId} diff --git a/core/utils/pom.xml b/core/utils/pom.xml index b8c196cff..a204f8175 100755 --- a/core/utils/pom.xml +++ b/core/utils/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core utils - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-core :: utils diff --git a/core/utils/provider/pom.xml b/core/utils/provider/pom.xml index 3d4fd856d..8d3a785f4 100644 --- a/core/utils/provider/pom.xml +++ b/core/utils/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core utils-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-core :: utils :: ${project.artifactId} diff --git a/northbound/artifacts/pom.xml b/northbound/artifacts/pom.xml index c4fca9fb6..3e7ae12e5 100755 --- a/northbound/artifacts/pom.xml +++ b/northbound/artifacts/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.northbound sli-northbound-artifacts - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-northbound :: sli-northbound-artifacts diff --git a/northbound/asdcApi/installer/pom.xml b/northbound/asdcApi/installer/pom.xml index bbdeb0cba..e5d5f2ce2 100755 --- a/northbound/asdcApi/installer/pom.xml +++ b/northbound/asdcApi/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound asdcApi-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-northbound :: asdcApi :: ${project.artifactId} diff --git a/northbound/asdcApi/model/pom.xml b/northbound/asdcApi/model/pom.xml index 53fed3587..ede2bca16 100755 --- a/northbound/asdcApi/model/pom.xml +++ b/northbound/asdcApi/model/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound asdcApi-model - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-northbound :: asdcApi :: ${project.artifactId} diff --git a/northbound/asdcApi/pom.xml b/northbound/asdcApi/pom.xml index b5cea9931..203946e2e 100755 --- a/northbound/asdcApi/pom.xml +++ b/northbound/asdcApi/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound asdcApi - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-northbound :: asdcApi diff --git a/northbound/asdcApi/provider/pom.xml b/northbound/asdcApi/provider/pom.xml index 97c4ba9aa..c267fc0c4 100755 --- a/northbound/asdcApi/provider/pom.xml +++ b/northbound/asdcApi/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound asdcApi-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-northbound :: asdcApi :: ${project.artifactId} diff --git a/northbound/daexim-offsite-backup/installer/pom.xml b/northbound/daexim-offsite-backup/installer/pom.xml index 6fbabb426..7689471b4 100755 --- a/northbound/daexim-offsite-backup/installer/pom.xml +++ b/northbound/daexim-offsite-backup/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound daexim-offsite-backup-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-northbound :: daexim-offsite-backup :: ${project.artifactId} diff --git a/northbound/daexim-offsite-backup/model/pom.xml b/northbound/daexim-offsite-backup/model/pom.xml index 4f338c786..17ca5b233 100755 --- a/northbound/daexim-offsite-backup/model/pom.xml +++ b/northbound/daexim-offsite-backup/model/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound daexim-offsite-backup-model - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-northbound :: daexim-offsite-backup :: ${project.artifactId} diff --git a/northbound/daexim-offsite-backup/pom.xml b/northbound/daexim-offsite-backup/pom.xml index aa98f5137..05d84514a 100755 --- a/northbound/daexim-offsite-backup/pom.xml +++ b/northbound/daexim-offsite-backup/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound daexim-offsite-backup - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-northbound :: daexim-offsite-backup diff --git a/northbound/daexim-offsite-backup/provider/.gitignore b/northbound/daexim-offsite-backup/provider/.gitignore index 527bb69aa..eacf31a67 100755 --- a/northbound/daexim-offsite-backup/provider/.gitignore +++ b/northbound/daexim-offsite-backup/provider/.gitignore @@ -1,3 +1 @@ /target-ide/ -fileToZip1 -fileToZip2 \ No newline at end of file diff --git a/northbound/daexim-offsite-backup/provider/pom.xml b/northbound/daexim-offsite-backup/provider/pom.xml index 8d060bb94..265f2071c 100755 --- a/northbound/daexim-offsite-backup/provider/pom.xml +++ b/northbound/daexim-offsite-backup/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound daexim-offsite-backup-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-northbound :: daexim-offsite-backup :: ${project.artifactId} diff --git a/northbound/daexim-offsite-backup/provider/src/test/java/org/onap/ccsdk/sli/northbound/daeximoffsitebackup/DaeximOffsiteBackupProviderTest.java b/northbound/daexim-offsite-backup/provider/src/test/java/org/onap/ccsdk/sli/northbound/daeximoffsitebackup/DaeximOffsiteBackupProviderTest.java index d070c30e2..0f0cee288 100644 --- a/northbound/daexim-offsite-backup/provider/src/test/java/org/onap/ccsdk/sli/northbound/daeximoffsitebackup/DaeximOffsiteBackupProviderTest.java +++ b/northbound/daexim-offsite-backup/provider/src/test/java/org/onap/ccsdk/sli/northbound/daeximoffsitebackup/DaeximOffsiteBackupProviderTest.java @@ -194,6 +194,7 @@ public class DaeximOffsiteBackupProviderTest { } catch(NoSuchMethodException | IllegalAccessException | InvocationTargetException e) { + e.printStackTrace(); fail(); } diff --git a/northbound/daexim-offsite-backup/provider/src/test/resources/fileToZip1 b/northbound/daexim-offsite-backup/provider/src/test/resources/fileToZip1 new file mode 100644 index 000000000..c7ef4260e --- /dev/null +++ b/northbound/daexim-offsite-backup/provider/src/test/resources/fileToZip1 @@ -0,0 +1 @@ +Lorem ipsum. \ No newline at end of file diff --git a/northbound/daexim-offsite-backup/provider/src/test/resources/fileToZip2 b/northbound/daexim-offsite-backup/provider/src/test/resources/fileToZip2 new file mode 100644 index 000000000..c7ef4260e --- /dev/null +++ b/northbound/daexim-offsite-backup/provider/src/test/resources/fileToZip2 @@ -0,0 +1 @@ +Lorem ipsum. \ No newline at end of file diff --git a/northbound/dataChange/installer/pom.xml b/northbound/dataChange/installer/pom.xml index 60217baa6..74c131b55 100755 --- a/northbound/dataChange/installer/pom.xml +++ b/northbound/dataChange/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound dataChange-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-northbound :: dataChange :: ${project.artifactId} diff --git a/northbound/dataChange/model/pom.xml b/northbound/dataChange/model/pom.xml index bce47e949..b006fffb5 100755 --- a/northbound/dataChange/model/pom.xml +++ b/northbound/dataChange/model/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound dataChange-model - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-northbound :: dataChange :: ${project.artifactId} diff --git a/northbound/dataChange/pom.xml b/northbound/dataChange/pom.xml index 6110bdf1d..d8642bcd3 100755 --- a/northbound/dataChange/pom.xml +++ b/northbound/dataChange/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound dataChange - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-northbound :: dataChange diff --git a/northbound/dataChange/provider/pom.xml b/northbound/dataChange/provider/pom.xml index cdefb5437..70c9b0e45 100755 --- a/northbound/dataChange/provider/pom.xml +++ b/northbound/dataChange/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound dataChange-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-northbound :: dataChange :: ${project.artifactId} diff --git a/northbound/dmaap-listener/lib/anr-changes-from-policy-to-sdnr.map b/northbound/dmaap-listener/lib/anr-changes-from-policy-to-sdnr.map new file mode 100644 index 000000000..5cd2b8371 --- /dev/null +++ b/northbound/dmaap-listener/lib/anr-changes-from-policy-to-sdnr.map @@ -0,0 +1,5 @@ +# SDN-C URL +SDNC.endpoint => SLI-API:execute-graph + +# Field mapping +SDNC.template => anr-pci-changes-from-policy-to-sdnr.vt diff --git a/northbound/dmaap-listener/lib/anr-pci-changes-from-policy-to-sdnr.vt b/northbound/dmaap-listener/lib/anr-pci-changes-from-policy-to-sdnr.vt new file mode 100644 index 000000000..1ded88dc7 --- /dev/null +++ b/northbound/dmaap-listener/lib/anr-pci-changes-from-policy-to-sdnr.vt @@ -0,0 +1,8 @@ +{ + "input": { + "module-name": "oofpcipoc-api", + "rpc-name": "$rpc_name", + "mode": "sync", + "sli-parameter": $sli_parameters + } +} diff --git a/northbound/dmaap-listener/lib/edgeRouterStatusChange.map b/northbound/dmaap-listener/lib/edgeRouterStatusChange.map new file mode 100644 index 000000000..fa5ff0784 --- /dev/null +++ b/northbound/dmaap-listener/lib/edgeRouterStatusChange.map @@ -0,0 +1,44 @@ +# SDN-C URL +SDNC.endpoint => FLOWRED-API:process-edge-router-status-change + +# Field mapping +equip_id => equip_id +ptnii_equip_name => equip-name +equip_type.equip_type => equip-type +ip_addr => loopback0 +router_prov_status => prov-status +country.region => region +country_abbr => country +equip_name_code => equip-name-code +as_number => as-number +loopback1 => loopback1 +loopback2 => loopback2 +loopback3 => loopback3 +loopback40 => loopback40 +loopback65535 => loopback65535 +inms_list => inms-list +encrypted_access_flag => encrypted-access-flag +sw_name => sw-name +nmipaddr => nm-addr +function_code => function-code + +EquipmentId => equip-id +PTNIIEquipmentName => equip-name +EquipmentType => equip-type +Loopback0 => loopback0 +RouterStatus => prov-status +Region => region +CountryAbbreviation => country +EquipmentNameCode => equip-name-code +ASNumber => as-number +SoftwareName => sw-name +NetworkManagementIPAddress => nm-addr +FunctionCode => function-code +Loopback1 => loopback1 +Loopback2 => loopback2 +Loopback3 => loopback3 +Loopback40 => loopback40 +Loopback65535 => loopback65535 +InmsList => inms-list +EncryptedAccessFlag => encrypted-access-flag + diff --git a/northbound/dmaap-listener/lib/esr-thirdparty-sdnc.map b/northbound/dmaap-listener/lib/esr-thirdparty-sdnc.map new file mode 100644 index 000000000..603645ebe --- /dev/null +++ b/northbound/dmaap-listener/lib/esr-thirdparty-sdnc.map @@ -0,0 +1,5 @@ +# SDN-C URL +SDNC.endpoint => DataChange:data-change-notification + +# Field mapping +SDNC.template => template-esr-thirdparty-sdnc.vt diff --git a/northbound/dmaap-listener/lib/generic-vnf.map b/northbound/dmaap-listener/lib/generic-vnf.map new file mode 100644 index 000000000..bc375eb28 --- /dev/null +++ b/northbound/dmaap-listener/lib/generic-vnf.map @@ -0,0 +1,5 @@ +# SDN-C URL +SDNC.endpoint => config-selfservice-api:notification-callback + +# Field mapping +SDNC.template => template-generic-vnf.vt diff --git a/northbound/dmaap-listener/lib/input.map b/northbound/dmaap-listener/lib/input.map new file mode 100644 index 000000000..9ae9bf6e8 --- /dev/null +++ b/northbound/dmaap-listener/lib/input.map @@ -0,0 +1 @@ +SDNC \ No newline at end of file diff --git a/northbound/dmaap-listener/lib/log4j2.xml b/northbound/dmaap-listener/lib/log4j2.xml new file mode 100644 index 000000000..01ee93714 --- /dev/null +++ b/northbound/dmaap-listener/lib/log4j2.xml @@ -0,0 +1,26 @@ + + + + + $${env:LOGDIR:-logs} + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/northbound/dmaap-listener/lib/pci-changes-from-policy-to-sdnr.map b/northbound/dmaap-listener/lib/pci-changes-from-policy-to-sdnr.map new file mode 100644 index 000000000..5cd2b8371 --- /dev/null +++ b/northbound/dmaap-listener/lib/pci-changes-from-policy-to-sdnr.map @@ -0,0 +1,5 @@ +# SDN-C URL +SDNC.endpoint => SLI-API:execute-graph + +# Field mapping +SDNC.template => anr-pci-changes-from-policy-to-sdnr.vt diff --git a/northbound/dmaap-listener/lib/preferredRoute.txt b/northbound/dmaap-listener/lib/preferredRoute.txt new file mode 100644 index 000000000..662b0aa7d --- /dev/null +++ b/northbound/dmaap-listener/lib/preferredRoute.txt @@ -0,0 +1 @@ +preferredRouteKey=MR1 \ No newline at end of file diff --git a/northbound/dmaap-listener/lib/pserver.map b/northbound/dmaap-listener/lib/pserver.map new file mode 100644 index 000000000..8b3e463e7 --- /dev/null +++ b/northbound/dmaap-listener/lib/pserver.map @@ -0,0 +1,5 @@ +# SDN-C URL +SDNC.endpoint => config-selfservice-api:notification-callback + +# Field mapping +SDNC.template => template-pserver.vt diff --git a/northbound/dmaap-listener/lib/template-esr-thirdparty-sdnc.vt b/northbound/dmaap-listener/lib/template-esr-thirdparty-sdnc.vt new file mode 100644 index 000000000..225fce026 --- /dev/null +++ b/northbound/dmaap-listener/lib/template-esr-thirdparty-sdnc.vt @@ -0,0 +1,100 @@ +{ + "DataChange:input": { + "DataChange:aai-node-type": "$entitytype", + "DataChange:selflink": "$entitylink", + "DataChange:aai-event-id": "$id", + "DataChange:aai-event-trigger": "$action", + "DataChange:key-data": [{ + "DataChange:key-name": "thirdparty-sdnc-id", + "DataChange:key-value": "$thirdpartysdncid" + }, + { + "DataChange:key-name": "resource-version", + "DataChange:key-value": "$resourceversion" + }, + { + "DataChange:key-name": "location", + "DataChange:key-value": "$location" + }, + { + "DataChange:key-name": "product-name", + "DataChange:key-value": "$productname" + }, + { + "DataChange:key-name": "esr-system-info-id", + "DataChange:key-value": "$esrsysteminfoid" + }, + { + "DataChange:key-name": "system-type", + "DataChange:key-value": "$systemtype" + }, + { + "DataChange:key-name": "service-url", + "DataChange:key-value": "$serviceurl" + }, + { + "DataChange:key-name": "ssl-cacert", + "DataChange:key-value": "$sslcacert" + }, + { + "DataChange:key-name": "type", + "DataChange:key-value": "$type" + }, + { + "DataChange:key-name": "ssl-insecure", + "DataChange:key-value": "$sslinsecure" + }, + { + "DataChange:key-name": "system-status", + "DataChange:key-value": "$systemstatus" + }, + { + "DataChange:key-name": "version", + "DataChange:key-value": "$version" + }, + { + "DataChange:key-name": "passive", + "DataChange:key-value": "$passive" + }, + { + "DataChange:key-name": "password", + "DataChange:key-value": "$password" + }, + { + "DataChange:key-name": "protocol", + "DataChange:key-value": "$protocol" + }, + { + "DataChange:key-name": "ip-address", + "DataChange:key-value": "$ipaddress" + }, + { + "DataChange:key-name": "cloud-domain", + "DataChange:key-value": "$clouddomain" + }, + { + "DataChange:key-name": "user-name", + "DataChange:key-value": "$username" + }, + { + "DataChange:key-name": "system-name", + "DataChange:key-value": "$systemname" + }, + { + "DataChange:key-name": "port", + "DataChange:key-value": "$port" + }, + { + "DataChange:key-name": "vendor", + "DataChange:key-value": "$vendor" + }, + { + "DataChange:key-name": "remote-path", + "DataChange:key-value": "$remotepath" + }, + { + "DataChange:key-name": "default-tenant", + "DataChange:key-value": "$defaulttenant" + }] + } +} diff --git a/northbound/dmaap-listener/lib/template-generic-vnf.vt b/northbound/dmaap-listener/lib/template-generic-vnf.vt new file mode 100644 index 000000000..d57c9a0a4 --- /dev/null +++ b/northbound/dmaap-listener/lib/template-generic-vnf.vt @@ -0,0 +1,11 @@ +{ + "input": { + "common-header": { + "request-id": "$req_id", + "timestamp": "$curr_time", + "originator-id": "AAI", + "api-ver": "2.00" + }, + "payload": $full_message + } +} \ No newline at end of file diff --git a/northbound/dmaap-listener/lib/template-pserver.vt b/northbound/dmaap-listener/lib/template-pserver.vt new file mode 100644 index 000000000..d57c9a0a4 --- /dev/null +++ b/northbound/dmaap-listener/lib/template-pserver.vt @@ -0,0 +1,11 @@ +{ + "input": { + "common-header": { + "request-id": "$req_id", + "timestamp": "$curr_time", + "originator-id": "AAI", + "api-ver": "2.00" + }, + "payload": $full_message + } +} \ No newline at end of file diff --git a/northbound/dmaap-listener/pom.xml b/northbound/dmaap-listener/pom.xml index 65e43886c..664c8cc47 100755 --- a/northbound/dmaap-listener/pom.xml +++ b/northbound/dmaap-listener/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.northbound dmaap-listener - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT jar ccsdk-sli-northbound :: dmaap-listener diff --git a/northbound/features/ccsdk-asdcApi/pom.xml b/northbound/features/ccsdk-asdcApi/pom.xml index a744c4a08..951c8a792 100644 --- a/northbound/features/ccsdk-asdcApi/pom.xml +++ b/northbound/features/ccsdk-asdcApi/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound ccsdk-asdcApi - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-northbound :: asdcApi :: ${project.artifactId} diff --git a/northbound/features/ccsdk-daexim-offsite-backup/pom.xml b/northbound/features/ccsdk-daexim-offsite-backup/pom.xml index 6f57b66ea..b7ce893ac 100644 --- a/northbound/features/ccsdk-daexim-offsite-backup/pom.xml +++ b/northbound/features/ccsdk-daexim-offsite-backup/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound ccsdk-daexim-offsite-backup - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-northbound :: daexim-offsite-backup :: ${project.artifactId} diff --git a/northbound/features/ccsdk-dataChange/pom.xml b/northbound/features/ccsdk-dataChange/pom.xml index ada12eccc..a39d456bd 100644 --- a/northbound/features/ccsdk-dataChange/pom.xml +++ b/northbound/features/ccsdk-dataChange/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound ccsdk-dataChange - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-northbound :: dataChange :: ${project.artifactId} diff --git a/northbound/features/ccsdk-lcm/pom.xml b/northbound/features/ccsdk-lcm/pom.xml index 013786d24..b4869bf71 100644 --- a/northbound/features/ccsdk-lcm/pom.xml +++ b/northbound/features/ccsdk-lcm/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound ccsdk-lcm - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-northbound :: lcm :: ${project.artifactId} diff --git a/northbound/features/ccsdk-sli-northbound-all/pom.xml b/northbound/features/ccsdk-sli-northbound-all/pom.xml index fc7081fbc..80d68d99b 100644 --- a/northbound/features/ccsdk-sli-northbound-all/pom.xml +++ b/northbound/features/ccsdk-sli-northbound-all/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound ccsdk-sli-northbound-all - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-northbound :: features :: ${project.artifactId} diff --git a/northbound/features/features-sli-northbound/pom.xml b/northbound/features/features-sli-northbound/pom.xml index 37f961b9e..95671fc25 100644 --- a/northbound/features/features-sli-northbound/pom.xml +++ b/northbound/features/features-sli-northbound/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound features-sli-northbound - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-northbound :: features :: ${project.artifactId} diff --git a/northbound/features/installer/pom.xml b/northbound/features/installer/pom.xml index b87f855b8..be23e6011 100755 --- a/northbound/features/installer/pom.xml +++ b/northbound/features/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound slinorthbound-features-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-northbound :: features :: ${project.artifactId} diff --git a/northbound/features/pom.xml b/northbound/features/pom.xml index 88a4cbbec..69825084f 100755 --- a/northbound/features/pom.xml +++ b/northbound/features/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound slinorthbound-feature-aggregator - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-northbound :: features diff --git a/northbound/lcm/installer/pom.xml b/northbound/lcm/installer/pom.xml index 75bc22ac4..3601a3188 100755 --- a/northbound/lcm/installer/pom.xml +++ b/northbound/lcm/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound lcm-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-northbound :: lcm :: ${project.artifactId} diff --git a/northbound/lcm/model/pom.xml b/northbound/lcm/model/pom.xml index 916345f68..f467200e0 100755 --- a/northbound/lcm/model/pom.xml +++ b/northbound/lcm/model/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound lcm-model - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-northbound :: lcm :: ${project.artifactId} diff --git a/northbound/lcm/pom.xml b/northbound/lcm/pom.xml index e210b2451..b0898e4bd 100755 --- a/northbound/lcm/pom.xml +++ b/northbound/lcm/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound lcm - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-northbound :: lcm diff --git a/northbound/lcm/provider/pom.xml b/northbound/lcm/provider/pom.xml index 03f34e6ba..9f7aae85c 100755 --- a/northbound/lcm/provider/pom.xml +++ b/northbound/lcm/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound lcm-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-northbound :: lcm :: ${project.artifactId} diff --git a/northbound/pom.xml b/northbound/pom.xml new file mode 100644 index 000000000..a67afc542 --- /dev/null +++ b/northbound/pom.xml @@ -0,0 +1,146 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 2.1.0 + + + org.onap.ccsdk.sli.northbound + ccsdk-sli-northbound + 1.2.0-SNAPSHOT + pom + + ccsdk-sli-northbound + The SDN-C Northbound APIs repo contains code for northbound API adaptors, typically MD-SAL applications + https://wiki.onap.org + + ONAP + + + + asdcApi + dataChange + lcm + dmaap-listener + ueb-listener + daexim-offsite-backup + features + artifacts + + + + scm:git:ssh://git@${onap.git.host}/sdnc-northbound.git + + scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-northbound.git + ${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-northbound/browse + + + JIRA + https://jira.onap.org/ + + + Jenkins + https://jenkins.onap.org/ + + + + sdnc-javadoc + dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version} + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + false + + + + + + + + blackduck + + + blackduck-scan + + + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + + + + + + + dependency-list + + + + com.github.ferstl + depgraph-maven-plugin + + + validate + false + + aggregate + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + false + + attach-artifact + + + + + ${dependency-list.file} + txt + dependencies + + + + + + + + + + + diff --git a/northbound/ueb-listener/pom.xml b/northbound/ueb-listener/pom.xml index 9e04efb07..81898a53d 100755 --- a/northbound/ueb-listener/pom.xml +++ b/northbound/ueb-listener/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.northbound ueb-listener - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT jar ccsdk-sli-northbound :: ueb-listener diff --git a/plugins/artifacts/pom.xml b/plugins/artifacts/pom.xml index fd52035b6..c57b93800 100755 --- a/plugins/artifacts/pom.xml +++ b/plugins/artifacts/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins sli-plugins-artifacts - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: sli-plugins-artifacts diff --git a/plugins/features/ccsdk-gr-toolkit/pom.xml b/plugins/features/ccsdk-gr-toolkit/pom.xml index 21464ef94..5767bccc9 100644 --- a/plugins/features/ccsdk-gr-toolkit/pom.xml +++ b/plugins/features/ccsdk-gr-toolkit/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-gr-toolkit - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId} diff --git a/plugins/features/ccsdk-properties-node/pom.xml b/plugins/features/ccsdk-properties-node/pom.xml index e11366986..a1e30a949 100644 --- a/plugins/features/ccsdk-properties-node/pom.xml +++ b/plugins/features/ccsdk-properties-node/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-properties-node - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-plugins :: properties-node :: ${project.artifactId} diff --git a/plugins/features/ccsdk-restapi-call-node/pom.xml b/plugins/features/ccsdk-restapi-call-node/pom.xml index c5dcf096e..6566af7b8 100644 --- a/plugins/features/ccsdk-restapi-call-node/pom.xml +++ b/plugins/features/ccsdk-restapi-call-node/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-restapi-call-node - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId} diff --git a/plugins/features/ccsdk-restconf-client/pom.xml b/plugins/features/ccsdk-restconf-client/pom.xml index 3d2e6d0e8..1ebfa6d83 100644 --- a/plugins/features/ccsdk-restconf-client/pom.xml +++ b/plugins/features/ccsdk-restconf-client/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-restconf-client - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-plugins :: restconf-client :: ${project.artifactId} diff --git a/plugins/features/ccsdk-sli-plugins-all/pom.xml b/plugins/features/ccsdk-sli-plugins-all/pom.xml index fb73584f5..7533aa808 100644 --- a/plugins/features/ccsdk-sli-plugins-all/pom.xml +++ b/plugins/features/ccsdk-sli-plugins-all/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-sli-plugins-all - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/ccsdk-sshapi-call-node/pom.xml b/plugins/features/ccsdk-sshapi-call-node/pom.xml index 0441c12cd..2e0436cf2 100644 --- a/plugins/features/ccsdk-sshapi-call-node/pom.xml +++ b/plugins/features/ccsdk-sshapi-call-node/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-sshapi-call-node - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-plugins :: sshapi-call-node :: ${project.artifactId} diff --git a/plugins/features/ccsdk-template-node/pom.xml b/plugins/features/ccsdk-template-node/pom.xml index 4c6721643..4deb5362c 100644 --- a/plugins/features/ccsdk-template-node/pom.xml +++ b/plugins/features/ccsdk-template-node/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins ccsdk-template-node - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-plugins :: template-node :: ${project.artifactId} diff --git a/plugins/features/features-sli-plugins/pom.xml b/plugins/features/features-sli-plugins/pom.xml index f91c1bd56..848828b3c 100644 --- a/plugins/features/features-sli-plugins/pom.xml +++ b/plugins/features/features-sli-plugins/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins features-sli-plugins - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT feature ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/installer/pom.xml b/plugins/features/installer/pom.xml index f58851eca..0ef6a107e 100755 --- a/plugins/features/installer/pom.xml +++ b/plugins/features/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins sliplugins-features-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: features :: ${project.artifactId} diff --git a/plugins/features/pom.xml b/plugins/features/pom.xml index e95874196..a7c8ffa69 100755 --- a/plugins/features/pom.xml +++ b/plugins/features/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins sliplugins-feature-aggregator - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: features diff --git a/plugins/grToolkit/installer/pom.xml b/plugins/grToolkit/installer/pom.xml index d0392a65d..b7a48e80f 100755 --- a/plugins/grToolkit/installer/pom.xml +++ b/plugins/grToolkit/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins gr-toolkit-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId} diff --git a/plugins/grToolkit/model/pom.xml b/plugins/grToolkit/model/pom.xml index 5d518d744..1b3ce6802 100755 --- a/plugins/grToolkit/model/pom.xml +++ b/plugins/grToolkit/model/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins gr-toolkit-model - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId} diff --git a/plugins/grToolkit/pom.xml b/plugins/grToolkit/pom.xml index 499876b3b..8e264c476 100755 --- a/plugins/grToolkit/pom.xml +++ b/plugins/grToolkit/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins gr-toolkit - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: gr-toolkit diff --git a/plugins/grToolkit/provider/pom.xml b/plugins/grToolkit/provider/pom.xml index 2fc981b46..035d6830a 100755 --- a/plugins/grToolkit/provider/pom.xml +++ b/plugins/grToolkit/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.plugins gr-toolkit-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId} diff --git a/plugins/pom.xml b/plugins/pom.xml new file mode 100755 index 000000000..11027f22a --- /dev/null +++ b/plugins/pom.xml @@ -0,0 +1,144 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 2.1.0 + + + org.onap.ccsdk.sli.plugins + ccsdk-sli-plugins + 1.2.0-SNAPSHOT + pom + + ccsdk-sli-plugins + CCSDK Java Plugins + https://wiki.onap.org + + ONAP + + + + properties-node + restapi-call-node + sshapi-call-node + restconf-client + template-node + grToolkit + features + artifacts + + + + scm:git:ssh://git@${onap.git.host}/ccsdk/sli/plugins.git + scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/ccsdk/sli/plugins.git + ${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/ccsdk/sli/plugins/browse + HEAD + + + JIRA + https://jira.onap.org/ + + + Jenkins + https://jenkins.onap.org + + + + sdnc-javadoc + dav:https://${onap.nexus.host}/content/sites/site/org/onap/sdnc/plugins/${project.artifactId}/${project.version} + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + false + + + + + + + + blackduck + + + blackduck-scan + + + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + + + + dependency-list + + + + com.github.ferstl + depgraph-maven-plugin + + + validate + false + + aggregate + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + false + + attach-artifact + + + + + ${dependency-list.file} + txt + dependencies + + + + + + + + + + + diff --git a/plugins/properties-node/installer/pom.xml b/plugins/properties-node/installer/pom.xml index 4dc62faae..a2f1a8522 100755 --- a/plugins/properties-node/installer/pom.xml +++ b/plugins/properties-node/installer/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins properties-node-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: properties-node :: ${project.artifactId} diff --git a/plugins/properties-node/pom.xml b/plugins/properties-node/pom.xml index 71fffe4d3..ae9b4d37b 100755 --- a/plugins/properties-node/pom.xml +++ b/plugins/properties-node/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins properties-node - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: properties-node diff --git a/plugins/properties-node/provider/pom.xml b/plugins/properties-node/provider/pom.xml index fdfb4b3cb..8f0b80551 100755 --- a/plugins/properties-node/provider/pom.xml +++ b/plugins/properties-node/provider/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins properties-node-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-plugins :: properties-node :: ${project.artifactId} diff --git a/plugins/restapi-call-node/installer/pom.xml b/plugins/restapi-call-node/installer/pom.xml index fbf2cff60..51f3a3d2f 100755 --- a/plugins/restapi-call-node/installer/pom.xml +++ b/plugins/restapi-call-node/installer/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins restapi-call-node-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId} diff --git a/plugins/restapi-call-node/pom.xml b/plugins/restapi-call-node/pom.xml index c5b753305..faac0884a 100755 --- a/plugins/restapi-call-node/pom.xml +++ b/plugins/restapi-call-node/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins restapi-call-node - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: restapi-call-node diff --git a/plugins/restapi-call-node/provider/pom.xml b/plugins/restapi-call-node/provider/pom.xml index 89711519a..750915ca3 100755 --- a/plugins/restapi-call-node/provider/pom.xml +++ b/plugins/restapi-call-node/provider/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins restapi-call-node-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId} 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} diff --git a/plugins/sshapi-call-node/installer/pom.xml b/plugins/sshapi-call-node/installer/pom.xml index de7509dbc..a91212acd 100755 --- a/plugins/sshapi-call-node/installer/pom.xml +++ b/plugins/sshapi-call-node/installer/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins sshapi-call-node-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: sshapi-call-node :: ${project.artifactId} diff --git a/plugins/sshapi-call-node/pom.xml b/plugins/sshapi-call-node/pom.xml index a9dc52e4b..d55046f3e 100755 --- a/plugins/sshapi-call-node/pom.xml +++ b/plugins/sshapi-call-node/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins sshapi-call-node - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: sshapi-call-node diff --git a/plugins/sshapi-call-node/provider/pom.xml b/plugins/sshapi-call-node/provider/pom.xml index 49bceb122..df234194e 100755 --- a/plugins/sshapi-call-node/provider/pom.xml +++ b/plugins/sshapi-call-node/provider/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins sshapi-call-node-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-plugins :: sshapi-call-node :: ${project.artifactId} diff --git a/plugins/template-node/installer/pom.xml b/plugins/template-node/installer/pom.xml index c6ed6312f..d3dc569df 100644 --- a/plugins/template-node/installer/pom.xml +++ b/plugins/template-node/installer/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins template-node-installer - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-sli-plugins :: template-node :: ${project.artifactId} diff --git a/plugins/template-node/pom.xml b/plugins/template-node/pom.xml index 615c5d348..2dbbe5e70 100644 --- a/plugins/template-node/pom.xml +++ b/plugins/template-node/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins template-node - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT pom diff --git a/plugins/template-node/provider/pom.xml b/plugins/template-node/provider/pom.xml index d7bc54fc6..d71781752 100644 --- a/plugins/template-node/provider/pom.xml +++ b/plugins/template-node/provider/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.plugins template-node-provider - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT bundle ccsdk-sli-plugins :: template-node :: ${project.artifactId} diff --git a/pom.xml b/pom.xml index 1c9b9c80d..4f335c8ec 100755 --- a/pom.xml +++ b/pom.xml @@ -1,123 +1,126 @@ - 4.0.0 + 4.0.0 - - org.onap.ccsdk.parent - oparent - 2.1.0-SNAPSHOT - - + + org.onap.ccsdk.parent + oparent + 2.1.0-SNAPSHOT + + - org.onap.ccsdk.sli - ccsdk-sli - 1.1.1-SNAPSHOT - pom + org.onap.ccsdk.sli + ccsdk-sli + 1.2.0-SNAPSHOT + pom - ccsdk-sli - Service Logic Interpreter - https://wiki.onap.org - - ONAP - + ccsdk-sli + Service Logic Interpreter + https://wiki.onap.org + + ONAP + - - + + core + adaptors + northbound + plugins + - - scm:git:ssh://git@${onap.git.host}/sdnc-code.git - scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sli.git - ${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sli/browse - sli-1.1.0 - - - - ecomp-site - dav:${onap.nexus.url}/${sitePath} - - + + scm:git:ssh://git@${onap.git.host}/sdnc-code.git + scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sli.git + ${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sli/browse + sli-1.1.0 + + + + ecomp-site + dav:${onap.nexus.url}/${sitePath} + + - - content/sites/site/org/onap/ccsdk/sli/${project.version}/ - + + content/sites/site/org/onap/ccsdk/sli/${project.version}/ + - - - blackduck - - - blackduck-scan - - - - - - com.blackducksoftware.integration - hub-maven-plugin - 1.4.0 - false - - ${project.name} - ${project.basedir} - - - - create-bdio-file - package - - createHubOutput - - - - - - + + + blackduck + + + blackduck-scan + + + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + - + - - dependency-list - - - - com.github.ferstl - depgraph-maven-plugin - - - validate - false - - aggregate - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - package - false - - attach-artifact - - - - - ${dependency-list.file} - txt - dependencies - - - - - - - - - - - + + dependency-list + + + + com.github.ferstl + depgraph-maven-plugin + + + validate + false + + aggregate + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + false + + attach-artifact + + + + + ${dependency-list.file} + txt + dependencies + + + + + + + + + + diff --git a/version.properties b/version.properties index 977efc0e3..24081890d 100644 --- a/version.properties +++ b/version.properties @@ -2,3 +2,14 @@ # Versioning variables # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support + + +release_name=1 +sprint_number=2 +feature_revision=0 + +base_version=${release_name}.${sprint_number}.${feature_revision} + +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT + -- cgit 1.2.3-korg