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/11/17 22:58:25 UTC

[tomee] branch master updated: Correct Java EE API - updated in error

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 a2b6496  Correct Java EE API - updated in error
a2b6496 is described below

commit a2b6496b9accdc337eecbb91eee2c7131c26af6e
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Tue Nov 17 22:58:14 2020 +0000

    Correct Java EE API - updated in error
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 22f1770..a47a21b 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.6</version.javaee-api>
+    <version.javaee-api>8.0-5</version.javaee-api>
 
     <!--
       Activation and JavaMail are both API and IMPL so we don't have them in the javaee-api uber jar.