Updated the SCM part
diff --git a/pom.xml b/pom.xml
index 3fe9f91..5a249d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -643,8 +643,8 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-ldap-api.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-ldap-api.git</developerConnection>
-    <url>https://gitbox.apache.org/repos/asf?p=directory-ldap-api.git;a=shortlog;h=refs/remotes/tags/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <url>https://github.com/apache/directory-ldap-api/tree/${project.scm.tag}</url>
+    <tag>master</tag>
   </scm>
 
   <reporting>