Skip to content

Commit

Permalink
Bump to 3.0.23.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Jul 13, 2020
1 parent 50a95e1 commit 4b45478
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion app/Gruntfile.js
Expand Up @@ -34,7 +34,7 @@ module.exports = function (grunt) {
node: 'node_modules',
public: 'src/main/resources/org/jboss/hal/public',
themeDir: '../themes/<%= theme %>/src/main/resources/org/jboss/hal/theme/<%= theme %>',
version: '3.0.22',
version: '3.0.23',
},

clean: {
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
@@ -1,6 +1,6 @@
{
"name": "org.jboss.hal.npm",
"version": "3.0.22",
"version": "3.0.23",
"description": "NPM dependencies",
"license": "Apache-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-gwt</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-gwt/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/module-i18n.gwt.xml
Expand Up @@ -34,7 +34,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.0.22.Final"/>
<set-configuration-property name="hal.version" value="3.0.23.Final"/>

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

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/module.gwt.xml
Expand Up @@ -34,7 +34,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.0.22.Final"/>
<set-configuration-property name="hal.version" value="3.0.23.Final"/>

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

Expand Down
2 changes: 1 addition & 1 deletion ballroom/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-gwt</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-gwt/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
</parent>

<artifactId>hal-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-gwt</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-gwt/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-gwt</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-gwt/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion db/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-gwt</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-gwt/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dmr/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-gwt</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-gwt/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-dependencies</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-dependencies/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flow/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-gwt</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-gwt/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion js/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-gwt</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-gwt/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion meta/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-gwt</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-gwt/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion npm/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-dependencies</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-dependencies/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion npm/src/main/resources/hal-console/package.json
@@ -1,6 +1,6 @@
{
"name": "hal-console",
"version": "3.0.22",
"version": "3.0.23",
"description": "Management console for WildFly / JBoss EAP",
"keywords": [
"hal",
Expand Down
2 changes: 1 addition & 1 deletion npm/src/main/resources/hal-edk/package.json
@@ -1,6 +1,6 @@
{
"name": "hal-edk",
"version": "3.0.22",
"version": "3.0.23",
"description": "HAL extension development kit",
"keywords": [
"hal",
Expand Down
2 changes: 1 addition & 1 deletion parent-with-dependencies/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
</parent>

<artifactId>hal-parent-with-dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parent-with-gwt/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-dependencies</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-dependencies/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@

<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<name>HAL :: Parent :: Aggregator</name>
<description>The WildFly / EAP management console</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion processors/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-dependencies</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-dependencies/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion resources/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-gwt</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-gwt/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-gwt</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-gwt/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion standalone/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-dependencies</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-dependencies/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-dependencies</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-dependencies/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion themes/eap/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-theme-parent</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
</parent>

<artifactId>hal-theme-eap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion themes/hal/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-theme-parent</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
</parent>

<artifactId>hal-theme-hal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion themes/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-parent-with-gwt</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
<relativePath>../parent-with-gwt/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion themes/wildfly/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.hal</groupId>
<artifactId>hal-theme-parent</artifactId>
<version>3.0.22.Final</version>
<version>3.0.23.Final</version>
</parent>

<artifactId>hal-theme-wildfly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
3.0.22.Final
3.0.23.Final

0 comments on commit 4b45478

Please sign in to comment.