This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_0_X by this push:
new 23adb63b51 Cleaning up Maven repo definitions
23adb63b51 is described below
commit 23adb63b514db1e12bebad5965ace3a993d03200
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sat Aug 2 09:06:51 2025 +0200
Cleaning up Maven repo definitions
---
pom.xml | 31 ++++++++++++++++++++++---------
1 file changed, 22 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index de4aeccf71..7000700162 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1443,13 +1443,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>
@@ -1459,17 +1470,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>
@@ -1484,8 +1497,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>