From 463bc5adda37fa41e01a72b9782613d9b821ebb9 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Tue, 18 Jul 2023 07:33:58 +0200 Subject: [PATCH] Release 3.6.11 --- 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 0e13793e90..338e84ba01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [3.6.11] - 2023-07-18 + ### Added - [HAL-1874](https://issues.redhat.com/browse/HAL-1874): Enable access control tab for SSO @@ -475,7 +477,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - for dependency upgrades --> -[Unreleased]: https://github.com/hal/console/compare/v3.6.10...HEAD +[Unreleased]: https://github.com/hal/console/compare/v3.6.11...HEAD +[3.6.11]: https://github.com/hal/console/compare/v3.6.10...v3.6.11 [3.6.10]: https://github.com/hal/console/compare/v3.6.9...v3.6.10 [3.6.9]: https://github.com/hal/console/compare/v3.6.8...v3.6.9 [3.6.8]: https://github.com/hal/console/compare/v3.6.7...v3.6.8 diff --git a/app/pom.xml b/app/pom.xml index 551b61b0fc..6785257dac 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../gwt-parent/pom.xml diff --git a/app/src/main/module-i18n.gwt.xml b/app/src/main/module-i18n.gwt.xml index 1591dbba56..c803c484e0 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 37cfdda27a..54b35d501b 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 7a07499875..be715dd378 100644 --- a/ballroom/pom.xml +++ b/ballroom/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../gwt-parent/pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index 19d1722234..78973cc354 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index 3d10b98c56..6b6994b7aa 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.jboss.hal hal-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index 0f5eb071be..527564a102 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.jboss.hal hal-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../pom.xml diff --git a/config/pom.xml b/config/pom.xml index 1f15e7011b..7957cbd28f 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../gwt-parent/pom.xml diff --git a/core/pom.xml b/core/pom.xml index 999d7c159f..505bf1f191 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../gwt-parent/pom.xml diff --git a/db/pom.xml b/db/pom.xml index 8812146476..6657ece81d 100644 --- a/db/pom.xml +++ b/db/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../gwt-parent/pom.xml diff --git a/dmr/pom.xml b/dmr/pom.xml index e833d7ef94..4d1dc47074 100644 --- a/dmr/pom.xml +++ b/dmr/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../gwt-parent/pom.xml diff --git a/flow/pom.xml b/flow/pom.xml index bf9966cb65..2b87e648b8 100644 --- a/flow/pom.xml +++ b/flow/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../gwt-parent/pom.xml diff --git a/gwt-parent/pom.xml b/gwt-parent/pom.xml index 53c9bb7aab..ca3bda3b4a 100644 --- a/gwt-parent/pom.xml +++ b/gwt-parent/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../code-parent/pom.xml diff --git a/js/pom.xml b/js/pom.xml index dedd34ed7a..6b3cfd27f1 100644 --- a/js/pom.xml +++ b/js/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../gwt-parent/pom.xml diff --git a/meta/pom.xml b/meta/pom.xml index ebcdc4c5e7..ae61262151 100644 --- a/meta/pom.xml +++ b/meta/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../gwt-parent/pom.xml diff --git a/pom.xml b/pom.xml index d511c29216..64502649a1 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.hal hal-parent - 3.6.11-SNAPSHOT + 3.6.11.Final pom HAL :: Parent WildFly / EAP management console diff --git a/processors/pom.xml b/processors/pom.xml index 52be147bb0..ef12b2f5b8 100644 --- a/processors/pom.xml +++ b/processors/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../code-parent/pom.xml diff --git a/resources/pom.xml b/resources/pom.xml index 334cbe00fa..197000f84c 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../gwt-parent/pom.xml diff --git a/spi/pom.xml b/spi/pom.xml index 836b15ef1f..cade475185 100644 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../gwt-parent/pom.xml diff --git a/standalone/pom.xml b/standalone/pom.xml index fa65e15c9d..99d2d486d4 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../code-parent/pom.xml diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 0e997be44d..26bd516c48 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../code-parent/pom.xml diff --git a/themes/eap/pom.xml b/themes/eap/pom.xml index 44c4707a6e..24d4d26d7f 100644 --- a/themes/eap/pom.xml +++ b/themes/eap/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-theme-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../pom.xml diff --git a/themes/hal/pom.xml b/themes/hal/pom.xml index 86ba186efe..a0608eaa36 100644 --- a/themes/hal/pom.xml +++ b/themes/hal/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-theme-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../pom.xml diff --git a/themes/pom.xml b/themes/pom.xml index cf43250a37..4797cbe34e 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../gwt-parent/pom.xml diff --git a/themes/wildfly/pom.xml b/themes/wildfly/pom.xml index ad94411dc4..e61cb34c5e 100644 --- a/themes/wildfly/pom.xml +++ b/themes/wildfly/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-theme-parent - 3.6.11-SNAPSHOT + 3.6.11.Final ../pom.xml diff --git a/version.txt b/version.txt index be51aefc82..c30a83d865 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.6.11-SNAPSHOT +3.6.11.Final