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

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

Author: olamy
Date: Mon May 21 19:59:14 2012
New Revision: 1341177

URL: http://svn.apache.org/viewvc?rev=1341177&view=rev
Log:
bump version to 2.8-SNAPSHOT as it contains a major pmd upgrade

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=1341177&r1=1341176&r2=1341177&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Mon May 21 19:59:14 2012
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-pmd-plugin</artifactId>
-  <version>2.7.2-SNAPSHOT</version>
+  <version>2.8-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven PMD Plugin</name>