<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>