You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2021/05/03 09:30:06 UTC

[tomee] branch master updated: Add staging repo for TomEE Maven Plugin and update to 0.5

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

jlmonteiro 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 11f3ff7  Add staging repo for TomEE Maven Plugin and update to 0.5
11f3ff7 is described below

commit 11f3ff73cef5bbb7ec594534d3c81e28b81ec25d
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Mon May 3 11:29:51 2021 +0200

    Add staging repo for TomEE Maven Plugin and update to 0.5
---
 pom.xml                    | 4 ++++
 tomee/apache-tomee/pom.xml | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cb85152..f6f7517 100644
--- a/pom.xml
+++ b/pom.xml
@@ -969,6 +969,10 @@
         <enabled>true</enabled>
       </snapshots>
     </pluginRepository>
+    <pluginRepository>
+      <id>staging-tomee-patch-plugin</id>
+      <url>https://repository.apache.org/content/repositories/orgapachetomee-1183</url>
+    </pluginRepository>
   </pluginRepositories>
   <dependencyManagement>
     <dependencies>
diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index c79d300..de61760 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -530,7 +530,7 @@
           <plugin>
             <groupId>org.apache.tomee.patch</groupId>
             <artifactId>tomee-patch-plugin</artifactId>
-            <version>0.4</version>
+            <version>0.5</version>
             <configuration>
               <select>apache-tomee-(plus|plume|webprofile|microprofile).*\.zip</select>
               <skipTransform>true</skipTransform>
@@ -741,7 +741,7 @@
           <plugin>
             <groupId>org.apache.tomee.patch</groupId>
             <artifactId>tomee-patch-plugin</artifactId>
-            <version>0.4</version>
+            <version>0.5</version>
             <configuration>
               <select>apache-tomee-(plus|plume|webprofile|microprofile).*\.zip</select>
               <skipTransform>true</skipTransform>