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/01/25 10:37:18 UTC

[maven-pmd-plugin] branch master updated: [maven-release-plugin] prepare release maven-pmd-plugin-3.13.0

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 63feb99  [maven-release-plugin] prepare release maven-pmd-plugin-3.13.0
63feb99 is described below

commit 63feb99bcd764b9cae88bc44e6dc63610ce1ebde
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Sat Jan 25 11:36:57 2020 +0100

    [maven-release-plugin] prepare release maven-pmd-plugin-3.13.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a5e2701..a69d79d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-pmd-plugin</artifactId>
-  <version>3.13.0-SNAPSHOT</version>
+  <version>3.13.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven PMD Plugin</name>
@@ -67,7 +67,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-pmd-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-pmd-plugin-3.13.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>