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:47 UTC

[syncope] branch 2_0_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_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


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

commit f7add913687c8b3b4c273d9525d23cdfc8ba394d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Oct 15 10:54:29 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 047b663..afea013 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1889,8 +1889,34 @@ 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.snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
     </pluginRepository>
   </pluginRepositories>