From 65b70190e0de9f7b6d173c918a7873b37ff66ea3 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 11 Sep 2019 10:50:54 -0700 Subject: Increment version to 1.6.3-SNAPSHOT Change-Id: I2b1b8329dbad5a8d6cc5ae96e8c44af1ab3d54ea Signed-off-by: Patrick Brady Issue-ID: APPC-1686 --- .../appc-command-executor/appc-command-executor-api/pom.xml | 2 +- .../appc-command-executor/appc-command-executor-core/pom.xml | 2 +- .../features-appc-command-executor/pom.xml | 2 +- .../appc-command-executor-features/onap-appc-command-executor/pom.xml | 2 +- .../appc-command-executor/appc-command-executor-features/pom.xml | 2 +- appc-dispatcher/appc-command-executor/pom.xml | 2 +- appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml | 4 ++-- appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml | 2 +- .../appc-dispatcher-common/execution-queue-management-lib/pom.xml | 2 +- .../appc-dispatcher-common/lock-manager-lib/lock-manager-api/pom.xml | 2 +- .../lock-manager-lib/lock-manager-features/pom.xml | 2 +- .../appc-dispatcher-common/lock-manager-lib/lock-manager-impl/pom.xml | 2 +- appc-dispatcher/appc-dispatcher-common/lock-manager-lib/pom.xml | 2 +- appc-dispatcher/appc-dispatcher-common/pom.xml | 2 +- appc-dispatcher/appc-dispatcher-common/ranking-framework-lib/pom.xml | 2 +- appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml | 2 +- appc-dispatcher/appc-dispatcher-features/pom.xml | 2 +- appc-dispatcher/appc-dispatcher-installer/pom.xml | 2 +- appc-dispatcher/appc-license-manager/appc-license-manager-api/pom.xml | 2 +- .../appc-license-manager/appc-license-manager-core/pom.xml | 2 +- .../features-appc-license-manager/pom.xml | 2 +- .../appc-license-manager-features/onap-appc-license-manager/pom.xml | 2 +- .../appc-license-manager/appc-license-manager-features/pom.xml | 2 +- appc-dispatcher/appc-license-manager/pom.xml | 2 +- appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml | 2 +- .../appc-request-handler/appc-request-handler-core/pom.xml | 2 +- .../features-appc-request-handler/pom.xml | 2 +- .../appc-request-handler-features/onap-appc-request-handler/pom.xml | 2 +- .../appc-request-handler/appc-request-handler-features/pom.xml | 2 +- appc-dispatcher/appc-request-handler/pom.xml | 2 +- .../appc-workflow-management/appc-workflow-management-api/pom.xml | 2 +- .../appc-workflow-management/appc-workflow-management-core/pom.xml | 2 +- .../features-appc-workflow-management/pom.xml | 2 +- .../onap-appc-workflow-management/pom.xml | 2 +- .../appc-workflow-management-features/pom.xml | 2 +- appc-dispatcher/appc-workflow-management/pom.xml | 2 +- appc-dispatcher/pom.xml | 2 +- 37 files changed, 38 insertions(+), 38 deletions(-) (limited to 'appc-dispatcher') diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml index 6705bf5b7..e3d4f968f 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml @@ -90,5 +90,5 @@ org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml index 2ccb65fe3..13f41df5e 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml @@ -140,5 +140,5 @@ org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-features/features-appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/features-appc-command-executor/pom.xml index b65ddd461..c3dcac273 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-features/features-appc-command-executor/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/features-appc-command-executor/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.appc features-appc-command-executor - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT feature diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml index 106ae3484..2abaafc43 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml @@ -31,7 +31,7 @@ limitations under the License. org.onap.appc onap-appc-command-executor - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT feature diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-features/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/pom.xml index 1b9f36e18..47b751a1c 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-features/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.appc appc-command-executor-feature-aggregator - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT pom diff --git a/appc-dispatcher/appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/pom.xml index 2b2b13b42..a27ef4d31 100644 --- a/appc-dispatcher/appc-command-executor/pom.xml +++ b/appc-dispatcher/appc-command-executor/pom.xml @@ -47,5 +47,5 @@ org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT diff --git a/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml index 98f3ffd7d..5b7f43405 100644 --- a/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml @@ -27,7 +27,7 @@ org.onap.appc appc-dispatcher-common - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT appc-data-access-lib @@ -114,5 +114,5 @@ - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT diff --git a/appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml index eed439aed..aba1b19f7 100644 --- a/appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml @@ -28,7 +28,7 @@ org.onap.appc appc-dispatcher-common - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT domain-model-lib bundle diff --git a/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml index 36e6b6a1a..04d743827 100644 --- a/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml @@ -28,7 +28,7 @@ org.onap.appc appc-dispatcher-common - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT execution-queue-management-lib diff --git a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-api/pom.xml b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-api/pom.xml index ca0080c8c..f79596740 100644 --- a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-api/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-api/pom.xml @@ -28,7 +28,7 @@ lock-manager-lib org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT lock-manager-api diff --git a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/pom.xml b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/pom.xml index 24924eb3e..bd2ad03a9 100644 --- a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/pom.xml @@ -28,7 +28,7 @@ lock-manager-lib org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT lock-manager-features diff --git a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-impl/pom.xml b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-impl/pom.xml index dd4339565..dcbd822f9 100644 --- a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-impl/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-impl/pom.xml @@ -28,7 +28,7 @@ lock-manager-lib org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT lock-manager-impl diff --git a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/pom.xml index fec811970..cdeb103af 100644 --- a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/pom.xml @@ -28,7 +28,7 @@ appc-dispatcher-common org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT lock-manager-lib APPC Lock Manager Lib diff --git a/appc-dispatcher/appc-dispatcher-common/pom.xml b/appc-dispatcher/appc-dispatcher-common/pom.xml index 5d0580572..663918469 100644 --- a/appc-dispatcher/appc-dispatcher-common/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/pom.xml @@ -28,7 +28,7 @@ org.onap.appc appc-dispatcher - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT appc-dispatcher-common diff --git a/appc-dispatcher/appc-dispatcher-common/ranking-framework-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/ranking-framework-lib/pom.xml index 96bf18835..0a9d8fe34 100644 --- a/appc-dispatcher/appc-dispatcher-common/ranking-framework-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/ranking-framework-lib/pom.xml @@ -28,7 +28,7 @@ org.onap.appc appc-dispatcher-common - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT appc-ranking-framework-lib diff --git a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml index fa2171156..3306b8838 100644 --- a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml @@ -26,7 +26,7 @@ appc-dispatcher-common org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT 4.0.0 diff --git a/appc-dispatcher/appc-dispatcher-features/pom.xml b/appc-dispatcher/appc-dispatcher-features/pom.xml index 7741354b5..e9a9a0006 100644 --- a/appc-dispatcher/appc-dispatcher-features/pom.xml +++ b/appc-dispatcher/appc-dispatcher-features/pom.xml @@ -28,7 +28,7 @@ appc-dispatcher org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT APPC Dispatcher - Features diff --git a/appc-dispatcher/appc-dispatcher-installer/pom.xml b/appc-dispatcher/appc-dispatcher-installer/pom.xml index 6ba3c5909..5da8ad3de 100644 --- a/appc-dispatcher/appc-dispatcher-installer/pom.xml +++ b/appc-dispatcher/appc-dispatcher-installer/pom.xml @@ -28,7 +28,7 @@ appc-dispatcher org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT appc-dispatcher-installer diff --git a/appc-dispatcher/appc-license-manager/appc-license-manager-api/pom.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-api/pom.xml index 0ae7e4551..5e6c6df8e 100644 --- a/appc-dispatcher/appc-license-manager/appc-license-manager-api/pom.xml +++ b/appc-dispatcher/appc-license-manager/appc-license-manager-api/pom.xml @@ -33,7 +33,7 @@ appc-license-manager-api org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT APPC License Manager - API bundle http://maven.apache.org diff --git a/appc-dispatcher/appc-license-manager/appc-license-manager-core/pom.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-core/pom.xml index 9816365d9..7f2193e91 100644 --- a/appc-dispatcher/appc-license-manager/appc-license-manager-core/pom.xml +++ b/appc-dispatcher/appc-license-manager/appc-license-manager-core/pom.xml @@ -34,7 +34,7 @@ appc-license-manager-core org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT bundle APPC License Manager - Core appc-license-manager-core OSGi bundle project. diff --git a/appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml index d103c5205..876995340 100644 --- a/appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml +++ b/appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.appc features-appc-license-manager - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT feature diff --git a/appc-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml index 85350ed2e..5b88efadf 100644 --- a/appc-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml +++ b/appc-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml @@ -31,7 +31,7 @@ limitations under the License. org.onap.appc onap-appc-license-manager - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT feature diff --git a/appc-dispatcher/appc-license-manager/appc-license-manager-features/pom.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-features/pom.xml index 572cbe21e..6068f46be 100644 --- a/appc-dispatcher/appc-license-manager/appc-license-manager-features/pom.xml +++ b/appc-dispatcher/appc-license-manager/appc-license-manager-features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.appc appc-license-manager-feature-aggregator - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT pom diff --git a/appc-dispatcher/appc-license-manager/pom.xml b/appc-dispatcher/appc-license-manager/pom.xml index e81b07245..92cfeb861 100644 --- a/appc-dispatcher/appc-license-manager/pom.xml +++ b/appc-dispatcher/appc-license-manager/pom.xml @@ -34,7 +34,7 @@ appc-license-manager org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT pom APPC License Manager APPC License Manager diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml index 122032d32..5db8480dc 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml @@ -88,5 +88,5 @@ org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml index 26413beb8..bc1533ca9 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml @@ -188,5 +188,5 @@ org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml index c463246d1..6392d49ac 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.appc features-appc-request-handler - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT feature diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml index b9dd12376..3873c2a98 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml @@ -31,7 +31,7 @@ limitations under the License. org.onap.appc onap-appc-request-handler - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT feature diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml index bfad89d43..cb1565a27 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.appc appc-request-handler-feature-aggregator - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT pom diff --git a/appc-dispatcher/appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/pom.xml index 7995aaf8d..e14ca3420 100644 --- a/appc-dispatcher/appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/pom.xml @@ -48,5 +48,5 @@ org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml index ad5cd25c9..16d87b3e5 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml @@ -75,5 +75,5 @@ org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml index f27fc4fa3..c496b18b1 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml @@ -104,5 +104,5 @@ org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/features-appc-workflow-management/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/features-appc-workflow-management/pom.xml index 05234362c..61a908bbc 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/features-appc-workflow-management/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/features-appc-workflow-management/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.appc features-appc-workflow-management - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT feature diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/onap-appc-workflow-management/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/onap-appc-workflow-management/pom.xml index 8888a6075..369095876 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/onap-appc-workflow-management/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/onap-appc-workflow-management/pom.xml @@ -31,7 +31,7 @@ limitations under the License. org.onap.appc onap-appc-workflow-management - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT feature diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/pom.xml index d9d7fe3ba..d855324bd 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.appc appc-workflow-management-feature-aggregator - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT pom diff --git a/appc-dispatcher/appc-workflow-management/pom.xml b/appc-dispatcher/appc-workflow-management/pom.xml index 9d7827b9a..293b38c82 100644 --- a/appc-dispatcher/appc-workflow-management/pom.xml +++ b/appc-dispatcher/appc-workflow-management/pom.xml @@ -47,5 +47,5 @@ org.onap.appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT diff --git a/appc-dispatcher/pom.xml b/appc-dispatcher/pom.xml index 5ef35e096..f8fdf204d 100644 --- a/appc-dispatcher/pom.xml +++ b/appc-dispatcher/pom.xml @@ -28,7 +28,7 @@ org.onap.appc appc - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT appc-dispatcher -- cgit 1.2.3-korg