This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch maven-clean-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
The following commit(s) were added to refs/heads/maven-clean-plugin-3.x by this push: new 3fec4cb [maven-release-plugin] prepare for next development iteration 3fec4cb is described below commit 3fec4cb8b816fc0d5b65870067b537d4219ab9c3 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue May 27 23:55:59 2025 +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 75b1d98..28e1c12 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-clean-plugin</artifactId> - <version>3.5.0</version> + <version>3.5.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Clean Plugin</name> @@ -42,7 +42,7 @@ under the License. <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-clean-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-clean-plugin.git</developerConnection> - <tag>maven-clean-plugin-3.5.0</tag> + <tag>maven-clean-plugin-3.x</tag> <url>https://github.com/apache/maven-clean-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -62,7 +62,7 @@ under the License. <properties> <mavenVersion>3.9.9</mavenVersion> - <project.build.outputTimestamp>2025-05-27T21:55:45Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-05-27T21:55:59Z</project.build.outputTimestamp> </properties> <dependencies>