From dac845c622625f78f5c28be9b93ecf3ab377f488 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 15 Jan 2020 12:25:18 -0800 Subject: Increment version to 1.7.1-SNAPSHOT Change-Id: I1d1528e9029510ac14f7b527b245854df48c3d9a Signed-off-by: Patrick Brady Issue-ID: APPC-1816 --- .../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 2d529ddc8..3243b54dd 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 @@ -88,5 +88,5 @@ org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 09eea7a56..825d9696e 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 @@ -134,5 +134,5 @@ org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 19160aeec..76aec72cb 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.7.0-SNAPSHOT + 1.7.1-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 8f9c8f3dd..c89299f76 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 @@ -30,7 +30,7 @@ limitations under the License. org.onap.appc onap-appc-command-executor - 1.7.0-SNAPSHOT + 1.7.1-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 2c5bf1650..9734aa4e3 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.7.0-SNAPSHOT + 1.7.1-SNAPSHOT pom diff --git a/appc-dispatcher/appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/pom.xml index e0ef9c939..a269dcca0 100644 --- a/appc-dispatcher/appc-command-executor/pom.xml +++ b/appc-dispatcher/appc-command-executor/pom.xml @@ -45,5 +45,5 @@ org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 ae3f1b3e1..0e4ab4b12 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 @@ -26,7 +26,7 @@ org.onap.appc appc-dispatcher-common - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT appc-data-access-lib @@ -113,5 +113,5 @@ - 1.7.0-SNAPSHOT + 1.7.1-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 c5071f8c0..ace050b05 100644 --- a/appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml @@ -26,7 +26,7 @@ org.onap.appc appc-dispatcher-common - 1.7.0-SNAPSHOT + 1.7.1-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 5c9e2c8bb..64aa7fc57 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 @@ -26,7 +26,7 @@ org.onap.appc appc-dispatcher-common - 1.7.0-SNAPSHOT + 1.7.1-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 5dda197b1..31f309571 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 @@ -26,7 +26,7 @@ lock-manager-lib org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 c77ce9837..08491c5da 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 @@ -26,7 +26,7 @@ lock-manager-lib org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 2d97bace6..902b83edc 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 @@ -26,7 +26,7 @@ lock-manager-lib org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 70b48bee5..3aee02b16 100644 --- a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/pom.xml @@ -26,7 +26,7 @@ appc-dispatcher-common org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 24e5600eb..ddabf806b 100644 --- a/appc-dispatcher/appc-dispatcher-common/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/pom.xml @@ -26,7 +26,7 @@ org.onap.appc appc-dispatcher - 1.7.0-SNAPSHOT + 1.7.1-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 bce357f67..a8b2a3318 100644 --- a/appc-dispatcher/appc-dispatcher-common/ranking-framework-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/ranking-framework-lib/pom.xml @@ -26,7 +26,7 @@ org.onap.appc appc-dispatcher-common - 1.7.0-SNAPSHOT + 1.7.1-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 0cfefaa77..90401c09e 100644 --- a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml @@ -25,7 +25,7 @@ appc-dispatcher-common org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT 4.0.0 diff --git a/appc-dispatcher/appc-dispatcher-features/pom.xml b/appc-dispatcher/appc-dispatcher-features/pom.xml index c7aad9fba..d3e858fe4 100644 --- a/appc-dispatcher/appc-dispatcher-features/pom.xml +++ b/appc-dispatcher/appc-dispatcher-features/pom.xml @@ -26,7 +26,7 @@ appc-dispatcher org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT APPC Dispatcher - Features diff --git a/appc-dispatcher/appc-dispatcher-installer/pom.xml b/appc-dispatcher/appc-dispatcher-installer/pom.xml index 754bbcf9a..6208313ae 100644 --- a/appc-dispatcher/appc-dispatcher-installer/pom.xml +++ b/appc-dispatcher/appc-dispatcher-installer/pom.xml @@ -26,7 +26,7 @@ appc-dispatcher org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 06be91439..67d501a81 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 @@ -31,7 +31,7 @@ appc-license-manager-api org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 03b56afa0..7d6f5ff01 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 @@ -32,7 +32,7 @@ appc-license-manager-core org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 ee488df05..2f1c4f737 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.7.0-SNAPSHOT + 1.7.1-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 b92be5413..3e4e098af 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 @@ -30,7 +30,7 @@ limitations under the License. org.onap.appc onap-appc-license-manager - 1.7.0-SNAPSHOT + 1.7.1-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 232f75b6d..a8cf5ce9f 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.7.0-SNAPSHOT + 1.7.1-SNAPSHOT pom diff --git a/appc-dispatcher/appc-license-manager/pom.xml b/appc-dispatcher/appc-license-manager/pom.xml index fe983e219..3a983821a 100644 --- a/appc-dispatcher/appc-license-manager/pom.xml +++ b/appc-dispatcher/appc-license-manager/pom.xml @@ -32,7 +32,7 @@ appc-license-manager org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 e7332c3f5..0a752e2f8 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 @@ -86,5 +86,5 @@ org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 929e9612c..83f53401a 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 @@ -175,5 +175,5 @@ org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 269f218a0..8db7e6fb8 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.7.0-SNAPSHOT + 1.7.1-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 326367b8d..3f864db74 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 @@ -30,7 +30,7 @@ limitations under the License. org.onap.appc onap-appc-request-handler - 1.7.0-SNAPSHOT + 1.7.1-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 a45c521e8..616da4b38 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.7.0-SNAPSHOT + 1.7.1-SNAPSHOT pom diff --git a/appc-dispatcher/appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/pom.xml index dadf26d05..5f7cd6f26 100644 --- a/appc-dispatcher/appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/pom.xml @@ -46,5 +46,5 @@ org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 22926b47d..a6fb3e042 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 @@ -73,5 +73,5 @@ org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 be4351767..3db9183a9 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 @@ -103,5 +103,5 @@ org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-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 b40967b4c..1e9453cf2 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.7.0-SNAPSHOT + 1.7.1-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 f93938052..b277e6a64 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 @@ -30,7 +30,7 @@ limitations under the License. org.onap.appc onap-appc-workflow-management - 1.7.0-SNAPSHOT + 1.7.1-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 a1d0eb0f2..d3b957210 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.7.0-SNAPSHOT + 1.7.1-SNAPSHOT pom diff --git a/appc-dispatcher/appc-workflow-management/pom.xml b/appc-dispatcher/appc-workflow-management/pom.xml index 09e3d01e4..f68c50e27 100644 --- a/appc-dispatcher/appc-workflow-management/pom.xml +++ b/appc-dispatcher/appc-workflow-management/pom.xml @@ -45,5 +45,5 @@ org.onap.appc - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT diff --git a/appc-dispatcher/pom.xml b/appc-dispatcher/pom.xml index c076781e0..9ffcbc97d 100644 --- a/appc-dispatcher/pom.xml +++ b/appc-dispatcher/pom.xml @@ -26,7 +26,7 @@ org.onap.appc appc - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT appc-dispatcher -- cgit 1.2.3-korg