This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
commit ac2291d1bfb6061091a4c2e67736f5320e727253 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Sat Jun 21 20:48:12 2025 +0200 [maven-release-plugin] prepare release maven-pmd-plugin-3.27.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 46fc060..3f2840f 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-pmd-plugin</artifactId> - <version>3.26.1-SNAPSHOT</version> + <version>3.27.0</version> <packaging>maven-plugin</packaging> <name>Apache Maven PMD Plugin</name> @@ -62,7 +62,7 @@ under the License. <scm> <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> - <tag>HEAD</tag> + <tag>maven-pmd-plugin-3.27.0</tag> <url>https://github.com/apache/maven-pmd-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -91,7 +91,7 @@ under the License. <sitePluginVersion>3.20.0</sitePluginVersion> <projectInfoReportsPluginVersion>3.7.0</projectInfoReportsPluginVersion> <jxrPluginVersion>3.5.0</jxrPluginVersion> - <project.build.outputTimestamp>2024-10-25T15:54:08Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-06-21T18:47:56Z</project.build.outputTimestamp> </properties> <dependencies>
