You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2020/10/23 06:31:55 UTC

[tomee] branch master updated: TOMEE-2910 also update TomEE8 itself to latest javaee-api

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

struberg 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 65e7b9c  TOMEE-2910 also update TomEE8 itself to latest javaee-api
65e7b9c is described below

commit 65e7b9c184e00d20e31bf3ced14a169c540763ce
Author: Mark Struberg <st...@apache.org>
AuthorDate: Fri Oct 23 08:30:21 2020 +0200

    TOMEE-2910 also update TomEE8 itself to latest javaee-api
    
    This contains an important fix for calculating hashCodes in the
    cdi-2.0 Api. See https://issues.apache.org/jira/browse/GERONIMO-6784
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0568f67..7c81d26 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</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.