[maven-release-plugin] prepare release maven-clean-plugin-2.1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@464587 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1101c2e..40d7913 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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>
@@ -10,7 +9,7 @@
   <artifactId>maven-clean-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Clean Plugin</name>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.1</version>
   <inceptionYear>2001</inceptionYear>
   <prerequisites>
     <maven>2.0</maven>
@@ -47,4 +46,10 @@
       <name>Jesse McConnell</name>
     </contributor>
   </contributors>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-2.1.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-2.1.1</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-2.1.1</url>
+  </scm>
 </project>