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/17 21:28:26 UTC

[tomee-jakarta] branch master updated: Use 8.0.5

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 07770eb  Use 8.0.5
07770eb is described below

commit 07770eba27b77b8a3b61981572efd28189fd1c87
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Tue Nov 17 21:28:05 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index c5634b5..da97a82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
 
 
   <properties>
-    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.5</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>