o Add scm element.
o Fix namespace in project element, so that it doesn't change during release.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@670385 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index daef230..f550bc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd' xmlns='http://maven.apache.org/POM/4.0.0'>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
@@ -39,6 +39,12 @@
     <url>http://jira.codehaus.org/browse/MREPOSITORY</url>
   </issueManagement>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-repository-plugin/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-repository-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/</url>
+  </scm>
+
   <build>
     <plugins>
       <plugin>