Skip to content

Commit b65e413

Browse files
committed
Release 3.5.9
1 parent d09b9a3 commit b65e413

27 files changed

Lines changed: 31 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [3.5.9] - 2022-02-16
10+
911
### Changed
1012

1113
- Update README.md
@@ -148,8 +150,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
148150
- in case of vulnerabilities
149151
-->
150152

151-
[Unreleased]: https://github.com/hal/console/compare/v3.5.8.Final...HEAD
152-
[3.5.8]: https://github.com/hal/console/compare/v3.5.7...v3.5.8.Final
153+
[Unreleased]: https://github.com/hal/console/compare/v3.5.9.Final...HEAD
154+
[3.5.9]: https://github.com/hal/console/compare/v3.5.8...v3.5.9.Final
155+
[3.5.8]: https://github.com/hal/console/compare/v3.5.7...v3.5.8
153156
[3.5.7]: https://github.com/hal/console/compare/v3.5.6...v3.5.7
154157
[3.5.6]: https://github.com/hal/console/compare/v3.5.5...v3.5.6
155158
[3.5.5]: https://github.com/hal/console/compare/v3.5.4...v3.5.5

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.5.9-SNAPSHOT</version>
27+
<version>3.5.9.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.5.9-SNAPSHOT"/>
38+
<set-configuration-property name="hal.version" value="3.5.9.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.5.9-SNAPSHOT"/>
38+
<set-configuration-property name="hal.version" value="3.5.9.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.5.9-SNAPSHOT</version>
27+
<version>3.5.9.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.5.9-SNAPSHOT</version>
27+
<version>3.5.9.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.5.9-SNAPSHOT</version>
25+
<version>3.5.9.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.5.9-SNAPSHOT</version>
26+
<version>3.5.9.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.5.9-SNAPSHOT</version>
27+
<version>3.5.9.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.5.9-SNAPSHOT</version>
27+
<version>3.5.9.Final</version>
2828
<relativePath>../gwt-parent/pom.xml</relativePath>
2929
</parent>
3030

0 commit comments

Comments
 (0)