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/03/27 08:17:05 UTC

[tomee-jakarta] branch master updated: Use plugin and not dependency repo

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


The following commit(s) were added to refs/heads/master by this push:
     new 4dae2d6  Use plugin and not dependency repo
4dae2d6 is described below

commit 4dae2d68a518e526562603fef971823e1f605286
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Sat Mar 27 09:16:53 2021 +0100

    Use plugin and not dependency repo
---
 pom.xml | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5b4788d..0fac3aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1329,23 +1329,18 @@
     </pluginManagement>
   </build>
 
-  <repositories>
-    <repository>
-      <id>apache-snapshots</id>
-      <url>https://repository.apache.org/content/repositories/snapshots</url>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>ossrh</id>
+      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
       <layout>default</layout>
       <releases>
         <enabled>false</enabled>
       </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  <pluginRepositories>
+    </pluginRepository>
     <pluginRepository>
-      <id>ossrh</id>
-      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+      <id>apache-snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
       <layout>default</layout>
       <releases>
         <enabled>false</enabled>