From 010a199112a42115444df274053eab139bab5c12 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Thu, 8 Dec 2022 09:33:46 +0100 Subject: [PATCH] Release 3.6.5 --- CHANGELOG.md | 5 ++++- app/pom.xml | 2 +- app/src/main/module-i18n.gwt.xml | 2 +- app/src/main/module.gwt.xml | 2 +- ballroom/pom.xml | 2 +- bom/pom.xml | 2 +- build-config/pom.xml | 2 +- code-parent/pom.xml | 2 +- config/pom.xml | 2 +- core/pom.xml | 2 +- db/pom.xml | 2 +- dmr/pom.xml | 2 +- flow/pom.xml | 2 +- gwt-parent/pom.xml | 2 +- js/pom.xml | 2 +- meta/pom.xml | 2 +- pom.xml | 2 +- processors/pom.xml | 2 +- resources/pom.xml | 2 +- spi/pom.xml | 2 +- standalone/pom.xml | 2 +- testsuite/pom.xml | 2 +- themes/eap/pom.xml | 2 +- themes/hal/pom.xml | 2 +- themes/pom.xml | 2 +- themes/wildfly/pom.xml | 2 +- version.txt | 2 +- 27 files changed, 30 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa8514bad..56f52255fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [3.6.5] - 2022-12-08 + ### Added - [HAL-1425](https://issues.redhat.com/browse/HAL-1425): Deployment with persistence.xml - check if data source is available @@ -373,7 +375,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - for dependency upgrades --> -[Unreleased]: https://github.com/hal/console/compare/v3.6.4...HEAD +[Unreleased]: https://github.com/hal/console/compare/v3.6.5...HEAD +[3.6.5]: https://github.com/hal/console/compare/v3.6.4...v3.6.5 [3.6.4]: https://github.com/hal/console/compare/v3.6.3...v3.6.4 [3.6.3]: https://github.com/hal/console/compare/v3.6.2...v3.6.3 [3.6.2]: https://github.com/hal/console/compare/v3.6.1...v3.6.2 diff --git a/app/pom.xml b/app/pom.xml index c58293751a..442791a751 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../gwt-parent/pom.xml diff --git a/app/src/main/module-i18n.gwt.xml b/app/src/main/module-i18n.gwt.xml index 4bff33bb68..e052f0843a 100644 --- a/app/src/main/module-i18n.gwt.xml +++ b/app/src/main/module-i18n.gwt.xml @@ -35,7 +35,7 @@ value="org.jboss.hal.client.gin.CompositeModule"/> - + diff --git a/app/src/main/module.gwt.xml b/app/src/main/module.gwt.xml index d05513bc40..14746e52cf 100644 --- a/app/src/main/module.gwt.xml +++ b/app/src/main/module.gwt.xml @@ -35,7 +35,7 @@ value="org.jboss.hal.client.gin.CompositeModule"/> - + diff --git a/ballroom/pom.xml b/ballroom/pom.xml index 9581e5ec8a..d531fcc773 100644 --- a/ballroom/pom.xml +++ b/ballroom/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../gwt-parent/pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index ef351fc9f4..6b0e148096 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index e4780b23d3..83253a92fc 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.jboss.hal hal-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index f5d5eedcb9..436613506d 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.jboss.hal hal-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../pom.xml diff --git a/config/pom.xml b/config/pom.xml index 336003b6c9..8fba87ebf8 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../gwt-parent/pom.xml diff --git a/core/pom.xml b/core/pom.xml index 91c6ca1981..3e9d049f20 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../gwt-parent/pom.xml diff --git a/db/pom.xml b/db/pom.xml index d25a928899..be5156231e 100644 --- a/db/pom.xml +++ b/db/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../gwt-parent/pom.xml diff --git a/dmr/pom.xml b/dmr/pom.xml index 997de14aba..406e830b4a 100644 --- a/dmr/pom.xml +++ b/dmr/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../gwt-parent/pom.xml diff --git a/flow/pom.xml b/flow/pom.xml index 08ff743ac4..3aa273ebad 100644 --- a/flow/pom.xml +++ b/flow/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../gwt-parent/pom.xml diff --git a/gwt-parent/pom.xml b/gwt-parent/pom.xml index bf1d6df3cd..352cf5f5cf 100644 --- a/gwt-parent/pom.xml +++ b/gwt-parent/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../code-parent/pom.xml diff --git a/js/pom.xml b/js/pom.xml index f36e29f790..216c779efa 100644 --- a/js/pom.xml +++ b/js/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../gwt-parent/pom.xml diff --git a/meta/pom.xml b/meta/pom.xml index dc0d1e5918..15cbaf0c85 100644 --- a/meta/pom.xml +++ b/meta/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../gwt-parent/pom.xml diff --git a/pom.xml b/pom.xml index 90cd1a5bd1..49918c485f 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.hal hal-parent - 3.6.5-SNAPSHOT + 3.6.5.Final pom HAL :: Parent WildFly / EAP management console diff --git a/processors/pom.xml b/processors/pom.xml index 31ba4e6f6a..5707b1766b 100644 --- a/processors/pom.xml +++ b/processors/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../code-parent/pom.xml diff --git a/resources/pom.xml b/resources/pom.xml index 9db7950a49..fb03946c59 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../gwt-parent/pom.xml diff --git a/spi/pom.xml b/spi/pom.xml index a86accd472..ab27ce41c4 100644 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../gwt-parent/pom.xml diff --git a/standalone/pom.xml b/standalone/pom.xml index a0e515a5c7..45a4d15257 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../code-parent/pom.xml diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 52d66abbcb..9266a5ed84 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../code-parent/pom.xml diff --git a/themes/eap/pom.xml b/themes/eap/pom.xml index 54ed70df0a..ed7f141e12 100644 --- a/themes/eap/pom.xml +++ b/themes/eap/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-theme-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../pom.xml diff --git a/themes/hal/pom.xml b/themes/hal/pom.xml index 741f38015c..2869a0e2e2 100644 --- a/themes/hal/pom.xml +++ b/themes/hal/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-theme-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../pom.xml diff --git a/themes/pom.xml b/themes/pom.xml index 7c30c119e1..e4f9aa5fb8 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../gwt-parent/pom.xml diff --git a/themes/wildfly/pom.xml b/themes/wildfly/pom.xml index 88f80e6628..0aa0fc3e49 100644 --- a/themes/wildfly/pom.xml +++ b/themes/wildfly/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-theme-parent - 3.6.5-SNAPSHOT + 3.6.5.Final ../pom.xml diff --git a/version.txt b/version.txt index e4f09bb96a..c4ef1a7c13 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.6.5-SNAPSHOT +3.6.5.Final