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:56 UTC

[ws-axiom] branch master updated (59049a631 -> 2d73576bf)

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


    from 59049a631 [AXIOM-506] Move Activation related classes to axiom-activation
     new ea6eef7d8 Update Arquillian
     new 2d73576bf Bump wildfly-preview-dist from 26.1.2.Final to 27.0.0.Final

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 systests/wildfly-tests/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[ws-axiom] 01/02: Update Arquillian

Posted by ve...@apache.org.
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 ea6eef7d80c108e7ec64b95600b4799adf899a55
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Mon Nov 14 23:39:36 2022 +0000

    Update Arquillian
---
 systests/wildfly-tests/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/systests/wildfly-tests/pom.xml b/systests/wildfly-tests/pom.xml
index 866fe4fb0..7742084d7 100644
--- a/systests/wildfly-tests/pom.xml
+++ b/systests/wildfly-tests/pom.xml
@@ -62,13 +62,13 @@
         <dependency>
             <groupId>org.jboss.arquillian.junit</groupId>
             <artifactId>arquillian-junit-container</artifactId>
-            <version>1.6.0.Final</version>
+            <version>1.7.0.Alpha13</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.wildfly.arquillian</groupId>
             <artifactId>wildfly-arquillian-container-managed</artifactId>
-            <version>5.0.0.Alpha5</version>
+            <version>5.0.0.Alpha6</version>
             <scope>test</scope>
         </dependency>
     </dependencies>


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

Posted by ve...@apache.org.
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>