aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6f90cb809..b2273ab8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,34 @@
<updatePolicy>never</updatePolicy>
</releases>
</repository>
+ <repository>
+ <id>ossrh-snapshots-classic</id>
+ <name>Sonatype OSSRH snapshots classic</name>
+ <url>https://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-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>
</repositories>
<pluginRepositories>