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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 55b275d  Upgrade javaee-api to latest so we can see if it breaks 
something
     new 57d1df9  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/tomee
55b275d is described below

commit 55b275db8e4d2f22e78fbcc0a77e783cde7c9f71
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Mon Sep 23 15:18:55 2019 -0700

    Upgrade javaee-api to latest so we can see if it breaks something
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a72f18..db068cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     
<tomee.build.name>${project.groupId}.${project.artifactId}</tomee.build.name>
 
     <!-- To easily change the javaee api version -->
-    <version.javaee-api>8.0-2</version.javaee-api>
+    <version.javaee-api>8.0-3-SNAPSHOT</version.javaee-api>
 
     <!--
       Activation and JavaMail are both API and IMPL so we don't have them in 
the javaee-api uber jar.

Reply via email to