This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 38ce2cfc4e Cleaning up Maven repo definitions
38ce2cfc4e is described below
commit 38ce2cfc4e82e46750603a3b36e9ba353e4a81b9
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sat Aug 2 09:02:16 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 9618c2339e..ad61fdbf82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1460,13 +1460,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>
@@ -1476,17 +1487,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>
@@ -1501,8 +1514,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>