diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20ef89905..823a51b9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [3.7.5] - 2024-09-18
+
### Fixed
- [HAL-1987](https://issues.redhat.com/browse/HAL-1987): Internal error and broken navigation on switching Elytron realms
@@ -654,7 +656,8 @@ Release process failed. Do not use this release!
-[Unreleased]: https://github.com/hal/console/compare/v3.7.4...HEAD
+[Unreleased]: https://github.com/hal/console/compare/v3.7.5...HEAD
+[3.7.5]: https://github.com/hal/console/compare/v3.7.4...v3.7.5
[3.7.4]: https://github.com/hal/console/compare/v3.7.3...v3.7.4
[3.7.3]: https://github.com/hal/console/compare/v3.7.2...v3.7.3
[3.7.2]: https://github.com/hal/console/compare/v3.7.1...v3.7.2
diff --git a/app/pom.xml b/app/pom.xml
index e88b610bf..b2a8af5d0 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-gwt-parent
- 3.7.5-SNAPSHOT
+ 3.7.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 e3619ebf3..cff6c25c7 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 84910a967..24dd9e9cf 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 00bdcfac0..27dc8dcf1 100644
--- a/ballroom/pom.xml
+++ b/ballroom/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-gwt-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../gwt-parent/pom.xml
diff --git a/bom/pom.xml b/bom/pom.xml
index 09c4a2339..11070c780 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../pom.xml
diff --git a/build-config/pom.xml b/build-config/pom.xml
index 43e4c1be4..6389fa616 100644
--- a/build-config/pom.xml
+++ b/build-config/pom.xml
@@ -22,7 +22,7 @@
org.jboss.hal
hal-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../pom.xml
diff --git a/code-parent/pom.xml b/code-parent/pom.xml
index 5e8334059..2652fc23d 100644
--- a/code-parent/pom.xml
+++ b/code-parent/pom.xml
@@ -23,7 +23,7 @@
org.jboss.hal
hal-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../pom.xml
diff --git a/config/pom.xml b/config/pom.xml
index 62fdfeb2f..ce7b333a6 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-gwt-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../gwt-parent/pom.xml
diff --git a/core/pom.xml b/core/pom.xml
index 3c4a00483..869028dc9 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-gwt-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../gwt-parent/pom.xml
diff --git a/db/pom.xml b/db/pom.xml
index 8bd60e783..9ea3fc514 100644
--- a/db/pom.xml
+++ b/db/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-gwt-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../gwt-parent/pom.xml
diff --git a/dmr/pom.xml b/dmr/pom.xml
index 45d7f4e83..31e943c92 100644
--- a/dmr/pom.xml
+++ b/dmr/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-gwt-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../gwt-parent/pom.xml
diff --git a/flow/pom.xml b/flow/pom.xml
index 301a57574..ee0d4225e 100644
--- a/flow/pom.xml
+++ b/flow/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-gwt-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../gwt-parent/pom.xml
diff --git a/gwt-parent/pom.xml b/gwt-parent/pom.xml
index c565ecb36..e2c75688e 100644
--- a/gwt-parent/pom.xml
+++ b/gwt-parent/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-code-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../code-parent/pom.xml
diff --git a/js/pom.xml b/js/pom.xml
index 5ff5a8464..88babb63b 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-gwt-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../gwt-parent/pom.xml
diff --git a/meta/pom.xml b/meta/pom.xml
index 4cda94613..a96f756e2 100644
--- a/meta/pom.xml
+++ b/meta/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-gwt-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../gwt-parent/pom.xml
diff --git a/pom.xml b/pom.xml
index 517135085..3c477a963 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
org.jboss.hal
hal-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
pom
HAL :: Parent
WildFly / EAP management console
diff --git a/processors/pom.xml b/processors/pom.xml
index 976acddae..d1b7ce05b 100644
--- a/processors/pom.xml
+++ b/processors/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-code-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../code-parent/pom.xml
diff --git a/resources/pom.xml b/resources/pom.xml
index d4d409097..c2aabaebf 100644
--- a/resources/pom.xml
+++ b/resources/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-gwt-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../gwt-parent/pom.xml
diff --git a/spi/pom.xml b/spi/pom.xml
index 9537c2d65..98bde5efb 100644
--- a/spi/pom.xml
+++ b/spi/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-gwt-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../gwt-parent/pom.xml
diff --git a/standalone/pom.xml b/standalone/pom.xml
index f38ddc01b..70fb10c2d 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-code-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../code-parent/pom.xml
diff --git a/testsuite/pom.xml b/testsuite/pom.xml
index 90158929d..455a29738 100644
--- a/testsuite/pom.xml
+++ b/testsuite/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-code-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../code-parent/pom.xml
diff --git a/themes/eap/pom.xml b/themes/eap/pom.xml
index 590dc3cf2..fb17ba4b2 100644
--- a/themes/eap/pom.xml
+++ b/themes/eap/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-theme-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../pom.xml
diff --git a/themes/hal/pom.xml b/themes/hal/pom.xml
index ac33d9603..28bc8093b 100644
--- a/themes/hal/pom.xml
+++ b/themes/hal/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-theme-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../pom.xml
diff --git a/themes/pom.xml b/themes/pom.xml
index bc6ffb24b..3cd79d310 100644
--- a/themes/pom.xml
+++ b/themes/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-gwt-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../gwt-parent/pom.xml
diff --git a/themes/wildfly/pom.xml b/themes/wildfly/pom.xml
index aa4a931f8..dbb64c3b3 100644
--- a/themes/wildfly/pom.xml
+++ b/themes/wildfly/pom.xml
@@ -24,7 +24,7 @@
org.jboss.hal
hal-theme-parent
- 3.7.5-SNAPSHOT
+ 3.7.5.Final
../pom.xml
diff --git a/version.txt b/version.txt
index 4e8dd235f..d203727a5 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-3.7.5-SNAPSHOT
+3.7.5.Final