Skip to content

Commit cd1096e

Browse files
author
Gérard Collin
committed
fix: add support for snapshots
1 parent 0fdeff4 commit cd1096e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,17 @@
177177
</properties>
178178
</profile>
179179
</profiles>
180+
<repositories>
181+
<repository>
182+
<name>Central Portal Snapshots</name>
183+
<id>central-portal-snapshots</id>
184+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
185+
<releases>
186+
<enabled>false</enabled>
187+
</releases>
188+
<snapshots>
189+
<enabled>true</enabled>
190+
</snapshots>
191+
</repository>
192+
</repositories>
180193
</project>

0 commit comments

Comments
 (0)