From ed9fd62c6060a3a5ae34a6fd61939f13be07973c Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 7 Nov 2017 11:59:14 -0800 Subject: Changing to Amsterdam release version Appc will be realeased as version 1.2.0 since version 1.1.0 already was created spring 2017. Change-Id: I177931e892c2556c11a261f018fd835d62a14d54 Signed-off-by: Patrick Brady Issue-id: APPC-314 --- appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml | 2 +- .../appc-command-executor/appc-command-executor-core/pom.xml | 2 +- .../appc-command-executor/appc-command-executor-features/pom.xml | 2 +- .../appc-command-executor/appc-command-executor-installer/pom.xml | 2 +- appc-dispatcher/appc-command-executor/pom.xml | 2 +- appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml | 2 +- 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-dispatcher/appc-license-manager/appc-license-manager-core/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-dispatcher/appc-request-handler/appc-request-handler-core/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 +- .../appc-workflow-management/appc-workflow-management-features/pom.xml | 2 +- appc-dispatcher/appc-workflow-management/pom.xml | 2 +- appc-dispatcher/pom.xml | 2 +- 30 files changed, 30 insertions(+), 30 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 7e6f01b32..0ae04a516 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 @@ -3,7 +3,7 @@ org.openecomp.appc appc-command-executor - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-command-executor-api bundle 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 c3508de1d..97c37228e 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 @@ -23,7 +23,7 @@ org.openecomp.appc appc-command-executor - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-command-executor-core bundle 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 ec7117747..ed9313c09 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 @@ -4,7 +4,7 @@ appc-command-executor org.openecomp.appc - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-command-executor-features appc-command-executor-features diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-installer/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-installer/pom.xml index d91d2e0f0..6f65b800a 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-installer/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-installer/pom.xml @@ -4,7 +4,7 @@ org.openecomp.appc appc-command-executor - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-command-executor-installer diff --git a/appc-dispatcher/appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/pom.xml index d506b302e..0f4979661 100644 --- a/appc-dispatcher/appc-command-executor/pom.xml +++ b/appc-dispatcher/appc-command-executor/pom.xml @@ -3,7 +3,7 @@ org.openecomp.appc appc-dispatcher - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-command-executor pom 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 c0c77d980..80cd3f641 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 @@ -3,7 +3,7 @@ org.openecomp.appc appc-dispatcher-common - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-data-access-lib bundle 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 95edb1ad1..3797fd876 100644 --- a/appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/domain-model-lib/pom.xml @@ -3,7 +3,7 @@ org.openecomp.appc appc-dispatcher-common - 1.1.0-SNAPSHOT + 1.2.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 d20759f30..15534f7f9 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 @@ -3,7 +3,7 @@ org.openecomp.appc appc-dispatcher-common - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT execution-queue-management-lib bundle 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 f37130243..3ac7e5fb7 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 @@ -4,7 +4,7 @@ lock-manager-lib org.openecomp.appc - 1.1.0-SNAPSHOT + 1.2.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 a74324790..97c1a046d 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 @@ -4,7 +4,7 @@ lock-manager-lib org.openecomp.appc - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT lock-manager-features 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 de33fa90a..552a55945 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 @@ -4,7 +4,7 @@ lock-manager-lib org.openecomp.appc - 1.1.0-SNAPSHOT + 1.2.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 88cb6fae2..d1d323f8e 100644 --- a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/pom.xml @@ -4,7 +4,7 @@ appc-dispatcher-common org.openecomp.appc - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT lock-manager-lib pom diff --git a/appc-dispatcher/appc-dispatcher-common/pom.xml b/appc-dispatcher/appc-dispatcher-common/pom.xml index c1d240901..977004db8 100644 --- a/appc-dispatcher/appc-dispatcher-common/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/pom.xml @@ -4,7 +4,7 @@ org.openecomp.appc appc-dispatcher - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-dispatcher-common pom 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 44d89bb04..02de274fe 100644 --- a/appc-dispatcher/appc-dispatcher-common/ranking-framework-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/ranking-framework-lib/pom.xml @@ -3,7 +3,7 @@ org.openecomp.appc appc-dispatcher-common - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-ranking-framework-lib bundle diff --git a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml index 0efbf4eb0..6b5e4ff7a 100644 --- a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml @@ -3,7 +3,7 @@ appc-dispatcher-common org.openecomp.appc - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT 4.0.0 diff --git a/appc-dispatcher/appc-dispatcher-features/pom.xml b/appc-dispatcher/appc-dispatcher-features/pom.xml index cdd67fb67..dd805295f 100644 --- a/appc-dispatcher/appc-dispatcher-features/pom.xml +++ b/appc-dispatcher/appc-dispatcher-features/pom.xml @@ -4,7 +4,7 @@ appc-dispatcher org.openecomp.appc - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-dispatcher-features appc-dispatcher-features diff --git a/appc-dispatcher/appc-dispatcher-installer/pom.xml b/appc-dispatcher/appc-dispatcher-installer/pom.xml index 29b09f458..66a554b78 100644 --- a/appc-dispatcher/appc-dispatcher-installer/pom.xml +++ b/appc-dispatcher/appc-dispatcher-installer/pom.xml @@ -4,7 +4,7 @@ appc-dispatcher org.openecomp.appc - 1.1.0-SNAPSHOT + 1.2.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 ce12059a7..966a176f4 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 @@ -3,7 +3,7 @@ org.openecomp.appc appc-license-manager - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-license-manager-api bundle 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 cccf73f32..3c0337486 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 @@ -5,7 +5,7 @@ org.openecomp.appc appc-license-manager - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-license-manager-core bundle 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 7e77707f1..bf1a6ef57 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 @@ -4,7 +4,7 @@ appc-license-manager org.openecomp.appc - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-license-manager-features appc-license-manager-features diff --git a/appc-dispatcher/appc-license-manager/pom.xml b/appc-dispatcher/appc-license-manager/pom.xml index bcc79c276..72558dee0 100644 --- a/appc-dispatcher/appc-license-manager/pom.xml +++ b/appc-dispatcher/appc-license-manager/pom.xml @@ -3,7 +3,7 @@ org.openecomp.appc appc-dispatcher - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-license-manager pom 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 e4008a605..23f805972 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 @@ -3,7 +3,7 @@ org.openecomp.appc appc-request-handler - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-request-handler-api bundle 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 737030dfc..ed40673f3 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 @@ -16,7 +16,7 @@ org.openecomp.appc appc-request-handler - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-request-handler-core bundle 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 f262d1935..7fffd2f2e 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 @@ -4,7 +4,7 @@ appc-request-handler org.openecomp.appc - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-request-handler-features appc-request-handler-features diff --git a/appc-dispatcher/appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/pom.xml index 70f0d4069..9aa2960a0 100644 --- a/appc-dispatcher/appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/pom.xml @@ -3,7 +3,7 @@ org.openecomp.appc appc-dispatcher - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-request-handler pom 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 d7bfc4ba5..bee6b2b7e 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 @@ -3,7 +3,7 @@ org.openecomp.appc appc-workflow-management - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-workflow-management-api bundle 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 c3ced2131..56b2d6ed2 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 @@ -23,7 +23,7 @@ org.openecomp.appc appc-workflow-management - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-workflow-management-core bundle 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 84f3b1966..c6fb71982 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 @@ -4,7 +4,7 @@ appc-workflow-management org.openecomp.appc - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-workflow-management-features appc-workflow-management-features diff --git a/appc-dispatcher/appc-workflow-management/pom.xml b/appc-dispatcher/appc-workflow-management/pom.xml index 0046f3830..7e969e709 100644 --- a/appc-dispatcher/appc-workflow-management/pom.xml +++ b/appc-dispatcher/appc-workflow-management/pom.xml @@ -3,7 +3,7 @@ org.openecomp.appc appc-dispatcher - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-workflow-management pom diff --git a/appc-dispatcher/pom.xml b/appc-dispatcher/pom.xml index 1ccd7b862..7b254f25d 100644 --- a/appc-dispatcher/pom.xml +++ b/appc-dispatcher/pom.xml @@ -3,7 +3,7 @@ org.openecomp.appc appc - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT appc-dispatcher pom -- cgit 1.2.3-korg