From 913d570c1d9dfd0f386a922a3e7b8261e0ca2d4c Mon Sep 17 00:00:00 2001 From: amckenzie Date: Thu, 15 Aug 2019 11:07:02 +0100 Subject: [PATCH] Update to 6.0.0 for release --- aggregate/pom.xml | 2 +- common-rest/pom.xml | 2 +- common/pom.xml | 2 +- components/custom/pom.xml | 2 +- components/pom.xml | 2 +- core/pom.xml | 2 +- event-subscription-test-utils/pom.xml | 2 +- event-subscription/pom.xml | 2 +- framework-bom/pom.xml | 2 +- framework-system/framework-management/pom.xml | 2 +- framework-system/framework-system-liquibase/pom.xml | 2 +- framework-system/pom.xml | 2 +- framework-system/shuttering-persistence/pom.xml | 2 +- framework-utilities/pom.xml | 2 +- jmx/jmx-api/pom.xml | 2 +- jmx/jmx-command-client/pom.xml | 2 +- jmx/jmx-command-handling/pom.xml | 2 +- jmx/pom.xml | 2 +- messaging/messaging-core/pom.xml | 2 +- messaging/messaging-jms/pom.xml | 2 +- messaging/pom.xml | 2 +- persistence/persistence-deltaspike/pom.xml | 2 +- persistence/persistence-jdbc/pom.xml | 2 +- persistence/pom.xml | 2 +- pom.xml | 2 +- test-utils/pom.xml | 2 +- test-utils/test-utils-common/pom.xml | 2 +- test-utils/test-utils-core/pom.xml | 2 +- test-utils/test-utils-enveloper-provider/pom.xml | 2 +- test-utils/test-utils-framework-persistence/pom.xml | 2 +- test-utils/test-utils-jmx/pom.xml | 2 +- test-utils/test-utils-messaging/pom.xml | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/aggregate/pom.xml b/aggregate/pom.xml index b46f18a49..e71ad7357 100644 --- a/aggregate/pom.xml +++ b/aggregate/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/common-rest/pom.xml b/common-rest/pom.xml index 1c7cca286..4b6585129 100644 --- a/common-rest/pom.xml +++ b/common-rest/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index bce38d9eb..521ef0e7a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/components/custom/pom.xml b/components/custom/pom.xml index 672adc90d..17f4018dc 100644 --- a/components/custom/pom.xml +++ b/components/custom/pom.xml @@ -5,7 +5,7 @@ components uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/components/pom.xml b/components/pom.xml index 50e5c2595..a41329c5d 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 086e82c86..95c0058fc 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/event-subscription-test-utils/pom.xml b/event-subscription-test-utils/pom.xml index 2f9923fda..bbca010b0 100644 --- a/event-subscription-test-utils/pom.xml +++ b/event-subscription-test-utils/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/event-subscription/pom.xml b/event-subscription/pom.xml index 1ec79282e..973852b71 100644 --- a/event-subscription/pom.xml +++ b/event-subscription/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/framework-bom/pom.xml b/framework-bom/pom.xml index 2c013f67b..f6ee8f300 100644 --- a/framework-bom/pom.xml +++ b/framework-bom/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/framework-system/framework-management/pom.xml b/framework-system/framework-management/pom.xml index 5a1fcd3a5..a231cca95 100644 --- a/framework-system/framework-management/pom.xml +++ b/framework-system/framework-management/pom.xml @@ -5,7 +5,7 @@ framework-system uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/framework-system/framework-system-liquibase/pom.xml b/framework-system/framework-system-liquibase/pom.xml index 05701060e..37907b0d3 100644 --- a/framework-system/framework-system-liquibase/pom.xml +++ b/framework-system/framework-system-liquibase/pom.xml @@ -5,7 +5,7 @@ framework-system uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/framework-system/pom.xml b/framework-system/pom.xml index 86c205f5f..65696ad8c 100644 --- a/framework-system/pom.xml +++ b/framework-system/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/framework-system/shuttering-persistence/pom.xml b/framework-system/shuttering-persistence/pom.xml index c62e24a9f..d89b0d73b 100644 --- a/framework-system/shuttering-persistence/pom.xml +++ b/framework-system/shuttering-persistence/pom.xml @@ -5,7 +5,7 @@ framework-system uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/framework-utilities/pom.xml b/framework-utilities/pom.xml index 2c8bbfa89..2c2d5dbc7 100644 --- a/framework-utilities/pom.xml +++ b/framework-utilities/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/jmx/jmx-api/pom.xml b/jmx/jmx-api/pom.xml index ca3ee9d17..ab8268e33 100644 --- a/jmx/jmx-api/pom.xml +++ b/jmx/jmx-api/pom.xml @@ -5,7 +5,7 @@ jmx uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/jmx/jmx-command-client/pom.xml b/jmx/jmx-command-client/pom.xml index c24c26c13..55dc2a3e8 100644 --- a/jmx/jmx-command-client/pom.xml +++ b/jmx/jmx-command-client/pom.xml @@ -5,7 +5,7 @@ jmx uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/jmx/jmx-command-handling/pom.xml b/jmx/jmx-command-handling/pom.xml index e226363d3..0a2aa385b 100644 --- a/jmx/jmx-command-handling/pom.xml +++ b/jmx/jmx-command-handling/pom.xml @@ -5,7 +5,7 @@ jmx uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/jmx/pom.xml b/jmx/pom.xml index d74d24c53..edc01e8b5 100644 --- a/jmx/pom.xml +++ b/jmx/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/messaging/messaging-core/pom.xml b/messaging/messaging-core/pom.xml index c68547451..b170481d8 100644 --- a/messaging/messaging-core/pom.xml +++ b/messaging/messaging-core/pom.xml @@ -5,7 +5,7 @@ messaging uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/messaging/messaging-jms/pom.xml b/messaging/messaging-jms/pom.xml index c2afac950..d22e43e87 100644 --- a/messaging/messaging-jms/pom.xml +++ b/messaging/messaging-jms/pom.xml @@ -5,7 +5,7 @@ messaging uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/messaging/pom.xml b/messaging/pom.xml index 23f160074..6738aea9e 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/persistence/persistence-deltaspike/pom.xml b/persistence/persistence-deltaspike/pom.xml index 71cda236f..b42edcec7 100644 --- a/persistence/persistence-deltaspike/pom.xml +++ b/persistence/persistence-deltaspike/pom.xml @@ -5,7 +5,7 @@ persistence uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/persistence/persistence-jdbc/pom.xml b/persistence/persistence-jdbc/pom.xml index 1cdb344ee..5a8e0566c 100644 --- a/persistence/persistence-jdbc/pom.xml +++ b/persistence/persistence-jdbc/pom.xml @@ -5,7 +5,7 @@ persistence uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/persistence/pom.xml b/persistence/pom.xml index 637647843..d0789fce6 100644 --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/pom.xml b/pom.xml index aff78d7ce..39d7afd0f 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ uk.gov.justice.services microservice-framework - 6.0.0-SNAPSHOT + 6.0.0 pom Microservice Framework diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 92e66341d..85bc373f0 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -5,7 +5,7 @@ microservice-framework uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/test-utils/test-utils-common/pom.xml b/test-utils/test-utils-common/pom.xml index 53699c96a..135ecbaa7 100644 --- a/test-utils/test-utils-common/pom.xml +++ b/test-utils/test-utils-common/pom.xml @@ -5,7 +5,7 @@ test-utils uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/test-utils/test-utils-core/pom.xml b/test-utils/test-utils-core/pom.xml index acee7f679..2580f5a78 100644 --- a/test-utils/test-utils-core/pom.xml +++ b/test-utils/test-utils-core/pom.xml @@ -5,7 +5,7 @@ uk.gov.justice.services test-utils - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/test-utils/test-utils-enveloper-provider/pom.xml b/test-utils/test-utils-enveloper-provider/pom.xml index 0cdb78c1a..1937b64c1 100644 --- a/test-utils/test-utils-enveloper-provider/pom.xml +++ b/test-utils/test-utils-enveloper-provider/pom.xml @@ -5,7 +5,7 @@ test-utils uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/test-utils/test-utils-framework-persistence/pom.xml b/test-utils/test-utils-framework-persistence/pom.xml index 42451d0ed..d0246719d 100644 --- a/test-utils/test-utils-framework-persistence/pom.xml +++ b/test-utils/test-utils-framework-persistence/pom.xml @@ -5,7 +5,7 @@ test-utils uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/test-utils/test-utils-jmx/pom.xml b/test-utils/test-utils-jmx/pom.xml index 8e2bad45d..9af63d330 100644 --- a/test-utils/test-utils-jmx/pom.xml +++ b/test-utils/test-utils-jmx/pom.xml @@ -5,7 +5,7 @@ test-utils uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/test-utils/test-utils-messaging/pom.xml b/test-utils/test-utils-messaging/pom.xml index 407350bd8..1645b178a 100644 --- a/test-utils/test-utils-messaging/pom.xml +++ b/test-utils/test-utils-messaging/pom.xml @@ -5,7 +5,7 @@ test-utils uk.gov.justice.services - 6.0.0-SNAPSHOT + 6.0.0 4.0.0