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/12 12:09:04 UTC

[tomee-jakarta] branch master updated: Update TomEE version

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-jakarta.git


The following commit(s) were added to refs/heads/master by this push:
     new 1291a77  Update TomEE version
1291a77 is described below

commit 1291a7701d22a53e9549584ce4878302dd49a066
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Thu Nov 12 12:06:17 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index 7385d78..c5634b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
 
 
   <properties>
-    <tomee.version>8.0.4</tomee.version>
+    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
     <tomee.build.name>${project.groupId}.tomee.tomee</tomee.build.name>
     <webprofile.work-dir>${project.build.directory}/webprofile-work-dir</webprofile.work-dir>
     <plus.work-dir>${project.build.directory}/plus-work-dir</plus.work-dir>