You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2018/12/07 17:25:54 UTC

[10/12] tomee git commit: Added notes on missing MP updates to support 2.0.

Added notes on missing MP updates to support 2.0.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/0952c993
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/0952c993
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/0952c993

Branch: refs/heads/master
Commit: 0952c9939b09d1a7c7afe4b1b8d4dab179d3df48
Parents: 70b9eb6
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Wed Nov 21 16:37:00 2018 +0000
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Tue Dec 4 11:16:27 2018 +0000

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/0952c993/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9a4a271..93d571e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,8 +200,10 @@
     <microprofile.version>2.0</microprofile.version>
     <microprofile.config.version>1.3</microprofile.config.version>
     <microprofile.config.impl.version>1.2</microprofile.config.impl.version>
+    <!-- 1.1 Implementation ongoing in TOMEE-2247 -->
     <microprofile.jwt.version>1.0</microprofile.jwt.version>
     <microprofile.jwt.impl.version>${project.version}</microprofile.jwt.impl.version>
+    <!-- 1.1 Implementation not started yet -->
     <microprofile.fault-tolerance.version>1.0</microprofile.fault-tolerance.version>
     <microprofile.fault-tolerance.impl.version>1.1-SNAPSHOT</microprofile.fault-tolerance.impl.version>
     <microprofile.health.version>1.0</microprofile.health.version>