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/27 15:40:36 UTC

[tomee] 01/02: Update to released Java EE 7.0-2

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

jgallimore pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit b47d056623100313c5f3c483bbd848924b6f7998
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Mar 27 15:38:34 2020 +0000

    Update to released Java EE 7.0-2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8d88988..0ab2ca7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
     <maven.compiler.target>1.7</maven.compiler.target>
 
     <!-- To easily change the javaee api version -->
-    <version.javaee-api>7.0-2-SNAPSHOT</version.javaee-api>
+    <version.javaee-api>7.0-2</version.javaee-api>
 
     <openjpa.version>2.4.3</openjpa.version>
     <org.apache.openwebbeans.version>1.7.6</org.apache.openwebbeans.version>