Skip to content

Commit c136264

Browse files
authored
Merge pull request #286 from mP1/feature/sonatype-central-snapshots-replaces-oss
sonatype central snapshots replaces oss
2 parents 3da948d + 740a954 commit c136264

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

gwt-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
</repository>
4848

4949
<repository>
50-
<id>google-sonatype-snapshots</id>
51-
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>
50+
<id>maven.repository.snapshots</id>
51+
<url>https://central.sonatype.org/repository/maven-snapshots/</url>
5252
<releases>
5353
<enabled>true</enabled>
5454
<updatePolicy>daily</updatePolicy>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
</snapshots>
7171
</repository>
7272
<repository>
73-
<id>google-sonatype-snapshots</id>
74-
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>
73+
<id>maven.repository.snapshots</id>
74+
<url>https://central.sonatype.org/repository/maven-snapshots/</url>
7575
<releases>
7676
<enabled>true</enabled>
7777
<updatePolicy>daily</updatePolicy>
@@ -98,8 +98,8 @@
9898
</pluginRepository>
9999

100100
<pluginRepository>
101-
<id>google-sonatype-snapshots</id>
102-
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url>
101+
<id>maven.repository.snapshots</id>
102+
<url>https://central.sonatype.org/repository/maven-snapshots/</url>
103103
<releases>
104104
<enabled>true</enabled>
105105
<updatePolicy>daily</updatePolicy>

0 commit comments

Comments
 (0)