You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/01/04 15:48:20 UTC

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

Author: dennisl
Date: Fri Jan  4 06:48:20 2008
New Revision: 608872

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

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=608872&r1=608871&r2=608872&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Fri Jan  4 06:48:20 2008
@@ -27,7 +27,7 @@
   <artifactId>maven-pmd-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven PMD Plugin</name>
-  <version>2.3-SNAPSHOT</version>
+  <version>2.3</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.3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.3</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-pmd-plugin-2.3</url>
   </scm>
   <dependencies>
     <dependency>