Looks like the repo id was wrong.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
98934a4e6c
commit
8c1dc92cc8
1 changed files with 4 additions and 4 deletions
8
pom.xml
8
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue