This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch ARIES-2167-remove-unnecessary-repositories-from-parent in repository https://gitbox.apache.org/repos/asf/aries.git
commit 99ce378917e142380501f4517166cc9897276267 Author: Dominik Przybysz <[email protected]> AuthorDate: Mon Feb 3 20:20:31 2025 +0100 ARIES-2167: Remove ops4j-snapshots repository from parent --- parent/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 3f725e6d0..1771f315b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -91,18 +91,6 @@ <id>EclipseLink Repo</id> <url>https://download.eclipse.org/rt/eclipselink/maven.repo/</url> </repository> - <repository> - <id>ops4j.sonatype.snapshots.deploy</id> - <url>https://oss.sonatype.org/content/repositories/ops4j-snapshots</url> - <snapshots> - <enabled>true</enabled> - <updatePolicy>daily</updatePolicy> - <checksumPolicy>ignore</checksumPolicy> - </snapshots> - <releases> - <enabled>false</enabled> - </releases> - </repository> </repositories> <pluginRepositories>
