Resolve "Create Maven release profile for releasing to Maven Central"

This commit is contained in:
Philip Helger 2025-08-19 15:41:52 +02:00 committed by Renzo Kottmann
parent b24e97e43f
commit 5bbb5b373d
2 changed files with 26 additions and 8 deletions

View file

@ -5,7 +5,7 @@
<server>
<id>central</id>
<username>${MVN_CENTRAL_USER}</username>
<password>${MVN_CENTRAL_TOKEN}</password>
<password>${MAVEN_CENTRAL_TOKEN}</password>
</server>
</servers>
</settings>