releng: fix URL for page editing
diff --git a/pom.xml b/pom.xml
index 0bd7c20..f7cb59d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-plugin.git</developerConnection>
-        <url>https://github.com/apache/sling-maven-plugin</url>
+        <url>https://github.com/apache/sling-maven-plugin/tree/${project.scm.tag}</url>
         <tag>HEAD</tag>
     </scm>