You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2023/06/12 06:01:19 UTC

[shardingsphere] branch master updated: Revert "Update Atomikos to 6.0.0 on javax classifier (#26074)" (#26274)

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

duanzhengqiang 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 bb4d98077c3 Revert "Update Atomikos to 6.0.0 on javax classifier (#26074)" (#26274)
bb4d98077c3 is described below

commit bb4d98077c3d7b69dec2f13aa720b2641414ddf6
Author: zhaojinchao <zh...@apache.org>
AuthorDate: Mon Jun 12 14:01:11 2023 +0800

    Revert "Update Atomikos to 6.0.0 on javax classifier (#26074)" (#26274)
    
    This reverts commit 39d5858d5619ef40f09173064a470ae72ac771f6.
---
 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 42c4b5ada83..1e70e556562 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 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
+    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
     
 ========================================================================
 BSD licenses
diff --git a/distribution/proxy/src/main/release-docs/LICENSE b/distribution/proxy/src/main/release-docs/LICENSE
index 44a3bc750f9..81697d47014 100644
--- a/distribution/proxy/src/main/release-docs/LICENSE
+++ b/distribution/proxy/src/main/release-docs/LICENSE
@@ -307,11 +307,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 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
+    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
     
 ========================================================================
 BSD licenses
diff --git a/kernel/transaction/type/xa/provider/atomikos/pom.xml b/kernel/transaction/type/xa/provider/atomikos/pom.xml
index d870e8a430a..9753368a8ac 100644
--- a/kernel/transaction/type/xa/provider/atomikos/pom.xml
+++ b/kernel/transaction/type/xa/provider/atomikos/pom.xml
@@ -28,7 +28,7 @@
     <name>${project.artifactId}</name>
     
     <properties>
-        <atomikos.version>6.0.0</atomikos.version>
+        <atomikos.version>5.0.9</atomikos.version>
     </properties>
     
     <dependencies>
diff --git a/test/e2e/operation/transaction/pom.xml b/test/e2e/operation/transaction/pom.xml
index 762f0397f73..98a5bcfd4c4 100644
--- a/test/e2e/operation/transaction/pom.xml
+++ b/test/e2e/operation/transaction/pom.xml
@@ -30,7 +30,7 @@
     <properties>
         <maven.deploy.skip>true</maven.deploy.skip>
         
-        <atomikos.version>6.0.0</atomikos.version>
+        <atomikos.version>5.0.9</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>