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> </dependencies>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>gittr.ch</id> <id>repo.gittr.ch</id>
<name>gittr</name> <name>gittr.ch</name>
<url>https://repo.gittr.ch/releases/</url> <url>https://repo.gittr.ch/releases/</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>gittr.ch</id> <id>repo.gittr.ch</id>
<name>gittr</name> <name>gittr.ch</name>
<url>https://repo.gittr.ch/snapshots/</url> <url>https://repo.gittr.ch/snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>