This is an automated email from the ASF dual-hosted git repository. michaelo 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 37c12f6 [maven-release-plugin] prepare for next development iteration 37c12f6 is described below commit 37c12f68159206c07db28b2da3c3979a88ae7c1a Author: Michael Osipov <micha...@apache.org> AuthorDate: Sat Aug 20 09:07:46 2022 +0200 [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5f01704..83e8540 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. </parent> <artifactId>maven-pmd-plugin</artifactId> - <version>3.18.0</version> + <version>3.18.1-SNAPSHOT</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>maven-pmd-plugin-3.18.0</tag> + <tag>HEAD</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:06:57Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2022-08-20T07:07:46Z</project.build.outputTimestamp> </properties> <dependencies>