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 08:27:39 UTC

[tomee] branch master updated: Revert "Prepare for release"

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


The following commit(s) were added to refs/heads/master by this push:
     new ec8ed11  Revert "Prepare for release"
ec8ed11 is described below

commit ec8ed11229f8f660405a0a38dd6d493343ee5ac6
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Jun 19 09:27:06 2020 +0100

    Revert "Prepare for release"
    
    This reverts commit 0238f1f54d89f5bffc69578365b3d511a71ed9d1.
---
 jakarta/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jakarta/pom.xml b/jakarta/pom.xml
index 0044d1d..8f81e60 100644
--- a/jakarta/pom.xml
+++ b/jakarta/pom.xml
@@ -33,7 +33,7 @@
   <name>TomEE :: TomEE :: Apache TomEE 9</name>
 
   <properties>
-    <tomee.version>8.0.3</tomee.version>
+    <tomee.version>8.0.3-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>
@@ -317,7 +317,7 @@
       <plugin>
         <groupId>org.apache.tomee.patch</groupId>
         <artifactId>tomee-patch-plugin</artifactId>
-        <version>0.1</version>
+        <version>0.1-SNAPSHOT</version>
         <configuration>
           <select>apache-tomee.*\.zip</select>
         </configuration>