Author: mperham
Date: Mon Jul 10 12:23:20 2006
New Revision: 420614

URL: http://svn.apache.org/viewvc?rev=420614&view=rev
Log:
[maven-release-plugin] prepare release maven-pmd-plugin-2.1

Modified:
    maven/plugins/trunk/maven-pmd-plugin/pom.xml

Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=420614&r1=420613&r2=420614&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Mon Jul 10 12:23:20 2006
@@ -9,7 +9,7 @@
   <artifactId>maven-pmd-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven PMD Plugin</name>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <inceptionYear>2005</inceptionYear>
   <description>
     A Maven plugin for the PMD toolkit, that produces a report on both code 
rule violations and detected copy and paste
@@ -64,4 +64,10 @@
       </plugin>
     </plugins>
   </reporting>
+
+  <scm>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.1</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.1</developerConnection>
+    
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.1</url>
+  </scm>
 </project>


Reply via email to