Skip to content

Commit 5c39dac

Browse files
committed
chore: set new central snapshot repositories
1 parent b9141ce commit 5c39dac

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

pom.xml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,18 @@
2727
<module>distribution</module>
2828
</modules>
2929
<distributionManagement>
30-
<repository>
31-
<id>sonatype-nexus-staging</id>
32-
<name>OrientDB Maven2 Repository</name>
33-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
34-
</repository>
3530
<snapshotRepository>
36-
<id>sonatype-nexus-snapshots</id>
37-
<name>OrientDB Maven2 Snapshot Repository</name>
38-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
31+
<id>central-snapshots</id>
32+
<name>Central Portal Snapshots</name>
33+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
3934
<uniqueVersion>false</uniqueVersion>
4035
</snapshotRepository>
4136
</distributionManagement>
4237
<repositories>
4338
<repository>
44-
<id>sonatype-nexus-snapshots</id>
45-
<name>Sonatype Nexus Snapshots</name>
46-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
39+
<id>central-snapshots</id>
40+
<name>Central Portal Snapshots</name>
41+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
4742
<releases>
4843
<enabled>false</enabled>
4944
</releases>

0 commit comments

Comments
 (0)