You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by mm...@apache.org on 2022/10/12 11:14:27 UTC

[syncope] branch 2_1_X updated: Remove jitpack.io from the Maven build (#380)

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

mmoayyed 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 967c07b3b1 Remove jitpack.io from the Maven build (#380)
967c07b3b1 is described below

commit 967c07b3b1dc3fe91d9384575bdd55040dcd3fae
Author: Misagh Moayyed <mm...@gmail.com>
AuthorDate: Wed Oct 12 15:14:22 2022 +0400

    Remove jitpack.io from the Maven build (#380)
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f2e15576ed..deb91f5d52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1848,10 +1848,6 @@ under the License.
         <enabled>true</enabled>
       </snapshots>
     </repository>
-    <repository>
-      <id>jitpack.io</id>
-      <url>https://jitpack.io</url>
-    </repository>
   </repositories>
 
   <pluginRepositories>