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 168d057eea Fix site URL in pom.xml 168d057eea is described below commit 168d057eeab5acc9ca06973566117b313cd41442 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Tue Mar 4 12:18:27 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>