fix SCM url
diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml
index dbcefda..c5b8663 100644
--- a/maven-bom/pom.xml
+++ b/maven-bom/pom.xml
@@ -42,7 +42,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
-    <url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
+    <url>https://github.com/apache/maven/tree/${project.scm.tag}/${project.artifactId}</url>
     <tag>master</tag>
   </scm>
   <issueManagement>