Skip to content

Commit e390970

Browse files
authored
[docker build] Update Maven repo
1 parent 28450b4 commit e390970

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,5 +280,16 @@
280280
<name>Maven Central snapshots</name>
281281
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
282282
</repository>
283+
<repository>
284+
<name>Central Portal Snapshots</name>
285+
<id>central-portal-snapshots</id>
286+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
287+
<releases>
288+
<enabled>false</enabled>
289+
</releases>
290+
<snapshots>
291+
<enabled>true</enabled>
292+
</snapshots>
293+
</repository>
283294
</repositories>
284295
</project>

0 commit comments

Comments
 (0)