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
commit 7f9d1aff58197a26e048e89ecb1a9c40fb717c94 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Apr 15 13:51:24 2025 +0200 Adding the new central-portal-snapshots repository --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index df12f1e90b..aae0acedef 100644 --- a/pom.xml +++ b/pom.xml @@ -1387,6 +1387,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>
