fix: add snapshot repo to the examples project (#246)

This commit is contained in:
Yury Semikhatsky 2021-02-02 11:10:07 -08:00 committed by GitHub
parent a6f25595f3
commit 7a7edea189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,4 +31,12 @@
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
</project>