You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2019/08/01 20:09:29 UTC

[maven-pmd-plugin] branch master updated: Next m-pmd-p version is 3.13.0-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

adangel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new cecaefb  Next m-pmd-p version is 3.13.0-SNAPSHOT
cecaefb is described below

commit cecaefb6b1077bed25abf1dad56b0fc3bab8d7c4
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Thu Aug 1 22:09:00 2019 +0200

    Next m-pmd-p version is 3.13.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b5648d..43c8bc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-pmd-plugin</artifactId>
-  <version>3.12.1-SNAPSHOT</version>
+  <version>3.13.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven PMD Plugin</name>