You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by tv...@apache.org on 2016/11/23 19:42:36 UTC

tomee git commit: updating the javaee-api used in the project

Repository: tomee
Updated Branches:
  refs/heads/master baec720d4 -> 0075fb5b5


updating the javaee-api used in the project


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/0075fb5b
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/0075fb5b
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/0075fb5b

Branch: refs/heads/master
Commit: 0075fb5b5f235c16e5cbeb45a3d9ea3532fa9081
Parents: baec720
Author: Thiago Veronezi <th...@veronezi.org>
Authored: Wed Nov 23 19:41:13 2016 +0000
Committer: Thiago Veronezi <th...@veronezi.org>
Committed: Wed Nov 23 19:41:13 2016 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/0075fb5b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e470657..ecfef94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
     <tomee.version>${project.version}</tomee.version>
     
     <!-- to change easily the javaee api version -->
-    <version.javaee-api>7.0-1-SNAPSHOT</version.javaee-api>
+    <version.javaee-api>7.0-2-SNAPSHOT</version.javaee-api>
 
     <openjpa.version>2.4.1</openjpa.version>
     <org.apache.openwebbeans.version>1.7.0</org.apache.openwebbeans.version>