Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 652 Bytes

how_to_use_snapshot_version.md

File metadata and controls

17 lines (15 loc) · 652 Bytes

How to use snapshot version

Snapshot version is also able to work normally. Please add the following repository to your repositories if you are using the snapshot version. See more on sonatype.

<!-- Note: add this if you are using SNAPSHOT version -->
<repositories>
    <repository>
        <id>Sonatype</id>
        <name>Sonatype's repository</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>