fix promote
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is failing

This commit is contained in:
2025-03-08 23:52:28 +01:00
parent f43f21e768
commit 55fdc93557

View File

@@ -6,13 +6,13 @@
<servers>
<server>
<id>nexus-snapshots</id>
<username>${maven.deploy.username}</username>
<password>${maven.deploy.password}</password>
<username>${maven.repo.username}</username>
<password>${maven.repo.password}</password>
</server>
<server>
<id>nexus-releases</id>
<username>${maven.deploy.username}</username>
<password>${maven.deploy.password}</password>
<username>${maven.repo.username}</username>
<password>${maven.repo.password}</password>
</server>
</servers>