From: Alexander Kriegisch Date: Sun, 25 Jul 2021 10:35:04 +0000 (+0700) Subject: Add Sonatype OSSRH snapshots repositories X-Git-Tag: V1_9_8_RC1~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1980df92d866ed4c047971da6706661e1b65ac4f;p=aspectj.git Add Sonatype OSSRH snapshots repositories Otherwise - JDT Core 1.9.8-SNAPSHOT (classic OSSRH snapshot URL) - AspectJ Maven Plugin 1.13-SNAPSHOT (new OSSRH snapshot URL) cannot be found Signed-off-by: Alexander Kriegisch --- diff --git a/pom.xml b/pom.xml index 6f90cb809..b2273ab8a 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,34 @@ never + + ossrh-snapshots-classic + Sonatype OSSRH snapshots classic + https://oss.sonatype.org/content/repositories/snapshots + default + + true + always + + + true + never + + + + ossrh-snapshots-new + Sonatype OSSRH snapshots new + https://s01.oss.sonatype.org/content/repositories/snapshots + default + + true + always + + + true + never + +