Looks like the repo id was wrong.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2020-10-05 00:07:48 +02:00
parent 98934a4e6c
commit 8c1dc92cc8

View file

@ -38,13 +38,13 @@
</dependencies>
<distributionManagement>
<repository>
<id>gittr.ch</id>
<name>gittr</name>
<id>repo.gittr.ch</id>
<name>gittr.ch</name>
<url>https://repo.gittr.ch/releases/</url>
</repository>
<snapshotRepository>
<id>gittr.ch</id>
<name>gittr</name>
<id>repo.gittr.ch</id>
<name>gittr.ch</name>
<url>https://repo.gittr.ch/snapshots/</url>
</snapshotRepository>
</distributionManagement>