From b34c3e427822eb8026e2ff1d3bbd898d7429b9f9 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Wed, 18 Oct 2023 18:31:51 +0200 Subject: [PATCH] Release 3.6.16 --- 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 ff7c43f6b7..8f7ea231c5 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.16] - 2023-10-18 + ### Fixed - [HAL-1914](https://issues.redhat.com/browse/HAL-1914): Unable to create/edit Elytron mapped-role-mapper @@ -539,7 +541,8 @@ Release process failed. Do not use this release! - for dependency upgrades --> -[Unreleased]: https://github.com/hal/console/compare/v3.6.15...HEAD +[Unreleased]: https://github.com/hal/console/compare/v3.6.16...HEAD +[3.6.16]: https://github.com/hal/console/compare/v3.6.15...v3.6.16 [3.6.15]: https://github.com/hal/console/compare/v3.6.14...v3.6.15 [3.6.14]: https://github.com/hal/console/compare/v3.6.13...v3.6.14 [3.6.13]: https://github.com/hal/console/compare/v3.6.12...v3.6.13 diff --git a/app/pom.xml b/app/pom.xml index 52258e5e6c..e74524e6fc 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../gwt-parent/pom.xml diff --git a/app/src/main/module-i18n.gwt.xml b/app/src/main/module-i18n.gwt.xml index 54f7ddbf0a..1011491dc5 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 553de3aa7a..360c7ab6ae 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 a3e98fa25d..a2303fec4b 100644 --- a/ballroom/pom.xml +++ b/ballroom/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../gwt-parent/pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index da52752815..7d87293d71 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index d408b2d89c..baad01cbe0 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.jboss.hal hal-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index e80a120eb9..817d0500db 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.jboss.hal hal-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../pom.xml diff --git a/config/pom.xml b/config/pom.xml index 332e46bb27..0ba4738cd4 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../gwt-parent/pom.xml diff --git a/core/pom.xml b/core/pom.xml index 41f287aed1..2d4362df75 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../gwt-parent/pom.xml diff --git a/db/pom.xml b/db/pom.xml index 4b5046206f..0f1a1401fb 100644 --- a/db/pom.xml +++ b/db/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../gwt-parent/pom.xml diff --git a/dmr/pom.xml b/dmr/pom.xml index 90d85b4ca0..4e4145ddd5 100644 --- a/dmr/pom.xml +++ b/dmr/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../gwt-parent/pom.xml diff --git a/flow/pom.xml b/flow/pom.xml index 54d83d3ae0..bd9c6557f0 100644 --- a/flow/pom.xml +++ b/flow/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../gwt-parent/pom.xml diff --git a/gwt-parent/pom.xml b/gwt-parent/pom.xml index 55fb4821ea..d08d4b1cf0 100644 --- a/gwt-parent/pom.xml +++ b/gwt-parent/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../code-parent/pom.xml diff --git a/js/pom.xml b/js/pom.xml index 5682676a3b..ede6c300ec 100644 --- a/js/pom.xml +++ b/js/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../gwt-parent/pom.xml diff --git a/meta/pom.xml b/meta/pom.xml index c06ff66a5b..32a2be3e81 100644 --- a/meta/pom.xml +++ b/meta/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../gwt-parent/pom.xml diff --git a/pom.xml b/pom.xml index b52370bee4..5f4258078b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.hal hal-parent - 3.6.16-SNAPSHOT + 3.6.16.Final pom HAL :: Parent WildFly / EAP management console diff --git a/processors/pom.xml b/processors/pom.xml index 0581cc045d..f801e4f944 100644 --- a/processors/pom.xml +++ b/processors/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../code-parent/pom.xml diff --git a/resources/pom.xml b/resources/pom.xml index 47feca9981..e0a7d98712 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../gwt-parent/pom.xml diff --git a/spi/pom.xml b/spi/pom.xml index 6df8dd1d56..689e52a73d 100644 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../gwt-parent/pom.xml diff --git a/standalone/pom.xml b/standalone/pom.xml index 9b34e5f06e..ab94f7a94b 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../code-parent/pom.xml diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 8755496904..181e45ad75 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../code-parent/pom.xml diff --git a/themes/eap/pom.xml b/themes/eap/pom.xml index e5da20cbf5..b58fbc6afa 100644 --- a/themes/eap/pom.xml +++ b/themes/eap/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-theme-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../pom.xml diff --git a/themes/hal/pom.xml b/themes/hal/pom.xml index 0512f37405..b5f3a8eca6 100644 --- a/themes/hal/pom.xml +++ b/themes/hal/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-theme-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../pom.xml diff --git a/themes/pom.xml b/themes/pom.xml index 1d413c2f77..dfef087662 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../gwt-parent/pom.xml diff --git a/themes/wildfly/pom.xml b/themes/wildfly/pom.xml index 25a0aba86b..7a661c193f 100644 --- a/themes/wildfly/pom.xml +++ b/themes/wildfly/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-theme-parent - 3.6.16-SNAPSHOT + 3.6.16.Final ../pom.xml diff --git a/version.txt b/version.txt index 46c9616c2a..875ba2f3e2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.6.16-SNAPSHOT +3.6.16.Final