Skip to content

Commit a5ddf10

Browse files
authored
feat(ci): use central-portal snapshots repository in e2e
Signed-off-by: Marc Nuri <[email protected]>
1 parent 004a0a0 commit a5ddf10

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

chaos-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
<repositories>
3131
<repository>
32-
<id>sonatype-snapshots</id>
33-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
32+
<id>central-portal-snapshots</id>
33+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
3434
<releases><enabled>false</enabled></releases>
3535
<snapshots><enabled>true</enabled></snapshots>
3636
</repository>

kubernetes-client-deps-compatibility-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171

7272
<repositories>
7373
<repository>
74-
<id>sonatype-snapshots</id>
75-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
74+
<id>central-portal-snapshots</id>
75+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
7676
<releases><enabled>false</enabled></releases>
7777
<snapshots><enabled>true</enabled></snapshots>
7878
</repository>

kubernetes-itests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
<id>enable-snapshots</id>
8686
<repositories>
8787
<repository>
88-
<id>sonatype-snapshots</id>
89-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
88+
<id>central-portal-snapshots</id>
89+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
9090
<releases><enabled>false</enabled></releases>
9191
<snapshots><enabled>true</enabled></snapshots>
9292
</repository>

0 commit comments

Comments
 (0)