Skip to content

Commit 260e603

Browse files
author
Gérard Collin
committed
fix: add support for snapshots
1 parent 6969876 commit 260e603

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
@@ -141,4 +141,17 @@
141141
</properties>
142142
</profile>
143143
</profiles>
144+
<repositories>
145+
<repository>
146+
<name>Central Portal Snapshots</name>
147+
<id>central-portal-snapshots</id>
148+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
149+
<releases>
150+
<enabled>false</enabled>
151+
</releases>
152+
<snapshots>
153+
<enabled>true</enabled>
154+
</snapshots>
155+
</repository>
156+
</repositories>
144157
</project>

0 commit comments

Comments
 (0)