source now in Git on master branch
diff --git a/content/site.xml b/content/site.xml
index f9ced4d..6a7c332 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -30,7 +30,7 @@
     <href>https://maven.apache.org/doxia/</href>
   </bannerRight>
 
-  <edit>https://github.com/apache/maven-doxia-site/tree/trunk</edit>
+  <edit>${project.scm.url}</edit>
 
   <body>
     <links>
diff --git a/pom.xml b/pom.xml
index 8eaa921..6ab0619 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,9 +138,10 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/site/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/site/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/doxia/site/</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-site.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-site.git</developerConnection>
+    <url>https://github.com/apache/maven-doxia-site/tree/${project.scm.tag}</url>
+    <tag>master</tag>
   </scm>
 
   <issueManagement>