fixed distribution repository id.

master
Markus Kreth 3 years ago
parent a5f8a5f681
commit d386e9d31b
  1. 5
      pom.xml

@ -120,15 +120,16 @@
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<id>kreth.snapshots</id>
<url>https://nexus.kreth-development.de/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>nexus-releases</id>
<id>kreth.releases</id>
<url>https://nexus.kreth-development.de/repository/maven-releases/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>

Loading…
Cancel
Save