From 23e8822929da2eb10a0f623af2745dd866cdd389 Mon Sep 17 00:00:00 2001 From: linghengqian Date: Fri, 28 Jul 2023 23:49:52 +0800 Subject: [PATCH] Update Atomikos to 6.0.0 on javax classifier --- .../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 1e70e55656258..42c4b5ada830b 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 8ff1ee83673e6..5a979f8383efa 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 84f7437371783..0f01238132f60 100644 --- a/kernel/transaction/type/xa/provider/atomikos/pom.xml +++ b/kernel/transaction/type/xa/provider/atomikos/pom.xml @@ -27,7 +27,7 @@ ${project.artifactId} - 5.0.9 + 6.0.0 diff --git a/test/e2e/operation/transaction/pom.xml b/test/e2e/operation/transaction/pom.xml index cc21551564105..fb02a1c52ec36 100644 --- a/test/e2e/operation/transaction/pom.xml +++ b/test/e2e/operation/transaction/pom.xml @@ -29,7 +29,7 @@ true - 5.0.9 + 6.0.0 5.12.4.Final 7.6.0.Final 3.2.1.Final