Skip to content

Commit

Permalink
Upgrade to testing with WildFly 29.0.1.Final.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Sep 5, 2023
1 parent 8b62443 commit 7453dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
profile:
- "'-Dsecurity.manager'"
- "'-Dprovision.preview'"
wildfly-version: ['28.0.1.Final', '29.0.0.Final']
wildfly-version: ['28.0.1.Final', '29.0.1.Final']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<version.org.jboss.logging.jboss-logging-tools>2.2.1.Final</version.org.jboss.logging.jboss-logging-tools>
<version.org.jboss.resteasy>6.2.5.Final</version.org.jboss.resteasy>

<version.org.wildfly>29.0.0.Final</version.org.wildfly>
<version.org.wildfly>29.0.1.Final</version.org.wildfly>
<!-- TODO (jrp) this can be removed when RESTEASY-2973 is resolved -->
<version.org.wildfly.common>1.6.0.Final</version.org.wildfly.common>

Expand Down

0 comments on commit 7453dec

Please sign in to comment.