From ccd67e90d34875ea01c7ab167a9d6067c9cec982 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 12 Nov 2018 12:14:11 -0800 Subject: Increment version number Changing to version 1.5.0-SNAPSHOT Change-Id: I1e0773d16cb058ac2fb96718581cfbf8d716a2e0 Signed-off-by: Patrick Brady Issue-ID: APPC-1212 --- .../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 50480cd04..cca02baba 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.4.1-SNAPSHOT + 1.5.0-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 cebbff5b9..cc3885b75 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 @@ -124,5 +124,5 @@ org.onap.appc - 1.4.1-SNAPSHOT + 1.5.0-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 3a5bf4750..1589a3cb6 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.4.1-SNAPSHOT + 1.5.0-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 b98b27d6d..5aa810c31 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.4.1-SNAPSHOT + 1.5.0-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 7beab868b..01f1159a1 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.4.1-SNAPSHOT + 1.5.0-SNAPSHOT pom diff --git a/appc-dispatcher/appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/pom.xml index 87b51fe9e..b71101aec 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.4.1-SNAPSHOT + 1.5.0-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 a66d3d124..5d1861d06 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.4.1-SNAPSHOT + 1.5.0-SNAPSHOT appc-data-access-lib @@ -106,5 +106,5 @@ - 1.4.1-SNAPSHOT + 1.5.0-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 76fa534b8..b65cb2cf5 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.4.1-SNAPSHOT + 1.5.0-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 dd9826efd..93da4fe79 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.4.1-SNAPSHOT + 1.5.0-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 a371e4477..0fb55e0eb 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.4.1-SNAPSHOT + 1.5.0-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 045a29a25..10f945a03 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.4.1-SNAPSHOT + 1.5.0-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 a6e85f042..0fddb1702 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.4.1-SNAPSHOT + 1.5.0-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 da1a84256..c6aa991b7 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.4.1-SNAPSHOT + 1.5.0-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 87d13c630..1563c8ba1 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.4.1-SNAPSHOT + 1.5.0-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 949ecdd94..53805378b 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.4.1-SNAPSHOT + 1.5.0-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 194eee898..ca1bfc678 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.4.1-SNAPSHOT + 1.5.0-SNAPSHOT 4.0.0 diff --git a/appc-dispatcher/appc-dispatcher-features/pom.xml b/appc-dispatcher/appc-dispatcher-features/pom.xml index fb1173b2a..00f6df2c7 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.4.1-SNAPSHOT + 1.5.0-SNAPSHOT APPC Dispatcher - Features diff --git a/appc-dispatcher/appc-dispatcher-installer/pom.xml b/appc-dispatcher/appc-dispatcher-installer/pom.xml index b0936bfe2..1bdb57177 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.4.1-SNAPSHOT + 1.5.0-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 ba7832434..db5797311 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.4.1-SNAPSHOT + 1.5.0-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 b7404e8a5..6b0e55fca 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.4.1-SNAPSHOT + 1.5.0-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 229f688d7..4705ce813 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.4.1-SNAPSHOT + 1.5.0-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 5ea8d7e1b..4d7640080 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.4.1-SNAPSHOT + 1.5.0-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 b89e54e31..5de447bd0 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.4.1-SNAPSHOT + 1.5.0-SNAPSHOT pom diff --git a/appc-dispatcher/appc-license-manager/pom.xml b/appc-dispatcher/appc-license-manager/pom.xml index 29ced507e..5022068dd 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.4.1-SNAPSHOT + 1.5.0-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 18f28e63e..ec8c69f1d 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.4.1-SNAPSHOT + 1.5.0-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 395dd0a1d..93df6dec0 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 @@ -176,5 +176,5 @@ org.onap.appc - 1.4.1-SNAPSHOT + 1.5.0-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 74135de67..2a575b6e4 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.4.1-SNAPSHOT + 1.5.0-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 390cff0be..2e95a3d9e 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.4.1-SNAPSHOT + 1.5.0-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 e2a549e3b..5fd4f2851 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.4.1-SNAPSHOT + 1.5.0-SNAPSHOT pom diff --git a/appc-dispatcher/appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/pom.xml index 164116137..96837e4a8 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.4.1-SNAPSHOT + 1.5.0-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 83fed4ea6..0c23ad75e 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.4.1-SNAPSHOT + 1.5.0-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 d45418028..a1956f211 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 @@ -100,5 +100,5 @@ org.onap.appc - 1.4.1-SNAPSHOT + 1.5.0-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 c086aab83..30cd2f8ed 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.4.1-SNAPSHOT + 1.5.0-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 f197dedcd..19ae1ecf0 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.4.1-SNAPSHOT + 1.5.0-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 79c605402..502f2df6e 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.4.1-SNAPSHOT + 1.5.0-SNAPSHOT pom diff --git a/appc-dispatcher/appc-workflow-management/pom.xml b/appc-dispatcher/appc-workflow-management/pom.xml index 507a454d9..96009093a 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.4.1-SNAPSHOT + 1.5.0-SNAPSHOT diff --git a/appc-dispatcher/pom.xml b/appc-dispatcher/pom.xml index 076f78b43..dc62232e5 100644 --- a/appc-dispatcher/pom.xml +++ b/appc-dispatcher/pom.xml @@ -28,7 +28,7 @@ org.onap.appc appc - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT appc-dispatcher -- cgit 1.2.3-korg