Fix SCM URLs.

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1388213 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 9e9874e..ebfa654 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,12 @@
   <name>Doxia Tools :: Converter</name>
   <description>Doxia Converter Tool to convert a supported format to another</description>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-converter</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-converter</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter</url>
+  </scm>
+
   <properties>
     <doxiaVersion>1.1.4</doxiaVersion>
   </properties>