From 3cfaa0a6be945fc7cee2da44dc5c93ad1b122f17 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 16 Apr 2019 09:39:33 -0400 Subject: Upgrade apex-pdp 2.0.5 version For Casablanca Maintenance Release 3.0.2 - keystore upgrade. Issue-ID: POLICY-1649 Change-Id: I1e260a9689477bc605acec4dfe4e29c97136efd0 Signed-off-by: Pamela Dragosh --- auth/cli-codegen/pom.xml | 2 +- auth/cli-editor/pom.xml | 2 +- auth/pom.xml | 2 +- client/client-common/pom.xml | 2 +- client/client-deployment/pom.xml | 2 +- client/client-editor/pom.xml | 2 +- client/client-full/pom.xml | 2 +- client/client-monitoring/pom.xml | 2 +- client/pom.xml | 2 +- context/context-management/pom.xml | 2 +- context/context-test-utils/pom.xml | 2 +- context/pom.xml | 2 +- core/core-deployment/pom.xml | 2 +- core/core-engine/pom.xml | 2 +- core/core-infrastructure/pom.xml | 2 +- core/core-protocols/pom.xml | 2 +- core/pom.xml | 2 +- examples/examples-aadm/pom.xml | 2 +- examples/examples-adaptive/pom.xml | 2 +- examples/examples-decisionmaker/pom.xml | 2 +- examples/examples-myfirstpolicy/pom.xml | 2 +- examples/examples-onap-vcpe/pom.xml | 2 +- examples/examples-pcvs/pom.xml | 2 +- examples/examples-periodic/pom.xml | 2 +- examples/examples-servlet/pom.xml | 2 +- examples/pom.xml | 2 +- model/basic-model/pom.xml | 2 +- model/context-model/pom.xml | 2 +- model/engine-model/pom.xml | 2 +- model/event-model/pom.xml | 2 +- model/model-api/pom.xml | 2 +- model/policy-model/pom.xml | 2 +- model/pom.xml | 2 +- model/utilities/pom.xml | 2 +- packages/apex-pdp-docker/pom.xml | 2 +- packages/apex-pdp-package-full/pom.xml | 2 +- packages/pom.xml | 2 +- .../plugins-context-distribution-hazelcast/pom.xml | 2 +- .../plugins-context-distribution-infinispan/pom.xml | 2 +- plugins/plugins-context/plugins-context-distribution/pom.xml | 2 +- .../plugins-context-locking/plugins-context-locking-curator/pom.xml | 2 +- .../plugins-context-locking/plugins-context-locking-hazelcast/pom.xml | 2 +- plugins/plugins-context/plugins-context-locking/pom.xml | 2 +- plugins/plugins-context/plugins-context-persistence/pom.xml | 2 +- .../plugins-context-schema/plugins-context-schema-avro/pom.xml | 2 +- plugins/plugins-context/plugins-context-schema/pom.xml | 2 +- plugins/plugins-context/pom.xml | 2 +- .../plugins-event-carrier/plugins-event-carrier-jms/pom.xml | 2 +- .../plugins-event-carrier/plugins-event-carrier-kafka/pom.xml | 2 +- .../plugins-event-carrier/plugins-event-carrier-restclient/pom.xml | 2 +- .../plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml | 2 +- .../plugins-event-carrier/plugins-event-carrier-restserver/pom.xml | 2 +- .../plugins-event-carrier/plugins-event-carrier-websocket/pom.xml | 2 +- plugins/plugins-event/plugins-event-carrier/pom.xml | 2 +- .../plugins-event-protocol/plugins-event-protocol-jms/pom.xml | 2 +- .../plugins-event-protocol/plugins-event-protocol-xml/pom.xml | 2 +- .../plugins-event-protocol/plugins-event-protocol-yaml/pom.xml | 2 +- plugins/plugins-event/plugins-event-protocol/pom.xml | 2 +- plugins/plugins-event/pom.xml | 2 +- plugins/plugins-executor/plugins-executor-java/pom.xml | 2 +- plugins/plugins-executor/plugins-executor-javascript/pom.xml | 2 +- plugins/plugins-executor/plugins-executor-jruby/pom.xml | 2 +- plugins/plugins-executor/plugins-executor-jython/pom.xml | 2 +- plugins/plugins-executor/plugins-executor-mvel/pom.xml | 2 +- plugins/plugins-executor/pom.xml | 2 +- .../plugins-persistence-jpa/plugins-persistence-jpa-eclipselink/pom.xml | 2 +- .../plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml | 2 +- plugins/plugins-persistence/plugins-persistence-jpa/pom.xml | 2 +- plugins/plugins-persistence/pom.xml | 2 +- plugins/pom.xml | 2 +- pom.xml | 2 +- services/pom.xml | 2 +- services/services-engine/pom.xml | 2 +- testsuites/apex-pdp-stability/pom.xml | 2 +- testsuites/integration/integration-common/pom.xml | 2 +- testsuites/integration/integration-context-test/pom.xml | 2 +- testsuites/integration/integration-executor-test/pom.xml | 2 +- testsuites/integration/integration-uservice-test/pom.xml | 2 +- testsuites/integration/pom.xml | 2 +- testsuites/performance/performance-benchmark-test/pom.xml | 2 +- testsuites/performance/performance-context-metrics/pom.xml | 2 +- testsuites/performance/pom.xml | 2 +- testsuites/pom.xml | 2 +- tools/model-generator/pom.xml | 2 +- tools/pom.xml | 2 +- tools/simple-wsclient/pom.xml | 2 +- tools/tools-common/pom.xml | 2 +- version.properties | 2 +- 88 files changed, 88 insertions(+), 88 deletions(-) diff --git a/auth/cli-codegen/pom.xml b/auth/cli-codegen/pom.xml index 94be96ee1..b69b8aa0c 100644 --- a/auth/cli-codegen/pom.xml +++ b/auth/cli-codegen/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.auth auth - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT cli-codegen diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml index 8a8b415d6..129558a23 100644 --- a/auth/cli-editor/pom.xml +++ b/auth/cli-editor/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.auth auth - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT cli-editor diff --git a/auth/pom.xml b/auth/pom.xml index 18f17ba91..54ca28281 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.auth diff --git a/client/client-common/pom.xml b/client/client-common/pom.xml index 653e9153b..c95bdccf5 100644 --- a/client/client-common/pom.xml +++ b/client/client-common/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.client client - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT client-common diff --git a/client/client-deployment/pom.xml b/client/client-deployment/pom.xml index 58d1bb807..f8e43e168 100644 --- a/client/client-deployment/pom.xml +++ b/client/client-deployment/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.client client - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT client-deployment diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml index d13819101..d10b4694e 100644 --- a/client/client-editor/pom.xml +++ b/client/client-editor/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.client client - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT client-editor diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index 849d5835a..3598fa795 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.client client - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT client-full diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml index e42e7af40..49458875a 100644 --- a/client/client-monitoring/pom.xml +++ b/client/client-monitoring/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.client client - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT client-monitoring diff --git a/client/pom.xml b/client/pom.xml index 973cfdb00..c57a91e14 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.client diff --git a/context/context-management/pom.xml b/context/context-management/pom.xml index 83b7476c8..ea3896960 100644 --- a/context/context-management/pom.xml +++ b/context/context-management/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.context context - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT context-management diff --git a/context/context-test-utils/pom.xml b/context/context-test-utils/pom.xml index 9f7f9f583..22d96efad 100644 --- a/context/context-test-utils/pom.xml +++ b/context/context-test-utils/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.context context - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT context-test-utils diff --git a/context/pom.xml b/context/pom.xml index 29b76dd9c..4301f3695 100644 --- a/context/pom.xml +++ b/context/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.context diff --git a/core/core-deployment/pom.xml b/core/core-deployment/pom.xml index 33a067521..438034d76 100644 --- a/core/core-deployment/pom.xml +++ b/core/core-deployment/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.core core - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT core-deployment diff --git a/core/core-engine/pom.xml b/core/core-engine/pom.xml index bb11f5ac7..d2bf71762 100644 --- a/core/core-engine/pom.xml +++ b/core/core-engine/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.core core - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT core-engine diff --git a/core/core-infrastructure/pom.xml b/core/core-infrastructure/pom.xml index 6909933ed..77f8a7d2c 100644 --- a/core/core-infrastructure/pom.xml +++ b/core/core-infrastructure/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.core core - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT core-infrastructure diff --git a/core/core-protocols/pom.xml b/core/core-protocols/pom.xml index 5c32830ef..3b8b8a9d4 100644 --- a/core/core-protocols/pom.xml +++ b/core/core-protocols/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.core core - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT core-protocols diff --git a/core/pom.xml b/core/pom.xml index 9de35a47f..ef8068d87 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.core diff --git a/examples/examples-aadm/pom.xml b/examples/examples-aadm/pom.xml index 774ed5906..1c46666f5 100644 --- a/examples/examples-aadm/pom.xml +++ b/examples/examples-aadm/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.examples examples - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT examples-aadm diff --git a/examples/examples-adaptive/pom.xml b/examples/examples-adaptive/pom.xml index 6884d3383..bf5eace4c 100644 --- a/examples/examples-adaptive/pom.xml +++ b/examples/examples-adaptive/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.examples examples - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT examples-adaptive diff --git a/examples/examples-decisionmaker/pom.xml b/examples/examples-decisionmaker/pom.xml index ab392eadc..a0240504e 100644 --- a/examples/examples-decisionmaker/pom.xml +++ b/examples/examples-decisionmaker/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.examples examples - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT examples-decisionmaker diff --git a/examples/examples-myfirstpolicy/pom.xml b/examples/examples-myfirstpolicy/pom.xml index 2abf76ef9..a15e8d2cc 100644 --- a/examples/examples-myfirstpolicy/pom.xml +++ b/examples/examples-myfirstpolicy/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.examples examples - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT examples-myfirstpolicy diff --git a/examples/examples-onap-vcpe/pom.xml b/examples/examples-onap-vcpe/pom.xml index 2e1048c19..92e439481 100644 --- a/examples/examples-onap-vcpe/pom.xml +++ b/examples/examples-onap-vcpe/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.examples examples - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT examples-onap-vcpe diff --git a/examples/examples-pcvs/pom.xml b/examples/examples-pcvs/pom.xml index 7eaa38a8c..d25174caf 100644 --- a/examples/examples-pcvs/pom.xml +++ b/examples/examples-pcvs/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.examples examples - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT examples-pcvs diff --git a/examples/examples-periodic/pom.xml b/examples/examples-periodic/pom.xml index 0f61ad62c..51505bc10 100644 --- a/examples/examples-periodic/pom.xml +++ b/examples/examples-periodic/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.examples examples - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT examples-periodic diff --git a/examples/examples-servlet/pom.xml b/examples/examples-servlet/pom.xml index e4803ddbc..cb3aea7a3 100644 --- a/examples/examples-servlet/pom.xml +++ b/examples/examples-servlet/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.examples examples - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT examples-servlet diff --git a/examples/pom.xml b/examples/pom.xml index e0910e450..40ec29940 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.examples diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml index 3ef2f4631..9fb2af3b8 100644 --- a/model/basic-model/pom.xml +++ b/model/basic-model/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.model model - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT basic-model diff --git a/model/context-model/pom.xml b/model/context-model/pom.xml index cfb85e223..6a3b89880 100644 --- a/model/context-model/pom.xml +++ b/model/context-model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.model model - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT context-model diff --git a/model/engine-model/pom.xml b/model/engine-model/pom.xml index cf38eb9a6..4620d6ba9 100644 --- a/model/engine-model/pom.xml +++ b/model/engine-model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.model model - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT engine-model diff --git a/model/event-model/pom.xml b/model/event-model/pom.xml index 007639edd..f73ce8bd0 100644 --- a/model/event-model/pom.xml +++ b/model/event-model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.model model - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT event-model diff --git a/model/model-api/pom.xml b/model/model-api/pom.xml index 854852b45..1e9031afc 100644 --- a/model/model-api/pom.xml +++ b/model/model-api/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.model model - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT model-api diff --git a/model/policy-model/pom.xml b/model/policy-model/pom.xml index ff1989591..e82dc1e7f 100644 --- a/model/policy-model/pom.xml +++ b/model/policy-model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.model model - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT policy-model diff --git a/model/pom.xml b/model/pom.xml index 7428292e7..44a97e20c 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.model diff --git a/model/utilities/pom.xml b/model/utilities/pom.xml index bc7139b12..72bf0918f 100644 --- a/model/utilities/pom.xml +++ b/model/utilities/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.model model - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT utilities diff --git a/packages/apex-pdp-docker/pom.xml b/packages/apex-pdp-docker/pom.xml index fb9428232..d16dfe8ab 100644 --- a/packages/apex-pdp-docker/pom.xml +++ b/packages/apex-pdp-docker/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.packages packages - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT apex-pdp-docker diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml index 9bf00c83f..47f2ec97d 100644 --- a/packages/apex-pdp-package-full/pom.xml +++ b/packages/apex-pdp-package-full/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.packages packages - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT apex-pdp-package-full diff --git a/packages/pom.xml b/packages/pom.xml index 30df34d4b..725ed1df3 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.packages diff --git a/plugins/plugins-context/plugins-context-distribution/plugins-context-distribution-hazelcast/pom.xml b/plugins/plugins-context/plugins-context-distribution/plugins-context-distribution-hazelcast/pom.xml index dcf1958a6..6098c3f3f 100644 --- a/plugins/plugins-context/plugins-context-distribution/plugins-context-distribution-hazelcast/pom.xml +++ b/plugins/plugins-context/plugins-context-distribution/plugins-context-distribution-hazelcast/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-distribution plugins-context-distribution - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-context-distribution-hazelcast diff --git a/plugins/plugins-context/plugins-context-distribution/plugins-context-distribution-infinispan/pom.xml b/plugins/plugins-context/plugins-context-distribution/plugins-context-distribution-infinispan/pom.xml index 869c92eae..d8aa155c3 100644 --- a/plugins/plugins-context/plugins-context-distribution/plugins-context-distribution-infinispan/pom.xml +++ b/plugins/plugins-context/plugins-context-distribution/plugins-context-distribution-infinispan/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-distribution plugins-context-distribution - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-context-distribution-infinispan diff --git a/plugins/plugins-context/plugins-context-distribution/pom.xml b/plugins/plugins-context/plugins-context-distribution/pom.xml index 1c7dd8854..00462cfac 100644 --- a/plugins/plugins-context/plugins-context-distribution/pom.xml +++ b/plugins/plugins-context/plugins-context-distribution/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.plugins.plugins-context plugins-context - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-distribution diff --git a/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml b/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml index 1e1a620ec..b1264c899 100644 --- a/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml +++ b/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-locking plugins-context-locking - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-context-locking-curator diff --git a/plugins/plugins-context/plugins-context-locking/plugins-context-locking-hazelcast/pom.xml b/plugins/plugins-context/plugins-context-locking/plugins-context-locking-hazelcast/pom.xml index 2e9e38af3..e0f10a4cf 100644 --- a/plugins/plugins-context/plugins-context-locking/plugins-context-locking-hazelcast/pom.xml +++ b/plugins/plugins-context/plugins-context-locking/plugins-context-locking-hazelcast/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-locking plugins-context-locking - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-context-locking-hazelcast diff --git a/plugins/plugins-context/plugins-context-locking/pom.xml b/plugins/plugins-context/plugins-context-locking/pom.xml index 8efdf1ad6..17f5b150b 100644 --- a/plugins/plugins-context/plugins-context-locking/pom.xml +++ b/plugins/plugins-context/plugins-context-locking/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-context plugins-context - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-locking diff --git a/plugins/plugins-context/plugins-context-persistence/pom.xml b/plugins/plugins-context/plugins-context-persistence/pom.xml index 23b065c45..aac681a8e 100644 --- a/plugins/plugins-context/plugins-context-persistence/pom.xml +++ b/plugins/plugins-context/plugins-context-persistence/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-context plugins-context - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-persistence diff --git a/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml b/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml index 43399289e..fd4b33216 100644 --- a/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml +++ b/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-schema plugins-context-schema - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-context-schema-avro diff --git a/plugins/plugins-context/plugins-context-schema/pom.xml b/plugins/plugins-context/plugins-context-schema/pom.xml index 7bba138a6..aeef6f688 100644 --- a/plugins/plugins-context/plugins-context-schema/pom.xml +++ b/plugins/plugins-context/plugins-context-schema/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-context plugins-context - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-schema diff --git a/plugins/plugins-context/pom.xml b/plugins/plugins-context/pom.xml index 7d49299c9..33963f97e 100644 --- a/plugins/plugins-context/pom.xml +++ b/plugins/plugins-context/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins plugins - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.plugins.plugins-context diff --git a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/pom.xml b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/pom.xml index 5ac1633c0..52341b1c6 100644 --- a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/pom.xml +++ b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier plugins-event-carrier - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-event-carrier-jms diff --git a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml index 591032c10..3c3436d69 100644 --- a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml +++ b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier plugins-event-carrier - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-event-carrier-kafka diff --git a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restclient/pom.xml b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restclient/pom.xml index ebafb1ff6..e3db23397 100644 --- a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restclient/pom.xml +++ b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restclient/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier plugins-event-carrier - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-event-carrier-restclient diff --git a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml index d601118a4..820173951 100644 --- a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml +++ b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restrequestor/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier plugins-event-carrier - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-event-carrier-restrequestor diff --git a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restserver/pom.xml b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restserver/pom.xml index 945db9712..62aeb972b 100644 --- a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restserver/pom.xml +++ b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restserver/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier plugins-event-carrier - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-event-carrier-restserver diff --git a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-websocket/pom.xml b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-websocket/pom.xml index a5b12901b..b8b2d6bc1 100644 --- a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-websocket/pom.xml +++ b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-websocket/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier plugins-event-carrier - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-event-carrier-websocket diff --git a/plugins/plugins-event/plugins-event-carrier/pom.xml b/plugins/plugins-event/plugins-event-carrier/pom.xml index e5e1d5ca0..111f59c43 100644 --- a/plugins/plugins-event/plugins-event-carrier/pom.xml +++ b/plugins/plugins-event/plugins-event-carrier/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-event plugins-event - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier diff --git a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-jms/pom.xml b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-jms/pom.xml index 466e9e10e..be8d85a5d 100644 --- a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-jms/pom.xml +++ b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-jms/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-protocol plugins-event-protocol - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-event-protocol-jms diff --git a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml index def88aa30..abcde52ec 100644 --- a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml +++ b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-protocol plugins-event-protocol - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-event-protocol-xml diff --git a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml index 351b95277..71882efbf 100644 --- a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml +++ b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-protocol plugins-event-protocol - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-event-protocol-yaml diff --git a/plugins/plugins-event/plugins-event-protocol/pom.xml b/plugins/plugins-event/plugins-event-protocol/pom.xml index 02bdb0141..8f340f62e 100644 --- a/plugins/plugins-event/plugins-event-protocol/pom.xml +++ b/plugins/plugins-event/plugins-event-protocol/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-event plugins-event - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-protocol diff --git a/plugins/plugins-event/pom.xml b/plugins/plugins-event/pom.xml index c7a2d8f5b..601a21343 100644 --- a/plugins/plugins-event/pom.xml +++ b/plugins/plugins-event/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins plugins - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.plugins.plugins-event diff --git a/plugins/plugins-executor/plugins-executor-java/pom.xml b/plugins/plugins-executor/plugins-executor-java/pom.xml index c23141a2a..32921b27a 100644 --- a/plugins/plugins-executor/plugins-executor-java/pom.xml +++ b/plugins/plugins-executor/plugins-executor-java/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-executor plugins-executor - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-executor-java diff --git a/plugins/plugins-executor/plugins-executor-javascript/pom.xml b/plugins/plugins-executor/plugins-executor-javascript/pom.xml index 103c2b843..b50e5fe16 100644 --- a/plugins/plugins-executor/plugins-executor-javascript/pom.xml +++ b/plugins/plugins-executor/plugins-executor-javascript/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-executor plugins-executor - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-executor-javascript diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml index cf14d49ec..d1d7d4ac5 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-executor plugins-executor - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-executor-jruby diff --git a/plugins/plugins-executor/plugins-executor-jython/pom.xml b/plugins/plugins-executor/plugins-executor-jython/pom.xml index 05dff97dc..89d730f13 100644 --- a/plugins/plugins-executor/plugins-executor-jython/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jython/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-executor plugins-executor - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-executor-jython diff --git a/plugins/plugins-executor/plugins-executor-mvel/pom.xml b/plugins/plugins-executor/plugins-executor-mvel/pom.xml index 3faba4628..523d5d6a4 100644 --- a/plugins/plugins-executor/plugins-executor-mvel/pom.xml +++ b/plugins/plugins-executor/plugins-executor-mvel/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-executor plugins-executor - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-executor-mvel diff --git a/plugins/plugins-executor/pom.xml b/plugins/plugins-executor/pom.xml index 5cfcff542..454be0390 100644 --- a/plugins/plugins-executor/pom.xml +++ b/plugins/plugins-executor/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins plugins - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.plugins.plugins-executor diff --git a/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-eclipselink/pom.xml b/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-eclipselink/pom.xml index 6356f30d8..d7f09cac3 100644 --- a/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-eclipselink/pom.xml +++ b/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-eclipselink/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-persistence.plugins-persistence-jpa plugins-persistence-jpa - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-persistence-jpa-eclipselink ${project.artifactId} diff --git a/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml b/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml index 1242d038e..d0f1d6081 100644 --- a/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml +++ b/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-persistence.plugins-persistence-jpa plugins-persistence-jpa - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins-persistence-jpa-hibernate diff --git a/plugins/plugins-persistence/plugins-persistence-jpa/pom.xml b/plugins/plugins-persistence/plugins-persistence-jpa/pom.xml index 5110bd293..83c269513 100644 --- a/plugins/plugins-persistence/plugins-persistence-jpa/pom.xml +++ b/plugins/plugins-persistence/plugins-persistence-jpa/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-persistence plugins-persistence - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.plugins.plugins-persistence.plugins-persistence-jpa diff --git a/plugins/plugins-persistence/pom.xml b/plugins/plugins-persistence/pom.xml index f26535534..00e9d6b24 100644 --- a/plugins/plugins-persistence/pom.xml +++ b/plugins/plugins-persistence/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins plugins - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.plugins.plugins-persistence diff --git a/plugins/pom.xml b/plugins/pom.xml index 3ececc0ef..cb5e3b130 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.plugins diff --git a/pom.xml b/pom.xml index 4eb112bcd..6321f9381 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT pom policy-apex-pdp diff --git a/services/pom.xml b/services/pom.xml index cdf3db669..9704374d9 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.services diff --git a/services/services-engine/pom.xml b/services/services-engine/pom.xml index b6c80f3a9..9ec1af6af 100644 --- a/services/services-engine/pom.xml +++ b/services/services-engine/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.services services - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT services-engine diff --git a/testsuites/apex-pdp-stability/pom.xml b/testsuites/apex-pdp-stability/pom.xml index 4d9d2a2f3..ac2637de6 100644 --- a/testsuites/apex-pdp-stability/pom.xml +++ b/testsuites/apex-pdp-stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.testsuites testsuites - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.testsuites.stability diff --git a/testsuites/integration/integration-common/pom.xml b/testsuites/integration/integration-common/pom.xml index 7dfae8059..76aa2c968 100644 --- a/testsuites/integration/integration-common/pom.xml +++ b/testsuites/integration/integration-common/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.testsuites.integration integration - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT integration-common diff --git a/testsuites/integration/integration-context-test/pom.xml b/testsuites/integration/integration-context-test/pom.xml index 49a185603..0884045c1 100644 --- a/testsuites/integration/integration-context-test/pom.xml +++ b/testsuites/integration/integration-context-test/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.testsuites.integration integration - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT integration-context-test diff --git a/testsuites/integration/integration-executor-test/pom.xml b/testsuites/integration/integration-executor-test/pom.xml index 2173eb6f9..4d4c0c631 100644 --- a/testsuites/integration/integration-executor-test/pom.xml +++ b/testsuites/integration/integration-executor-test/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.testsuites.integration integration - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT integration-executor-test diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 1857e804b..0a95c4c23 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.testsuites.integration integration - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT integration-uservice-test diff --git a/testsuites/integration/pom.xml b/testsuites/integration/pom.xml index 720e308f9..0aaac714e 100644 --- a/testsuites/integration/pom.xml +++ b/testsuites/integration/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.testsuites testsuites - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.testsuites.integration diff --git a/testsuites/performance/performance-benchmark-test/pom.xml b/testsuites/performance/performance-benchmark-test/pom.xml index dd3af84c2..d4622b851 100644 --- a/testsuites/performance/performance-benchmark-test/pom.xml +++ b/testsuites/performance/performance-benchmark-test/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.testsuites.performance performance - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT performance-benchmark-test diff --git a/testsuites/performance/performance-context-metrics/pom.xml b/testsuites/performance/performance-context-metrics/pom.xml index ac657f784..1243dbccc 100644 --- a/testsuites/performance/performance-context-metrics/pom.xml +++ b/testsuites/performance/performance-context-metrics/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.testsuites.performance performance - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT performance-context-metrics diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index f389f11f7..78d781968 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.testsuites testsuites - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.testsuites.performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 57a3b17e3..cffc05f1a 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.testsuites diff --git a/tools/model-generator/pom.xml b/tools/model-generator/pom.xml index e61a2ffdf..ec58f7b19 100644 --- a/tools/model-generator/pom.xml +++ b/tools/model-generator/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.tools tools - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT model-generator diff --git a/tools/pom.xml b/tools/pom.xml index b21dad8bd..c9936b9b0 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT org.onap.policy.apex-pdp.tools diff --git a/tools/simple-wsclient/pom.xml b/tools/simple-wsclient/pom.xml index 871a4ec08..4109831da 100644 --- a/tools/simple-wsclient/pom.xml +++ b/tools/simple-wsclient/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.tools tools - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT simple-wsclient diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index dfc7582c2..3509f7b14 100644 --- a/tools/tools-common/pom.xml +++ b/tools/tools-common/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.tools tools - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT tools-common diff --git a/version.properties b/version.properties index dd104115e..99190ecd4 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=0 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg