You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by dk...@apache.org on 2008/05/21 20:20:11 UTC

svn commit: r658795 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

Author: dkulp
Date: Wed May 21 11:20:10 2008
New Revision: 658795

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

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=658795&r1=658794&r2=658795&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Wed May 21 11:20:10 2008
@@ -27,7 +27,7 @@
   <artifactId>maven-pmd-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven PMD Plugin</name>
-  <version>2.4-SNAPSHOT</version>
+  <version>2.4</version>
   <description>
     A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste
     fragments,
@@ -99,9 +99,9 @@
     </contributor>
   </contributors>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.4</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-pmd-plugin-2.4</url>
   </scm>
   <build>
     <plugins>
@@ -119,7 +119,7 @@
             <configuration>
               <!-- FIXME: Disable helpmojo until MPLUGIN-107 gets released -->
               <extractors>
-                <extractor/>
+                <extractor />
               </extractors>
             </configuration>
           </execution>