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 6ca5eb7 Try to update URL in pom?
6ca5eb7 is described below
commit 6ca5eb780c626a4c24c6f99d784884092bf6f067
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 21 11:34:28 2026 +0000
Try to update URL in pom?
---
.github/workflows/distribute-maven.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/distribute-maven.yml
b/.github/workflows/distribute-maven.yml
index 20c81bb..64c7974 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -107,6 +107,7 @@ jobs:
<distributionManagement>
<repository>
<id>central</id>
+ <url>https://repo.maven.apache.org/maven2</url>
</repository>
</distributionManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]