This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 798f415a9 Update Wildfly
798f415a9 is described below
commit 798f415a902cfcd6322b7fce2039aee6f825f50a
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun May 1 11:05:15 2022 +0000
Update Wildfly
---
systests/wildfly-tests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systests/wildfly-tests/pom.xml b/systests/wildfly-tests/pom.xml
index 059e6ced4..e1f08f633 100644
--- a/systests/wildfly-tests/pom.xml
+++ b/systests/wildfly-tests/pom.xml
@@ -32,7 +32,7 @@
<name>Wildfly Tests</name>
<properties>
- <wildfly.version>25.0.1.Final</wildfly.version>
+ <wildfly.version>26.1.0.Final</wildfly.version>
<wildfly.home>${project.build.directory}/wildfly-${wildfly.version}</wildfly.home>
<wildfly.jigsawArgs>--add-modules java.se</wildfly.jigsawArgs>
</properties>