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/09/02 23:23:36 UTC

[ws-axiom] branch master updated: Bump wildfly-preview-dist from 26.1.1.Final to 26.1.2.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


The following commit(s) were added to refs/heads/master by this push:
     new c4359e321 Bump wildfly-preview-dist from 26.1.1.Final to 26.1.2.Final
c4359e321 is described below

commit c4359e321e293fcfa8ae131155f809fdaf2ef8d1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 31 04:10:27 2022 +0000

    Bump wildfly-preview-dist from 26.1.1.Final to 26.1.2.Final
    
    Bumps wildfly-preview-dist from 26.1.1.Final to 26.1.2.Final.
    
    ---
    updated-dependencies:
    - dependency-name: org.wildfly:wildfly-preview-dist
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 fc676e804..6e3258357 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.1.Final</wildfly.version>
+        <wildfly.version>26.1.2.Final</wildfly.version>
         <wildfly.home>${project.build.directory}/wildfly-preview-${wildfly.version}</wildfly.home>
         <wildfly.jigsawArgs>--add-modules java.se</wildfly.jigsawArgs>
     </properties>