add a scm section for the release


git-svn-id: https://svn.apache.org/repos/asf/geronimo/components/config/trunk@1803196 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 3c98bfe..f6b6bbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,13 @@
         </license>
     </licenses>
 
+    <scm>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/trunk</developerConnection>
+        <url>https://svn.apache.org/repos/asf/geronimo/components/config/trunk</url>
+    </scm>
+
+
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>