Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
java-version: ${{ matrix.java }}
cache: maven
- name: Build with Maven
run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles ${{ matrix.container }} verify
run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles ${{ matrix.container }} clean verify
- uses: actions/upload-artifact@v4
if: failure()
with:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
It does not have to match exactly the version bundled with TomEE, but it should be at least the same JakartaEE spec version.-->
<version.tomee.tomcat>10.1.30</version.tomee.tomcat>
<version.glassfish>7.0.22</version.glassfish>
<version.wildfly>34.0.1.Final</version.wildfly>
<version.wildfly.arquillian.container>5.0.1.Final</version.wildfly.arquillian.container>
<version.wildfly>35.0.1.Final</version.wildfly>
<version.wildfly.arquillian.container>5.1.0.Beta10</version.wildfly.arquillian.container>

<!-- Documentation -->
<version.asciidoctor-maven-plugin>3.2.0</version.asciidoctor-maven-plugin>
Expand Down
Loading