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 2021/09/15 14:26:35 UTC

[tomee] branch master updated: TOMEE-3791 use snapshot version of patch plugin, which does not do this transformation

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 96bc54d  TOMEE-3791 use snapshot version of patch plugin, which does not do this transformation
     new 71f50e8  Merge remote-tracking branch 'apache/master'
96bc54d is described below

commit 96bc54d2e9ecba62ce3f1af354dad1c806052b7c
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Sep 15 15:25:11 2021 +0100

    TOMEE-3791 use snapshot version of patch plugin, which does not do this transformation
---
 tomee/apache-tomee/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index 479cbbf..7e3d770 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -537,7 +537,7 @@
           <plugin>
             <groupId>org.apache.tomee.patch</groupId>
             <artifactId>tomee-patch-plugin</artifactId>
-            <version>0.6</version>
+            <version>0.7-SNAPSHOT</version>
             <configuration>
               <select>apache-tomee-(plus|plume|webprofile|microprofile).*\.zip</select>
               <skipTransform>true</skipTransform>
@@ -748,7 +748,7 @@
           <plugin>
             <groupId>org.apache.tomee.patch</groupId>
             <artifactId>tomee-patch-plugin</artifactId>
-            <version>0.6</version>
+            <version>0.7-SNAPSHOT</version>
             <configuration>
               <select>apache-tomee-(plus|plume|webprofile|microprofile).*\.zip</select>
               <skipTransform>true</skipTransform>