Skip to content

Commit 06f6c1f

Browse files
author
Tim Middleton
authored
Update snapshot repos (#26)
1 parent 751e933 commit 06f6c1f

File tree

1 file changed

+37
-26
lines changed

1 file changed

+37
-26
lines changed

pom.xml

Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -33,34 +33,45 @@
3333
</properties>
3434

3535
<repositories>
36-
<repository>
37-
<id>2021-09</id>
38-
<layout>p2</layout>
39-
<url>http://download.eclipse.org/releases/2021-09</url>
40-
</repository>
36+
<repository>
37+
<id>2021-09</id>
38+
<layout>p2</layout>
39+
<url>http://download.eclipse.org/releases/2021-09</url>
40+
</repository>
4141

42-
<repository>
43-
<id>ossrh-staging</id>
44-
<name>OSS Sonatype Staging</name>
45-
<url>https://oss.sonatype.org/content/groups/staging/</url>
46-
<snapshots>
47-
<enabled>false</enabled>
48-
</snapshots>
49-
<releases>
50-
<enabled>true</enabled>
51-
</releases>
52-
</repository>
42+
<repository>
43+
<id>ossrh-staging</id>
44+
<name>OSS Sonatype Staging</name>
45+
<url>https://central.sonatype.com</url>
46+
<snapshots>
47+
<enabled>false</enabled>
48+
</snapshots>
49+
<releases>
50+
<enabled>true</enabled>
51+
</releases>
52+
</repository>
5353

54-
<repository>
55-
<id>snapshots-repo</id>
56-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
57-
<releases>
58-
<enabled>false</enabled>
59-
</releases>
60-
<snapshots>
61-
<enabled>true</enabled>
62-
</snapshots>
63-
</repository>
54+
<repository>
55+
<id>snapshots-repo</id>
56+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
57+
<releases>
58+
<enabled>false</enabled>
59+
</releases>
60+
<snapshots>
61+
<enabled>true</enabled>
62+
</snapshots>
63+
</repository>
64+
65+
<repository>
66+
<id>snapshots-repo-old</id>
67+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
68+
<releases>
69+
<enabled>false</enabled>
70+
</releases>
71+
<snapshots>
72+
<enabled>true</enabled>
73+
</snapshots>
74+
</repository>
6475
</repositories>
6576

6677
<dependencyManagement>

0 commit comments

Comments
 (0)