Skip to content

Commit 326c007

Browse files
authored
Merge pull request #304 from rhusar/295-wildfly35
Upgrade WildFly to 35.0.1.Final.
2 parents 6255d20 + 88778c0 commit 326c007

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
java-version: ${{ matrix.java }}
3737
cache: maven
3838
- name: Build with Maven
39-
run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles ${{ matrix.container }} verify
39+
run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles ${{ matrix.container }} clean verify
4040
- uses: actions/upload-artifact@v4
4141
if: failure()
4242
with:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
It does not have to match exactly the version bundled with TomEE, but it should be at least the same JakartaEE spec version.-->
105105
<version.tomee.tomcat>10.1.30</version.tomee.tomcat>
106106
<version.glassfish>7.0.22</version.glassfish>
107-
<version.wildfly>34.0.1.Final</version.wildfly>
108-
<version.wildfly.arquillian.container>5.0.1.Final</version.wildfly.arquillian.container>
107+
<version.wildfly>35.0.1.Final</version.wildfly>
108+
<version.wildfly.arquillian.container>5.1.0.Beta10</version.wildfly.arquillian.container>
109109

110110
<!-- Documentation -->
111111
<version.asciidoctor-maven-plugin>3.2.0</version.asciidoctor-maven-plugin>

0 commit comments

Comments
 (0)