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 d54b01a Use release EE API
d54b01a is described below
commit d54b01a101f309fdda59690c8b637508b09efffe
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Thu Dec 5 10:17:15 2019 +0000
Use release EE API
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 571b04d..c22edb4 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-3-SNAPSHOT</version.javaee-api>
+ <version.javaee-api>8.0-2</version.javaee-api>
<!--
Activation and JavaMail are both API and IMPL so we don't have them in
the javaee-api uber jar.