Skip to content

Commit 59a6b53

Browse files
committed
Release 3.7.19
1 parent 56dfa39 commit 59a6b53

File tree

27 files changed

+30
-27
lines changed

27 files changed

+30
-27
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [3.7.19] - 2026-03-09
11+
1012
### Changed
1113

1214
- [HAL-2052](https://issues.redhat.com/browse/HAL-2052): Replace old copyfiles NPM package with modern cpy-cli package
@@ -806,7 +808,8 @@ Release process failed. Do not use this release!
806808
- for dependency upgrades
807809
-->
808810

809-
[Unreleased]: https://github.com/hal/console/compare/v3.7.18...HEAD
811+
[Unreleased]: https://github.com/hal/console/compare/v3.7.19...HEAD
812+
[3.7.19]: https://github.com/hal/console/compare/v3.7.18...v3.7.19
810813
[3.7.18]: https://github.com/hal/console/compare/v3.7.17...v3.7.18
811814
[3.7.17]: https://github.com/hal/console/compare/v3.7.16...v3.7.17
812815
[3.7.16]: https://github.com/hal/console/compare/v3.7.15...v3.7.16

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.jboss.hal</groupId>
2626
<artifactId>hal-gwt-parent</artifactId>
27-
<version>3.7.19-SNAPSHOT</version>
27+
<version>3.7.19.Final</version>
2828
<relativePath>../gwt-parent/pom.xml</relativePath>
2929
</parent>
3030

app/src/main/module-i18n.gwt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
value="org.jboss.hal.client.gin.CompositeModule"/>
3636

3737
<define-configuration-property name="hal.version" is-multi-valued="false"/>
38-
<set-configuration-property name="hal.version" value="3.7.19-SNAPSHOT"/>
38+
<set-configuration-property name="hal.version" value="3.7.19.Final"/>
3939

4040
<set-configuration-property name="CssResource.enableGss" value="true"/>
4141

app/src/main/module.gwt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
value="org.jboss.hal.client.gin.CompositeModule"/>
3636

3737
<define-configuration-property name="hal.version" is-multi-valued="false"/>
38-
<set-configuration-property name="hal.version" value="3.7.19-SNAPSHOT"/>
38+
<set-configuration-property name="hal.version" value="3.7.19.Final"/>
3939

4040
<set-configuration-property name="CssResource.enableGss" value="true"/>
4141

ballroom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.jboss.hal</groupId>
2626
<artifactId>hal-gwt-parent</artifactId>
27-
<version>3.7.19-SNAPSHOT</version>
27+
<version>3.7.19.Final</version>
2828
<relativePath>../gwt-parent/pom.xml</relativePath>
2929
</parent>
3030

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.jboss.hal</groupId>
2626
<artifactId>hal-parent</artifactId>
27-
<version>3.7.19-SNAPSHOT</version>
27+
<version>3.7.19.Final</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jboss.hal</groupId>
2424
<artifactId>hal-parent</artifactId>
25-
<version>3.7.19-SNAPSHOT</version>
25+
<version>3.7.19.Final</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

code-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss.hal</groupId>
2525
<artifactId>hal-parent</artifactId>
26-
<version>3.7.19-SNAPSHOT</version>
26+
<version>3.7.19.Final</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.jboss.hal</groupId>
2626
<artifactId>hal-gwt-parent</artifactId>
27-
<version>3.7.19-SNAPSHOT</version>
27+
<version>3.7.19.Final</version>
2828
<relativePath>../gwt-parent/pom.xml</relativePath>
2929
</parent>
3030

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.jboss.hal</groupId>
2626
<artifactId>hal-gwt-parent</artifactId>
27-
<version>3.7.19-SNAPSHOT</version>
27+
<version>3.7.19.Final</version>
2828
<relativePath>../gwt-parent/pom.xml</relativePath>
2929
</parent>
3030

0 commit comments

Comments
 (0)