From ac4597698c4c5c638243fcc7d080e9f97fb13cac Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Mon, 25 Sep 2023 12:33:17 +0200 Subject: [PATCH] Release 3.6.15 --- 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 e2952d6bc5..e302ae50f6 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.15] - 2023-09-25 + ### Changed - [HAL-1880](https://issues.redhat.com/browse/HAL-1880): Upgrade semver from 5.7.1 to 5.7.2 @@ -520,7 +522,8 @@ Release process failed. Do not use this release! - for dependency upgrades --> -[Unreleased]: https://github.com/hal/console/compare/v3.6.14...HEAD +[Unreleased]: https://github.com/hal/console/compare/v3.6.15...HEAD +[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 [3.6.12]: https://github.com/hal/console/compare/v3.6.11...v3.6.12 diff --git a/app/pom.xml b/app/pom.xml index f054ba4077..b503d4cb48 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../gwt-parent/pom.xml diff --git a/app/src/main/module-i18n.gwt.xml b/app/src/main/module-i18n.gwt.xml index 3895e245b8..b4db7640ca 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 06f72eb9bc..62c62409dd 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 d909e1dd57..8d24cac3b9 100644 --- a/ballroom/pom.xml +++ b/ballroom/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../gwt-parent/pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index c92087aa8a..8c741a66d1 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index 393f26bf90..6f9c8e209e 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.jboss.hal hal-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index a370b4d570..ef1a4f24fa 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.jboss.hal hal-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../pom.xml diff --git a/config/pom.xml b/config/pom.xml index add60388b9..be2fa192a4 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../gwt-parent/pom.xml diff --git a/core/pom.xml b/core/pom.xml index c8a1b6e09d..9981dd61b6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../gwt-parent/pom.xml diff --git a/db/pom.xml b/db/pom.xml index 9a8cd5dcff..b0b894b215 100644 --- a/db/pom.xml +++ b/db/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../gwt-parent/pom.xml diff --git a/dmr/pom.xml b/dmr/pom.xml index 2530184ff2..66a8be3cd2 100644 --- a/dmr/pom.xml +++ b/dmr/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../gwt-parent/pom.xml diff --git a/flow/pom.xml b/flow/pom.xml index 0fc8a21c41..14b5e1440e 100644 --- a/flow/pom.xml +++ b/flow/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../gwt-parent/pom.xml diff --git a/gwt-parent/pom.xml b/gwt-parent/pom.xml index 198f51a1f2..e9bd7cb6b6 100644 --- a/gwt-parent/pom.xml +++ b/gwt-parent/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../code-parent/pom.xml diff --git a/js/pom.xml b/js/pom.xml index b42068e690..1cd3adf896 100644 --- a/js/pom.xml +++ b/js/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../gwt-parent/pom.xml diff --git a/meta/pom.xml b/meta/pom.xml index 0a3b13b7ef..d6581fb16c 100644 --- a/meta/pom.xml +++ b/meta/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../gwt-parent/pom.xml diff --git a/pom.xml b/pom.xml index 877ca6dbb8..36fef39e03 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.hal hal-parent - 3.6.15-SNAPSHOT + 3.6.15.Final pom HAL :: Parent WildFly / EAP management console diff --git a/processors/pom.xml b/processors/pom.xml index ea9c8241c4..5c49ddbe7d 100644 --- a/processors/pom.xml +++ b/processors/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../code-parent/pom.xml diff --git a/resources/pom.xml b/resources/pom.xml index 11d355b0ab..7de8560e45 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../gwt-parent/pom.xml diff --git a/spi/pom.xml b/spi/pom.xml index c1ce095e5e..077b03f181 100644 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../gwt-parent/pom.xml diff --git a/standalone/pom.xml b/standalone/pom.xml index 8482ba433a..c91e297188 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../code-parent/pom.xml diff --git a/testsuite/pom.xml b/testsuite/pom.xml index d82855accd..cf40fb5912 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-code-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../code-parent/pom.xml diff --git a/themes/eap/pom.xml b/themes/eap/pom.xml index bc9499e6c7..6a97c0f9fb 100644 --- a/themes/eap/pom.xml +++ b/themes/eap/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-theme-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../pom.xml diff --git a/themes/hal/pom.xml b/themes/hal/pom.xml index 903c450602..9d4cfd7e4a 100644 --- a/themes/hal/pom.xml +++ b/themes/hal/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-theme-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../pom.xml diff --git a/themes/pom.xml b/themes/pom.xml index d04aee998b..48502ff3f4 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-gwt-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../gwt-parent/pom.xml diff --git a/themes/wildfly/pom.xml b/themes/wildfly/pom.xml index a35b4fdf24..0704ee332c 100644 --- a/themes/wildfly/pom.xml +++ b/themes/wildfly/pom.xml @@ -24,7 +24,7 @@ org.jboss.hal hal-theme-parent - 3.6.15-SNAPSHOT + 3.6.15.Final ../pom.xml diff --git a/version.txt b/version.txt index 76e29e5646..c7aa5ca341 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.6.15-SNAPSHOT +3.6.15.Final