Skip to content

Commit 7f6fa09

Browse files
committed
Release 3.5.11
1 parent 3fbb49a commit 7f6fa09

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.11] - 2022-02-24
10+
911
### Added
1012

1113
- [HAL-1590](https://issues.redhat.com/browse/HAL-1590): Add form for OCSP in Elytron Trust Manager
@@ -191,8 +193,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
191193
- for dependency upgrades
192194
-->
193195

194-
[Unreleased]: https://github.com/hal/console/compare/v3.5.10.Final...HEAD
195-
[3.5.10]: https://github.com/hal/console/compare/v3.5.9...v3.5.10.Final
196+
[Unreleased]: https://github.com/hal/console/compare/v3.5.11.Final...HEAD
197+
[3.5.11]: https://github.com/hal/console/compare/v3.5.10...v3.5.11.Final
198+
[3.5.10]: https://github.com/hal/console/compare/v3.5.9...v3.5.10
196199
[3.5.9]: https://github.com/hal/console/compare/v3.5.8...v3.5.9
197200
[3.5.8]: https://github.com/hal/console/compare/v3.5.7...v3.5.8
198201
[3.5.7]: https://github.com/hal/console/compare/v3.5.6...v3.5.7

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

0 commit comments

Comments
 (0)