This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 6f4f88d1e9 Fix site URL in pom.xml
6f4f88d1e9 is described below
commit 6f4f88d1e9bb314cc78bc3ecfcc9f00fc7d68900
Author: Robert Lazarski <[email protected]>
AuthorDate: Tue Mar 4 11:50:25 2025 -1000
Fix site URL in pom.xml
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5981812b35..919d340f73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,7 +457,7 @@
<distributionManagement>
<site>
<id>site</id>
-
<url>scm:git:https://github.com/apache/axis-site/tree/master/axis2/java/core-staging</url>
+ <url>scm:git:https://gitbox.apache.org/repos/asf/axis-site.git</url>
</site>
</distributionManagement>