Skip to content

Commit e4c9709

Browse files

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
@@ -206,5 +206,16 @@
206206
<enabled>false</enabled>
207207
</snapshots>
208208
</repository>
209+
<repository>
210+
<name>Central Portal Snapshots</name>
211+
<id>central-portal-snapshots</id>
212+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
213+
<releases>
214+
<enabled>false</enabled>
215+
</releases>
216+
<snapshots>
217+
<enabled>true</enabled>
218+
</snapshots>
219+
</repository>
209220
</repositories>
210221
</project>

0 commit comments

Comments
 (0)