Skip to content

Commit

Permalink
Release 3.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Sep 25, 2023
1 parent b0345b9 commit 7689bd9
Show file tree
Hide file tree
Showing 27 changed files with 30 additions and 27 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.6.14] - 2023-09-25

### Changed

- [HAL-1880](https://issues.redhat.com/browse/HAL-1880): Upgrade semver from 5.7.1 to 5.7.2
Expand Down Expand Up @@ -516,7 +518,8 @@ Release process failed. Do not use this release!
- for dependency upgrades
-->

[Unreleased]: https://github.com/hal/console/compare/v3.6.13...HEAD
[Unreleased]: https://github.com/hal/console/compare/v3.6.14...HEAD
[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
[3.6.11]: https://github.com/hal/console/compare/v3.6.10...v3.6.11
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-gwt-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../gwt-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/module-i18n.gwt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
value="org.jboss.hal.client.gin.CompositeModule"/>

<define-configuration-property name="hal.version" is-multi-valued="false"/>
<set-configuration-property name="hal.version" value="3.6.14-SNAPSHOT"/>
<set-configuration-property name="hal.version" value="3.6.14.Final"/>

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

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/module.gwt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
value="org.jboss.hal.client.gin.CompositeModule"/>

<define-configuration-property name="hal.version" is-multi-valued="false"/>
<set-configuration-property name="hal.version" value="3.6.14-SNAPSHOT"/>
<set-configuration-property name="hal.version" value="3.6.14.Final"/>

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

Expand Down
2 changes: 1 addition & 1 deletion ballroom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-gwt-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../gwt-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-gwt-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../gwt-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-gwt-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../gwt-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-gwt-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../gwt-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dmr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-gwt-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../gwt-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-gwt-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../gwt-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gwt-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-code-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-gwt-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../gwt-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion meta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-gwt-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../gwt-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<packaging>pom</packaging>
<name>HAL :: Parent</name>
<description>WildFly / EAP management console</description>
Expand Down
2 changes: 1 addition & 1 deletion processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-code-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-gwt-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../gwt-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-gwt-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../gwt-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-code-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-code-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion themes/eap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-theme-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion themes/hal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-theme-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion themes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-gwt-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../gwt-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion themes/wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-theme-parent</artifactId>
<version>3.6.14-SNAPSHOT</version>
<version>3.6.14.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.14-SNAPSHOT
3.6.14.Final

0 comments on commit 7689bd9

Please sign in to comment.