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:49 UTC

[05/12] tomee git commit: TOMEE-2280 - Upgrade to MicroProfile 2.0.

TOMEE-2280 - Upgrade to MicroProfile 2.0.


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

Branch: refs/heads/master
Commit: e38b13ec79d3283979e7d7cd6844f8e2ccb19728
Parents: 2e7f85c
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Wed Nov 21 15:13:16 2018 +0000
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Tue Dec 4 11:16:27 2018 +0000

----------------------------------------------------------------------
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/e38b13ec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 390ff92..36d7ac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@
     <version.shrinkwrap.resolver.bom>2.1.0</version.shrinkwrap.resolver.bom>
 
     <!-- Micro Profile -->
-    <microprofile.version>1.3</microprofile.version>
+    <microprofile.version>2.0</microprofile.version>
     <microprofile.config.version>1.2</microprofile.config.version>
     <!-- Already supports MP Config 1.3, but compatible to 1.2. Updated to fix GERONIMO-6600 -->
     <microprofile.config.impl.version>1.2</microprofile.config.impl.version>
@@ -380,7 +380,6 @@
           <localCheckout>true</localCheckout>
           <pushChanges>false</pushChanges>
           <releaseProfiles></releaseProfiles>
-          <autoVersionSubmodules>true</autoVersionSubmodules>
         </configuration>
       </plugin>