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
commit ee715b8c0a67d4b290d9a99593077f97ae48fc6c Author: Francesco Chicchiriccò <ilgro...@apache.org> AuthorDate: Tue Apr 15 13:52:56 2025 +0200 Adding the new repository central-portal-snapshots --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 4de8c063d8..551a5014cd 100644 --- a/pom.xml +++ b/pom.xml @@ -1449,6 +1449,16 @@ under the License. </dependencyManagement> <repositories> + <repository> + <id>central-portal-snapshots</id> + <url>https://central.sonatype.com/repository/maven-snapshots/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> <repository> <id>sonatype-nexus-snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url>