You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2019/01/25 16:44:35 UTC

[tomee] 01/02: Downgrade Fault Tolerance to stable version for ML2 Release.

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

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit fd27d17fc04adaf615baef175bf70a95598acb61
Author: Roberto Cortez <ra...@yahoo.com>
AuthorDate: Fri Jan 25 11:39:53 2019 +0000

    Downgrade Fault Tolerance to stable version for ML2 Release.
---
 examples/pom.xml | 2 +-
 pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index c7195b4..2dfb83c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -102,7 +102,7 @@
     <module>movies-complete</module>
     <module>mp-config-example</module>
     <module>mp-faulttolerance-fallback</module>
-    <module>mp-faulttolerance-retry</module>
+    <!--<module>mp-faulttolerance-retry</module>-->
     <module>mp-metrics-counted</module>
     <module>mp-metrics-histogram</module>
     <module>mp-metrics-timed</module>
diff --git a/pom.xml b/pom.xml
index ccc5f7d..b834a22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
     <microprofile.jwt.impl.version>${project.version}</microprofile.jwt.impl.version>
     <!-- 1.1 Implementation not started yet -->
     <microprofile.fault-tolerance.version>1.1.4</microprofile.fault-tolerance.version>
-    <microprofile.fault-tolerance.impl.version>1.2.1-SNAPSHOT</microprofile.fault-tolerance.impl.version>
+    <microprofile.fault-tolerance.impl.version>1.2.0</microprofile.fault-tolerance.impl.version>
     <microprofile.health.version>1.0</microprofile.health.version>
     <microprofile.health.impl.version>1.0.1</microprofile.health.impl.version>
     <microprofile.metrics.version>1.1</microprofile.metrics.version>