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 e6e7ad1383 Attempt to fix plugin dependency issue
e6e7ad1383 is described below

commit e6e7ad138325b8575b35a10523b2077b8235931b
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Thu May 12 08:51:21 2022 +0200

    Attempt to fix plugin dependency issue
---
 pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 832aa52c10..19fb3cdef6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1021,18 +1021,11 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
-
-    <repository>
-      <id>jakartaee-api-9.1-M2-SNAPSHOT</id>
-      <name>Jakarta EE API 9.1-M2-SNAPSHOT Staging</name>
-      
<url>https://repository.apache.org/content/repositories/orgapachetomee-1195/</url>
-    </repository>
-
   </repositories>
   <pluginRepositories>
     <pluginRepository>
-      <id>apache-m2-snapshot</id>
-      <name>Apache Software Foundation M2 Snapshot Repository</name>
+      <id>apache-plugin-snapshot</id>
+      <name>Apache Software Foundation Plugin Snapshot Repository</name>
       <url>https://repository.apache.org/content/groups/snapshots</url>
       <releases>
         <enabled>false</enabled>
@@ -1042,10 +1035,17 @@
       </snapshots>
     </pluginRepository>
     <pluginRepository>
-      <id>plugin-jakartaee-api-9.1-M2-SNAPSHOT</id>
-      <name>Jakarta EE API 9.1-M2-SNAPSHOT Staging</name>
-      
<url>https://repository.apache.org/content/repositories/orgapachetomee-1195/</url>
+      <id>apache-plugin-release</id>
+      <name>Apache Software Foundation Plugin Release Repository</name>
+      <url>https://repository.apache.org/content/repositories/releases/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
     </pluginRepository>
+
   </pluginRepositories>
   <dependencyManagement>
     <dependencies>

Reply via email to