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/06/19 09:37:03 UTC

[tomee-jakarta] branch master updated: Use release versions

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 754ee20  Use release versions
754ee20 is described below

commit 754ee20495ef831c4076f6c23011d369ba5289ed
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Jun 19 10:36:41 2020 +0100

    Use release versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fc38d34..5f91e99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
 
 
   <properties>
-    <tomee.version>8.0.3-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.3</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>
@@ -366,7 +366,7 @@
       <plugin>
         <groupId>org.apache.tomee.patch</groupId>
         <artifactId>tomee-patch-plugin</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1</version>
         <configuration>
           <select>apache-tomee.*\.zip</select>
         </configuration>