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
The following commit(s) were added to refs/heads/master by this push:
new 3eddc757e1 Cleaning up Maven repo definitions
3eddc757e1 is described below
commit 3eddc757e18e7f942b699c2564f7efb82df55e8c
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sat Aug 2 09:06:51 2025 +0200
Cleaning up Maven repo definitions
---
pom.xml | 28 +++++++++++++++++++---------
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3320be21eb..536079b5f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1409,13 +1409,24 @@ under the License.
</snapshots>
</repository>
<repository>
- <id>sonatype-nexus-snapshots</id>
+ <id>shib-release</id>
+ <url>https://build.shibboleth.net/maven/releases</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <!-- Excluding useless transitive repositories -->
+ <repository>
+ <id>sonatype-snapshot</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
- <enabled>true</enabled>
+ <enabled>false</enabled>
</snapshots>
</repository>
<repository>
@@ -1425,20 +1436,19 @@ under the License.
<enabled>false</enabled>
</releases>
<snapshots>
- <enabled>true</enabled>
+ <enabled>false</enabled>
</snapshots>
</repository>
<repository>
- <id>shibboleth</id>
- <url>https://build.shibboleth.net/maven/releases</url>
+ <id>spring-milestone</id>
+ <url>https://repo.spring.io/milestone/c</url>
<releases>
- <enabled>true</enabled>
+ <enabled>false</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
- <!-- Excluding useless transitive repositories -->
<repository>
<id>couchbase</id>
<url>https://files.couchbase.com/maven2/</url>
@@ -1453,8 +1463,8 @@ under the License.
<pluginRepositories>
<pluginRepository>
- <id>sonatype-nexus-snapshots</id>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <id>central-portal-snapshots</id>
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>