Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 377 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 377 Bytes

mvnrepo

<distributionManagement>
    <repository>
        <id>github-repo</id>
        <url>https://github.com/kpelykh/mvnrepo/raw/master/releases</url>
    </repository>
    <snapshotRepository>
        <id>github-snapshot-repo</id>
        <url>https://github.com/kpelykh/mvnrepo/raw/master/snapshots</url>
    </snapshotRepository>
</distributionManagement>