remove distribution management

This commit is contained in:
Luca Filipozzi 2021-08-22 22:59:04 -07:00
parent 27a25ea9f4
commit 598662a70b

View file

@ -42,14 +42,6 @@
<url>https://github.com/${github.account}/${project.artifactId}</url>
</scm>
<distributionManagement>
<repository>
<id>github</id>
<name>Github Packages</name>
<url>https://maven.pkg.github.com/${github.account}/${project.artifactId}</url>
</repository>
</distributionManagement>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>