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 2020/04/14 07:00:04 UTC

[maven-pmd-plugin] branch master updated: Next dev version is 3.14.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 4acfd78  Next dev version is 3.14.0-SNAPSHOT
4acfd78 is described below

commit 4acfd787db0b187d5e8968bd706b6d18d569bf01
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Tue Apr 14 08:52:21 2020 +0200

    Next dev version is 3.14.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 20674a5..c9a3627 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-pmd-plugin</artifactId>
-  <version>3.13.1-SNAPSHOT</version>
+  <version>3.14.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven PMD Plugin</name>