From 7a24d5e6dbbce142fbb46113538f51ddfedbedeb Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen <lulf@redhat.com> Date: Tue, 29 Oct 2019 13:02:41 +0100 Subject: [PATCH] Update version to 0.28.4 --- address-space-controller/pom.xml | 2 +- agent/pom.xml | 2 +- amqp-utils/pom.xml | 2 +- api-common/pom.xml | 2 +- api-model/pom.xml | 2 +- api-server/pom.xml | 2 +- artemis/pom.xml | 2 +- broker-plugin/amqp-connector/pom.xml | 2 +- broker-plugin/jmx_exporter/pom.xml | 2 +- broker-plugin/plugin/pom.xml | 2 +- broker-plugin/pom.xml | 2 +- broker-plugin/sasl-delegation/pom.xml | 2 +- broker-plugin/tcnative/pom.xml | 2 +- bundle/pom.xml | 2 +- console/console-httpd/pom.xml | 2 +- console/console-init/pom.xml | 2 +- console/pom.xml | 2 +- controller-manager/pom.xml | 2 +- discovery-lib/pom.xml | 2 +- iot/iot-application-base/pom.xml | 2 +- iot/iot-auth-service/pom.xml | 2 +- iot/iot-device-registry-file/pom.xml | 2 +- iot/iot-gc/pom.xml | 2 +- iot/iot-http-adapter/pom.xml | 2 +- iot/iot-mqtt-adapter/pom.xml | 2 +- iot/iot-proxy-configurator/pom.xml | 2 +- iot/iot-tenant-service/pom.xml | 2 +- iot/pom.xml | 2 +- k8s-api-testutil/pom.xml | 2 +- k8s-api/pom.xml | 2 +- keycloak-plugin/pom.xml | 2 +- keycloak-plugin/sasl-plugin/pom.xml | 2 +- keycloak-user-api/pom.xml | 2 +- metrics-api/pom.xml | 2 +- mqtt-gateway/pom.xml | 2 +- mqtt-lwt/pom.xml | 2 +- none-authservice/pom.xml | 2 +- pom.properties | 2 +- pom.xml | 2 +- service-broker/pom.xml | 2 +- standard-controller/pom.xml | 2 +- systemtests/pom.xml | 2 +- topic-forwarder/pom.xml | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/address-space-controller/pom.xml b/address-space-controller/pom.xml index 20f9fdb5912..ff30bffb601 100644 --- a/address-space-controller/pom.xml +++ b/address-space-controller/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>address-space-controller</artifactId> diff --git a/agent/pom.xml b/agent/pom.xml index df897a2b86f..6ec5ee3b19b 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.enmasse</groupId> diff --git a/amqp-utils/pom.xml b/amqp-utils/pom.xml index e8661c27830..b5a33b278c5 100644 --- a/amqp-utils/pom.xml +++ b/amqp-utils/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>amqp-utils</artifactId> diff --git a/api-common/pom.xml b/api-common/pom.xml index 1a19600f398..82f356277fd 100644 --- a/api-common/pom.xml +++ b/api-common/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>api-common</artifactId> diff --git a/api-model/pom.xml b/api-model/pom.xml index 6c11398b7fa..928f584d743 100644 --- a/api-model/pom.xml +++ b/api-model/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>api-model</artifactId> diff --git a/api-server/pom.xml b/api-server/pom.xml index e8024fb51e3..dd6f41f0825 100644 --- a/api-server/pom.xml +++ b/api-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>api-server</artifactId> diff --git a/artemis/pom.xml b/artemis/pom.xml index 1257865d2dc..023c4797815 100644 --- a/artemis/pom.xml +++ b/artemis/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/broker-plugin/amqp-connector/pom.xml b/broker-plugin/amqp-connector/pom.xml index fcc0b3d6a0b..96f95e55aad 100644 --- a/broker-plugin/amqp-connector/pom.xml +++ b/broker-plugin/amqp-connector/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>broker-plugin</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>amqp-connector</artifactId> diff --git a/broker-plugin/jmx_exporter/pom.xml b/broker-plugin/jmx_exporter/pom.xml index 9701ce468ae..3c196dd6c9e 100644 --- a/broker-plugin/jmx_exporter/pom.xml +++ b/broker-plugin/jmx_exporter/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>broker-plugin</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jmx_exporter</artifactId> diff --git a/broker-plugin/plugin/pom.xml b/broker-plugin/plugin/pom.xml index b0993fd20a0..15097ae1e5c 100644 --- a/broker-plugin/plugin/pom.xml +++ b/broker-plugin/plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>broker-plugin</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/broker-plugin/pom.xml b/broker-plugin/pom.xml index d1d80881a54..9c380c0e061 100644 --- a/broker-plugin/pom.xml +++ b/broker-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/broker-plugin/sasl-delegation/pom.xml b/broker-plugin/sasl-delegation/pom.xml index 571b8579df9..3dafa1ba73e 100644 --- a/broker-plugin/sasl-delegation/pom.xml +++ b/broker-plugin/sasl-delegation/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>broker-plugin</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>sasl-delegation</artifactId> diff --git a/broker-plugin/tcnative/pom.xml b/broker-plugin/tcnative/pom.xml index 85b705bcc25..da6249b5982 100644 --- a/broker-plugin/tcnative/pom.xml +++ b/broker-plugin/tcnative/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>broker-plugin</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>tcnative</artifactId> diff --git a/bundle/pom.xml b/bundle/pom.xml index 05f76bd6838..9fb8a34e16c 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>enmasse</artifactId> <groupId>io.enmasse</groupId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <packaging>pom</packaging> <name>EnMasse Bundles</name> diff --git a/console/console-httpd/pom.xml b/console/console-httpd/pom.xml index 1c88e64ab01..ec8360fb3ec 100644 --- a/console/console-httpd/pom.xml +++ b/console/console-httpd/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>console</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.enmasse</groupId> diff --git a/console/console-init/pom.xml b/console/console-init/pom.xml index b294e69fc84..7f56d8ed7b4 100644 --- a/console/console-init/pom.xml +++ b/console/console-init/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>console</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.enmasse</groupId> diff --git a/console/pom.xml b/console/pom.xml index 8812af2df2c..944f4e40eb4 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.enmasse</groupId> diff --git a/controller-manager/pom.xml b/controller-manager/pom.xml index 8a1e1b21ab8..74ba8c07414 100644 --- a/controller-manager/pom.xml +++ b/controller-manager/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/discovery-lib/pom.xml b/discovery-lib/pom.xml index ae1eaf34b93..74a74422d38 100644 --- a/discovery-lib/pom.xml +++ b/discovery-lib/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>discovery-lib</artifactId> diff --git a/iot/iot-application-base/pom.xml b/iot/iot-application-base/pom.xml index be77527d2a2..ee0195e7b11 100644 --- a/iot/iot-application-base/pom.xml +++ b/iot/iot-application-base/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>iot</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <artifactId>iot-application-base</artifactId> diff --git a/iot/iot-auth-service/pom.xml b/iot/iot-auth-service/pom.xml index ec240b7b7b0..06d384a57be 100644 --- a/iot/iot-auth-service/pom.xml +++ b/iot/iot-auth-service/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>iot-application-base</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> <relativePath>../iot-application-base</relativePath> </parent> diff --git a/iot/iot-device-registry-file/pom.xml b/iot/iot-device-registry-file/pom.xml index 9c730f18323..a4d072b88b9 100644 --- a/iot/iot-device-registry-file/pom.xml +++ b/iot/iot-device-registry-file/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>iot-application-base</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> <relativePath>../iot-application-base</relativePath> </parent> diff --git a/iot/iot-gc/pom.xml b/iot/iot-gc/pom.xml index 860b002b7dd..605c11633e6 100644 --- a/iot/iot-gc/pom.xml +++ b/iot/iot-gc/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>iot-application-base</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> <relativePath>../iot-application-base</relativePath> </parent> <packaging>pom</packaging> diff --git a/iot/iot-http-adapter/pom.xml b/iot/iot-http-adapter/pom.xml index 6ebad3c5afd..76d2ae6846c 100644 --- a/iot/iot-http-adapter/pom.xml +++ b/iot/iot-http-adapter/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>iot-application-base</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> <relativePath>../iot-application-base</relativePath> </parent> diff --git a/iot/iot-mqtt-adapter/pom.xml b/iot/iot-mqtt-adapter/pom.xml index 35529390b59..2c9bb052c46 100644 --- a/iot/iot-mqtt-adapter/pom.xml +++ b/iot/iot-mqtt-adapter/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>iot-application-base</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> <relativePath>../iot-application-base</relativePath> </parent> diff --git a/iot/iot-proxy-configurator/pom.xml b/iot/iot-proxy-configurator/pom.xml index 8776367381f..42fa14a12cf 100644 --- a/iot/iot-proxy-configurator/pom.xml +++ b/iot/iot-proxy-configurator/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>iot-application-base</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> <relativePath>../iot-application-base</relativePath> </parent> <packaging>pom</packaging> diff --git a/iot/iot-tenant-service/pom.xml b/iot/iot-tenant-service/pom.xml index 2aa10cdf96a..0533e823609 100644 --- a/iot/iot-tenant-service/pom.xml +++ b/iot/iot-tenant-service/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>iot-application-base</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> <relativePath>../iot-application-base</relativePath> </parent> diff --git a/iot/pom.xml b/iot/pom.xml index 377ed85de7f..73a26e8c3cf 100644 --- a/iot/pom.xml +++ b/iot/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <artifactId>iot</artifactId> <packaging>pom</packaging> diff --git a/k8s-api-testutil/pom.xml b/k8s-api-testutil/pom.xml index 3e78e8e8805..3ff35b59d10 100644 --- a/k8s-api-testutil/pom.xml +++ b/k8s-api-testutil/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.enmasse</groupId> diff --git a/k8s-api/pom.xml b/k8s-api/pom.xml index 40fb313a9f5..f877377ef09 100644 --- a/k8s-api/pom.xml +++ b/k8s-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.enmasse</groupId> diff --git a/keycloak-plugin/pom.xml b/keycloak-plugin/pom.xml index 5c2b34da69d..d6a305cb74b 100644 --- a/keycloak-plugin/pom.xml +++ b/keycloak-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/keycloak-plugin/sasl-plugin/pom.xml b/keycloak-plugin/sasl-plugin/pom.xml index 7e85c522739..40fbe209a5b 100644 --- a/keycloak-plugin/sasl-plugin/pom.xml +++ b/keycloak-plugin/sasl-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>keycloak</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>sasl-plugin</artifactId> diff --git a/keycloak-user-api/pom.xml b/keycloak-user-api/pom.xml index 2da931c6c8d..7c1e498c987 100644 --- a/keycloak-user-api/pom.xml +++ b/keycloak-user-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.enmasse</groupId> diff --git a/metrics-api/pom.xml b/metrics-api/pom.xml index e71cb5a6310..c2181d6030b 100644 --- a/metrics-api/pom.xml +++ b/metrics-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.enmasse</groupId> diff --git a/mqtt-gateway/pom.xml b/mqtt-gateway/pom.xml index 020d9cfb34b..d6b6d412ddd 100644 --- a/mqtt-gateway/pom.xml +++ b/mqtt-gateway/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>mqtt-gateway</artifactId> diff --git a/mqtt-lwt/pom.xml b/mqtt-lwt/pom.xml index bc148ae92b9..306d6e06b27 100644 --- a/mqtt-lwt/pom.xml +++ b/mqtt-lwt/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>mqtt-lwt</artifactId> diff --git a/none-authservice/pom.xml b/none-authservice/pom.xml index a41667553d0..e4c0ca80e53 100644 --- a/none-authservice/pom.xml +++ b/none-authservice/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>none-authservice</artifactId> diff --git a/pom.properties b/pom.properties index d6a9c9eb9aa..c1aab29e1b1 100644 --- a/pom.properties +++ b/pom.properties @@ -3,5 +3,5 @@ application.globalconsole.display.name=EnMasse Console application.bundle.prefix=enmasse license.advice.text=EnMasse comprises the following components: release.version=0.28 -maven.version=0.28.4-rc1 +maven.version=0.28.4 application.docs=https://enmasse.io/documentation/ diff --git a/pom.xml b/pom.xml index 29331c54b16..ad8716007f9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> <packaging>pom</packaging> - <version>0.28.4-rc1</version> + <version>0.28.4</version> <name>EnMasse</name> <url>http://enmasse.io/</url> diff --git a/service-broker/pom.xml b/service-broker/pom.xml index 439e6c90581..09246dbe377 100644 --- a/service-broker/pom.xml +++ b/service-broker/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>service-broker</artifactId> diff --git a/standard-controller/pom.xml b/standard-controller/pom.xml index 7eadd30cce4..8a896d59c83 100644 --- a/standard-controller/pom.xml +++ b/standard-controller/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>standard-controller</artifactId> diff --git a/systemtests/pom.xml b/systemtests/pom.xml index 04dfebe794c..6decbca52df 100644 --- a/systemtests/pom.xml +++ b/systemtests/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>systemtests</artifactId> diff --git a/topic-forwarder/pom.xml b/topic-forwarder/pom.xml index ef89c33ffb4..1b3b79672d3 100644 --- a/topic-forwarder/pom.xml +++ b/topic-forwarder/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>io.enmasse</groupId> <artifactId>enmasse</artifactId> - <version>0.28.4-rc1</version> + <version>0.28.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>topic-forwarder</artifactId>