diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-10-11 17:11:08 +0200 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-11-15 12:37:36 +0100 |
commit | 904056b5f1e186d6f34f6a6f0d1f05b2a22280fc (patch) | |
tree | dac059faf2867530790aca29620a42948890fbde /pom.xml | |
parent | 0f85ca109b9e6ab849e201e76f62d5023cbfcb98 (diff) | |
download | aspectj-904056b5f1e186d6f34f6a6f0d1f05b2a22280fc.tar.gz aspectj-904056b5f1e186d6f34f6a6f0d1f05b2a22280fc.zip |
Remove redundant OSSRH snapshot repositories
Background: When only consuming dependencies or plugins from OSSRH
snapshots, there is no need to differentiate between the classic and
new URLs. This is only relevant when deploying snapshots, i.e. in the
'distributionManagement' POM section.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 38 |
1 files changed, 5 insertions, 33 deletions
@@ -68,22 +68,8 @@ </releases> </repository> <repository> - <id>aspectj-dev</id> - <name>AspectJ artifacts on aspectj.dev</name> - <url>https://aspectj.dev/maven</url> - <layout>default</layout> - <snapshots> - <enabled>true</enabled> - <updatePolicy>always</updatePolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <updatePolicy>never</updatePolicy> - </releases> - </repository> - <repository> - <id>ossrh-snapshots-classic</id> - <name>Sonatype OSSRH snapshots classic</name> + <id>ossrh-snapshots</id> + <name>Sonatype OSSRH snapshots</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <layout>default</layout> <snapshots> @@ -96,23 +82,9 @@ </releases> </repository> <repository> - <id>ossrh-snapshots-new</id> - <name>Sonatype OSSRH snapshots new</name> - <url> https://s01.oss.sonatype.org/content/repositories/snapshots</url> - <layout>default</layout> - <snapshots> - <enabled>true</enabled> - <updatePolicy>always</updatePolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <updatePolicy>never</updatePolicy> - </releases> - </repository> - <repository> - <id>ossrh-snapshots</id> - <name>Sonatype OSSRH snapshots</name> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> + <id>aspectj-dev</id> + <name>AspectJ artifacts on aspectj.dev</name> + <url>https://aspectj.dev/maven</url> <layout>default</layout> <snapshots> <enabled>true</enabled> |