You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/11/14 23:59:58 UTC

[ws-axiom] 02/02: Bump wildfly-preview-dist from 26.1.2.Final to 27.0.0.Final

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

commit 2d73576bf92fc608bed7e064bf5a498ef4f3d262
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 14 23:41:27 2022 +0000

    Bump wildfly-preview-dist from 26.1.2.Final to 27.0.0.Final
    
    Bumps wildfly-preview-dist from 26.1.2.Final to 27.0.0.Final.
    
    ---
    updated-dependencies:
    - dependency-name: org.wildfly:wildfly-preview-dist
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 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 7742084d7..6a4ae9460 100644
--- a/systests/wildfly-tests/pom.xml
+++ b/systests/wildfly-tests/pom.xml
@@ -32,7 +32,7 @@
     <name>Wildfly Tests</name>
 
     <properties>
-        <wildfly.version>26.1.2.Final</wildfly.version>
+        <wildfly.version>27.0.0.Final</wildfly.version>
         <wildfly.home>${project.build.directory}/wildfly-preview-${wildfly.version}</wildfly.home>
         <wildfly.jigsawArgs>--add-modules java.se</wildfly.jigsawArgs>
     </properties>