From 949f47c7c2180bbf101df5234325f469db82848d Mon Sep 17 00:00:00 2001 From: jrh3 Date: Thu, 12 Sep 2019 10:00:24 -0400 Subject: Bump version in apex-pdp elalto Issue-ID: POLICY-2045 Signed-off-by: jrh3 Change-Id: I0294833626fcebb691dbc5fb80d27593bf7aa77b --- .gitreview | 1 + 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/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-bbs/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/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 +- services/services-onappf/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/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(+), 87 deletions(-) diff --git a/.gitreview b/.gitreview index 737fc8851..6d0cb6085 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=policy/apex-pdp.git +defaultbranch=elalto diff --git a/auth/cli-codegen/pom.xml b/auth/cli-codegen/pom.xml index 52305ad5b..67b87c22e 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT cli-codegen diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml index 89d641544..7c1b15420 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT cli-editor diff --git a/auth/pom.xml b/auth/pom.xml index 002fe980a..424eb3e52 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT org.onap.policy.apex-pdp.auth diff --git a/client/client-common/pom.xml b/client/client-common/pom.xml index 7009f5c65..b487364ba 100644 --- a/client/client-common/pom.xml +++ b/client/client-common/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.client client - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT client-common diff --git a/client/client-deployment/pom.xml b/client/client-deployment/pom.xml index 118d0870f..1e6433c00 100644 --- a/client/client-deployment/pom.xml +++ b/client/client-deployment/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.client client - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT client-deployment diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml index 88ffc0bf0..c88f9bb03 100644 --- a/client/client-editor/pom.xml +++ b/client/client-editor/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.client client - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT client-editor diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index 56d00dc20..6127985fa 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.client client - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT client-full diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml index 1b1ef5aa9..b7d0fcf5c 100644 --- a/client/client-monitoring/pom.xml +++ b/client/client-monitoring/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.client client - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT client-monitoring diff --git a/client/pom.xml b/client/pom.xml index 8f7efb2ee..402979a1e 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT org.onap.policy.apex-pdp.client diff --git a/context/context-management/pom.xml b/context/context-management/pom.xml index ee93a1525..614764150 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT context-management diff --git a/context/pom.xml b/context/pom.xml index 5d4e21c39..5a8ddcded 100644 --- a/context/pom.xml +++ b/context/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT org.onap.policy.apex-pdp.context diff --git a/core/core-deployment/pom.xml b/core/core-deployment/pom.xml index 6167d8218..f2b866980 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT core-deployment diff --git a/core/core-engine/pom.xml b/core/core-engine/pom.xml index 2344c961f..2ff4fdf6a 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT core-engine diff --git a/core/core-infrastructure/pom.xml b/core/core-infrastructure/pom.xml index a0e7059ba..f1d2bb6d6 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT core-infrastructure diff --git a/core/core-protocols/pom.xml b/core/core-protocols/pom.xml index b23b6b933..f9b5a6d5b 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT core-protocols diff --git a/core/pom.xml b/core/pom.xml index b80ca078f..63d1113a6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT org.onap.policy.apex-pdp.core diff --git a/examples/examples-aadm/pom.xml b/examples/examples-aadm/pom.xml index 6d28000c3..dc076a2b0 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT examples-aadm diff --git a/examples/examples-adaptive/pom.xml b/examples/examples-adaptive/pom.xml index d0268cc69..e72b641b0 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT examples-adaptive diff --git a/examples/examples-decisionmaker/pom.xml b/examples/examples-decisionmaker/pom.xml index 9ba6c173c..d1da3da91 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT examples-decisionmaker diff --git a/examples/examples-myfirstpolicy/pom.xml b/examples/examples-myfirstpolicy/pom.xml index cb4d43f32..d8dcf9abf 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT examples-myfirstpolicy diff --git a/examples/examples-onap-bbs/pom.xml b/examples/examples-onap-bbs/pom.xml index 551e34bbf..3ef6639b6 100644 --- a/examples/examples-onap-bbs/pom.xml +++ b/examples/examples-onap-bbs/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.examples examples - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT examples-onap-bbs diff --git a/examples/examples-onap-vcpe/pom.xml b/examples/examples-onap-vcpe/pom.xml index f688d3f43..815d2f8ef 100644 --- a/examples/examples-onap-vcpe/pom.xml +++ b/examples/examples-onap-vcpe/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.examples examples - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT examples-onap-vcpe diff --git a/examples/examples-pcvs/pom.xml b/examples/examples-pcvs/pom.xml index 3d41c8288..ec874286b 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT examples-pcvs diff --git a/examples/examples-periodic/pom.xml b/examples/examples-periodic/pom.xml index b74f5a1c8..3aa7d2d3d 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT examples-periodic diff --git a/examples/examples-servlet/pom.xml b/examples/examples-servlet/pom.xml index d22628fe3..32d13d44c 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT examples-servlet diff --git a/examples/pom.xml b/examples/pom.xml index 09f8c6f45..5faa15b12 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT org.onap.policy.apex-pdp.examples diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml index 0cd481434..1e1414a5d 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT basic-model diff --git a/model/context-model/pom.xml b/model/context-model/pom.xml index f31450725..165f0c893 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT context-model diff --git a/model/engine-model/pom.xml b/model/engine-model/pom.xml index 9c903867e..394105709 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT engine-model diff --git a/model/event-model/pom.xml b/model/event-model/pom.xml index d342cf106..db921b5fb 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT event-model diff --git a/model/model-api/pom.xml b/model/model-api/pom.xml index 188041a04..274ab7e9c 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT model-api diff --git a/model/policy-model/pom.xml b/model/policy-model/pom.xml index 275d4aed4..a2d7146d0 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT policy-model diff --git a/model/pom.xml b/model/pom.xml index e172c4656..a778f3b07 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT org.onap.policy.apex-pdp.model diff --git a/model/utilities/pom.xml b/model/utilities/pom.xml index a9537a3b6..f5e4fb0bc 100644 --- a/model/utilities/pom.xml +++ b/model/utilities/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.model model - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT utilities diff --git a/packages/apex-pdp-docker/pom.xml b/packages/apex-pdp-docker/pom.xml index 3050bdef8..10da68ffa 100644 --- a/packages/apex-pdp-docker/pom.xml +++ b/packages/apex-pdp-docker/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.packages packages - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT apex-pdp-docker diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml index 064ed7ea3..ce914d11b 100644 --- a/packages/apex-pdp-package-full/pom.xml +++ b/packages/apex-pdp-package-full/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.apex-pdp.packages packages - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT apex-pdp-package-full diff --git a/packages/pom.xml b/packages/pom.xml index e20664bdb..148f5aa63 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.2.2-SNAPSHOT + 2.2.3-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 98345b525..7643b4050 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.2.2-SNAPSHOT + 2.2.3-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 3af217468..4d84db38c 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.2.2-SNAPSHOT + 2.2.3-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 99d39a321..7d629f640 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.2.2-SNAPSHOT + 2.2.3-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 26c96ab56..e33c9b451 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 @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-locking plugins-context-locking - 2.2.2-SNAPSHOT + 2.2.3-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 e0f38008a..dec66eec6 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.2.2-SNAPSHOT + 2.2.3-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 07db40014..1920a4c4c 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.2.2-SNAPSHOT + 2.2.3-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 ebf362b74..b1ede5a30 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.2.2-SNAPSHOT + 2.2.3-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 ae1ca7172..9609411ce 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.2.2-SNAPSHOT + 2.2.3-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 510b5f49a..8d5417c22 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.2.2-SNAPSHOT + 2.2.3-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 c6cac81e0..dada73c48 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.2.2-SNAPSHOT + 2.2.3-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 f2e467269..cb024b17e 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.2.2-SNAPSHOT + 2.2.3-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 1a9ffb590..bb73cb758 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.2.2-SNAPSHOT + 2.2.3-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 4c91c265b..d185bab67 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.2.2-SNAPSHOT + 2.2.3-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 4876be13e..9b09b04a3 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.2.2-SNAPSHOT + 2.2.3-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 ffd9f4563..217443103 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.2.2-SNAPSHOT + 2.2.3-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 868eda2f3..fd8c1355d 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.2.2-SNAPSHOT + 2.2.3-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 40cb0e016..a627597f7 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.2.2-SNAPSHOT + 2.2.3-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 47e5b8e9d..ae89135dd 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.2.2-SNAPSHOT + 2.2.3-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 8349628b0..912f64dde 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.2.2-SNAPSHOT + 2.2.3-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 d563fb438..7743ca7a8 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.2.2-SNAPSHOT + 2.2.3-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 42ae5e45e..3b55a48a6 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.2.2-SNAPSHOT + 2.2.3-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 d4ed09920..3c3130d6f 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.2.2-SNAPSHOT + 2.2.3-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 5f711a704..5718da4cc 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.2.2-SNAPSHOT + 2.2.3-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 a565068b2..f3e8a0728 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.2.2-SNAPSHOT + 2.2.3-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 1966384c5..ff49350d4 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.2.2-SNAPSHOT + 2.2.3-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 d97ac4b32..377e4e515 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.2.2-SNAPSHOT + 2.2.3-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 016a62181..0201c10b5 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT plugins-executor-mvel diff --git a/plugins/plugins-executor/pom.xml b/plugins/plugins-executor/pom.xml index 59f1567ad..467810917 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.2.2-SNAPSHOT + 2.2.3-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 b7c0f5140..6e15f407b 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT plugins-persistence-jpa-eclipselink ${project.artifactId} diff --git a/plugins/plugins-persistence/plugins-persistence-jpa/pom.xml b/plugins/plugins-persistence/plugins-persistence-jpa/pom.xml index cb9f2a005..512b61036 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.2.2-SNAPSHOT + 2.2.3-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 84c91c11a..f91d7f823 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT org.onap.policy.apex-pdp.plugins.plugins-persistence diff --git a/plugins/pom.xml b/plugins/pom.xml index 15c1562ca..43bd7e6c9 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT org.onap.policy.apex-pdp.plugins diff --git a/pom.xml b/pom.xml index bcb4b0437..6d0bb01ed 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT pom policy-apex-pdp diff --git a/services/pom.xml b/services/pom.xml index e4d4638b1..57b79cb63 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT org.onap.policy.apex-pdp.services diff --git a/services/services-engine/pom.xml b/services/services-engine/pom.xml index 90adb1f06..631bddb97 100644 --- a/services/services-engine/pom.xml +++ b/services/services-engine/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.apex-pdp.services services - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT services-engine diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index 57814710b..e36391a19 100644 --- a/services/services-onappf/pom.xml +++ b/services/services-onappf/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.services services - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT services-onappf diff --git a/testsuites/apex-pdp-stability/pom.xml b/testsuites/apex-pdp-stability/pom.xml index 34691e88f..959d0b250 100644 --- a/testsuites/apex-pdp-stability/pom.xml +++ b/testsuites/apex-pdp-stability/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.testsuites testsuites - 2.2.2-SNAPSHOT + 2.2.3-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 7b2edefeb..553ef1e9a 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT integration-common diff --git a/testsuites/integration/integration-context-test/pom.xml b/testsuites/integration/integration-context-test/pom.xml index 5500e60b6..d068ecc58 100644 --- a/testsuites/integration/integration-context-test/pom.xml +++ b/testsuites/integration/integration-context-test/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.apex-pdp.testsuites.integration integration - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT integration-context-test diff --git a/testsuites/integration/integration-executor-test/pom.xml b/testsuites/integration/integration-executor-test/pom.xml index 289287f17..8f4917777 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT integration-executor-test diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 34fb2a9a9..3bf13db1c 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.testsuites.integration integration - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT integration-uservice-test diff --git a/testsuites/integration/pom.xml b/testsuites/integration/pom.xml index 53f5afb55..30670824c 100644 --- a/testsuites/integration/pom.xml +++ b/testsuites/integration/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.testsuites testsuites - 2.2.2-SNAPSHOT + 2.2.3-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 b849edbbb..09002d69d 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT performance-benchmark-test diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index da9cf15b5..43af526aa 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.testsuites testsuites - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT org.onap.policy.apex-pdp.testsuites.performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index ce77e42ef..0f2a77904 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT org.onap.policy.apex-pdp.testsuites diff --git a/tools/model-generator/pom.xml b/tools/model-generator/pom.xml index 16ddb769d..5a29ec3cb 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT model-generator diff --git a/tools/pom.xml b/tools/pom.xml index d81afd442..ea7c2b40c 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp apex-pdp - 2.2.2-SNAPSHOT + 2.2.3-SNAPSHOT org.onap.policy.apex-pdp.tools diff --git a/tools/simple-wsclient/pom.xml b/tools/simple-wsclient/pom.xml index 181f35703..d3dc39201 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT simple-wsclient diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index 177dffd13..16b4061c3 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.2.2-SNAPSHOT + 2.2.3-SNAPSHOT tools-common diff --git a/version.properties b/version.properties index 76584abcb..a7658aecb 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=2 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg