You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/10/15 08:54:51 UTC

[syncope] branch 2_1_X updated: Apply same fix as 4e3e48ac6656b3fbd39ac55ccf04001a774bb35f for repository definition

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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 76f2e2f  Apply same fix as 4e3e48ac6656b3fbd39ac55ccf04001a774bb35f for repository definition
76f2e2f is described below

commit 76f2e2ff702a6afc9f6a58338e7f3715bf3410a7
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Oct 15 10:51:56 2019 +0200

    Apply same fix as 4e3e48ac6656b3fbd39ac55ccf04001a774bb35f for repository definition
---
 pom.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 57067d2..05479bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1818,11 +1818,27 @@ under the License.
 
   <pluginRepositories>
     <pluginRepository>
+      <id>sonatype</id>
+      <url>https://oss.sonatype.org/content/repositories/releases</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </pluginRepository>
+    <pluginRepository>
       <id>apache.snapshots</id>
       <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
     </pluginRepository>
     <pluginRepository>
-      <id>sonatype</id>
+      <id>sonatype.snapshots</id>
       <url>https://oss.sonatype.org/content/repositories/snapshots</url>
       <releases>
         <enabled>false</enabled>