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

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 84ccc0b24e4 Update Atomikos to 6.0.0 on javax classifier (#27549)
84ccc0b24e4 is described below

commit 84ccc0b24e41f9ba333376aa7371083da213f173
Author: Ling Hengqian <[email protected]>
AuthorDate: Sun Jul 30 09:20:47 2023 +0800

    Update Atomikos to 6.0.0 on javax classifier (#27549)
---
 distribution/proxy-native/src/main/release-docs/LICENSE | 10 +++++-----
 distribution/proxy/src/main/release-docs/LICENSE        | 10 +++++-----
 kernel/transaction/type/xa/provider/atomikos/pom.xml    |  2 +-
 test/e2e/operation/transaction/pom.xml                  |  2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/distribution/proxy-native/src/main/release-docs/LICENSE 
b/distribution/proxy-native/src/main/release-docs/LICENSE
index 1e70e556562..42c4b5ada83 100644
--- a/distribution/proxy-native/src/main/release-docs/LICENSE
+++ b/distribution/proxy-native/src/main/release-docs/LICENSE
@@ -302,11 +302,11 @@ Apache 2.0 licenses
 The following components are provided under the Apache License. See project 
link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
-    atomikos-util 5.0.9: https://www.atomikos.com, Apache 2.0
-    transactions 5.0.9: https://www.atomikos.com, Apache 2.0
-    transactions-api 5.0.9: https://www.atomikos.com, Apache 2.0
-    transactions-jdbc 5.0.9: https://www.atomikos.com, Apache 2.0
-    transactions-jta 5.0.9: https://www.atomikos.com, Apache 2.0
+    atomikos-util 6.0.0: https://www.atomikos.com, Apache 2.0
+    transactions 6.0.0: https://www.atomikos.com, Apache 2.0
+    transactions-api 6.0.0: https://www.atomikos.com, Apache 2.0
+    transactions-jdbc 6.0.0: https://www.atomikos.com, Apache 2.0
+    transactions-jta 6.0.0: https://www.atomikos.com, Apache 2.0
     
 ========================================================================
 BSD licenses
diff --git a/distribution/proxy/src/main/release-docs/LICENSE 
b/distribution/proxy/src/main/release-docs/LICENSE
index 8ff1ee83673..5a979f8383e 100644
--- a/distribution/proxy/src/main/release-docs/LICENSE
+++ b/distribution/proxy/src/main/release-docs/LICENSE
@@ -308,11 +308,11 @@ Apache 2.0 licenses
 The following components are provided under the Apache License. See project 
link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
-    atomikos-util 5.0.9: https://www.atomikos.com, Apache 2.0
-    transactions 5.0.9: https://www.atomikos.com, Apache 2.0
-    transactions-api 5.0.9: https://www.atomikos.com, Apache 2.0
-    transactions-jdbc 5.0.9: https://www.atomikos.com, Apache 2.0
-    transactions-jta 5.0.9: https://www.atomikos.com, Apache 2.0
+    atomikos-util 6.0.0: https://www.atomikos.com, Apache 2.0
+    transactions 6.0.0: https://www.atomikos.com, Apache 2.0
+    transactions-api 6.0.0: https://www.atomikos.com, Apache 2.0
+    transactions-jdbc 6.0.0: https://www.atomikos.com, Apache 2.0
+    transactions-jta 6.0.0: https://www.atomikos.com, Apache 2.0
 
 ========================================================================
 BSD licenses
diff --git a/kernel/transaction/type/xa/provider/atomikos/pom.xml 
b/kernel/transaction/type/xa/provider/atomikos/pom.xml
index 84f74373717..0f01238132f 100644
--- a/kernel/transaction/type/xa/provider/atomikos/pom.xml
+++ b/kernel/transaction/type/xa/provider/atomikos/pom.xml
@@ -27,7 +27,7 @@
     <name>${project.artifactId}</name>
     
     <properties>
-        <atomikos.version>5.0.9</atomikos.version>
+        <atomikos.version>6.0.0</atomikos.version>
     </properties>
     
     <dependencies>
diff --git a/test/e2e/operation/transaction/pom.xml 
b/test/e2e/operation/transaction/pom.xml
index cc215515641..fb02a1c52ec 100644
--- a/test/e2e/operation/transaction/pom.xml
+++ b/test/e2e/operation/transaction/pom.xml
@@ -29,7 +29,7 @@
     <properties>
         <maven.deploy.skip>true</maven.deploy.skip>
         
-        <atomikos.version>5.0.9</atomikos.version>
+        <atomikos.version>6.0.0</atomikos.version>
         <narayana.version>5.12.4.Final</narayana.version>
         
<jboss-transaction-spi.version>7.6.0.Final</jboss-transaction-spi.version>
         <jboss-logging.version>3.2.1.Final</jboss-logging.version>

Reply via email to