This is an automated email from the ASF dual-hosted git repository.
arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new acd5b28 Fix publisher settings
acd5b28 is described below
commit acd5b28df7c7a8a32903528be6b05817b53bbacf
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Mar 11 11:23:24 2026 +0000
Fix publisher settings
---
.github/workflows/distribute-maven.yml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/distribute-maven.yml
b/.github/workflows/distribute-maven.yml
index e425a9c..52a5a1d 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -83,12 +83,11 @@ jobs:
</pluginGroups>
<servers>
<server>
- <id>rao3</id>
- <username>${RAO_USERNAME}</username>
- <password>${RAO_PASSWORD}</password>
+ <id>central</id>
+ <username>${CENTRAL_USERNAME}</username>
+ <password>${CENTRAL_PASSWORD}</password>
<configuration>
- <njord.publisher>sonatype-nx3</njord.publisher>
-
<njord.publisher.sonatype-nx3.baseUrl>https://repository.apache.org:4443/</njord.publisher.sonatype-nx3.baseUrl>
+ <njord.publisher>sonatype-cp</njord.publisher>
</configuration>
</server>
</servers>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]