You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/03/20 12:50:22 UTC

[tomee] branch master updated: Use released version of Java EE API

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

jgallimore 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 780df6c  Use released version of Java EE API
780df6c is described below

commit 780df6c2207503de68a2d26aea5106bf8148f11a
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Mar 20 12:49:35 2020 +0000

    Use released version of Java EE API
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3cc6a75..154cf4a 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-4-SNAPSHOT</version.javaee-api>
+    <version.javaee-api>8.0-4</version.javaee-api>
 
     <!--
       Activation and JavaMail are both API and IMPL so we don't have them in the javaee-api uber jar.