You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/04/16 05:07:24 UTC

[tomee] branch tomee-8.x updated: TOMEE-3912 - Upgrade TomEE Patch Plugin to 0.9-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new 489e759ea3 TOMEE-3912 - Upgrade TomEE Patch Plugin to 0.9-SNAPSHOT
489e759ea3 is described below

commit 489e759ea3a9e3a7e2295c1724428bdcf1a9ac95
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Sat Apr 16 07:07:15 2022 +0200

    TOMEE-3912 - Upgrade TomEE Patch Plugin to 0.9-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a9a5eff6bc..52656fa1e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
 
     <!-- To easily change the javaee api version -->
     <version.javaee-api>8.0-5</version.javaee-api>
-    <version.tomee-patch-plugin>0.8</version.tomee-patch-plugin>
+    <version.tomee-patch-plugin>0.9-SNAPSHOT</version.tomee-patch-plugin>
     
     <!--
       Activation and JavaMail are both API and IMPL so we don't have them in the javaee-api uber jar.