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 2021/05/03 09:17:28 UTC

[syncope] 03/03: Disabling https://dl.bintray.com/uniconiam/maven because of Bintray decommissioning

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

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

commit f5eb7c5d3f860ccf5c8f7da677059884790c9090
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon May 3 11:17:11 2021 +0200

    Disabling https://dl.bintray.com/uniconiam/maven because of Bintray decommissioning
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7b4f7ee..4d9b3f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2171,6 +2171,17 @@ under the License.
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <!-- see https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ -->
+    <repository>
+      <id>uniconiam</id>
+      <url>https://dl.bintray.com/uniconiam/maven</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
   </repositories>
 
   <pluginRepositories>