From 7033e9d80f30ac57699aa913b0adb0aa31c381a2 Mon Sep 17 00:00:00 2001
From: Andreas Dangel <adangel@apache.org>
Date: Thu, 1 Sep 2022 11:44:34 +0200
Subject: [PATCH] [maven-release-plugin] prepare release
 maven-pmd-plugin-3.19.0

---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d909ba57..c7ae5fe0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-pmd-plugin</artifactId>
-  <version>3.19.0-SNAPSHOT</version>
+  <version>3.19.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.19.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -95,7 +95,7 @@ under the License.
     <sitePluginVersion>3.12.1</sitePluginVersion>
     <projectInfoReportsPluginVersion>3.4.1</projectInfoReportsPluginVersion>
     <jxrPluginVersion>3.3.0</jxrPluginVersion>
-    <project.build.outputTimestamp>2022-08-20T07:07:46Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-09-01T09:43:57Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>