Skip to content

Commit

Permalink
Upgrade to WildFly Glow 1.0.0.Final, add JDK 21 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Francois Denise committed Apr 11, 2024
1 parent 7224119 commit 32a11bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review]

env:
WILDFLY_GLOW: https://github.com/wildfly/wildfly-glow/releases/download/1.0.0.Beta7/wildfly-glow-1.0.0.Beta7.zip
WILDFLY_GLOW: https://github.com/wildfly/wildfly-glow/releases/download/1.0.0.Final/wildfly-glow-1.0.0.Final.zip
jobs:
build:
name: ${{ matrix.os }}-jdk${{ matrix.java }}
Expand All @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java: ['17']
java: ['17', '21']

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ <h1>WildFly Galleon Feature Packs Documentation</h1>
<div class="details">
<span id="author" class="author">Jean-Francois Denise</span><br>
<span id="revnumber">version 1.0.0.Final,</span>
<span id="revdate">2024-04-05T14:12:32Z</span>
<span id="revdate">2024-04-11T10:47:20Z</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -4053,7 +4053,7 @@ <h4 id="_add_ons_4"><a class="anchor" href="#_add_ons_4"></a><a class="link" hre
<div id="footer">
<div id="footer-text">
Version 1.0.0.Final<br>
Last updated 2024-04-05 16:12:34 +0200
Last updated 2024-04-11 12:47:20 +0200
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<ec2-pub-ip-dash>1-2-3-4</ec2-pub-ip-dash>
<ec2-pub-ip>1.2.3.4</ec2-pub-ip>
<version.org.wildfly.glow>1.0.0.Beta13</version.org.wildfly.glow>
<version.org.wildfly.glow>1.0.0.Final</version.org.wildfly.glow>
<version.org.asciidoctor>2.0.0</version.org.asciidoctor>
</properties>

Expand Down

0 comments on commit 32a11bf

Please sign in to comment.