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-patch-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 6ab2cc4 [maven-release-plugin] prepare for next development iteration 6ab2cc4 is described below commit 6ab2cc4a7b80b286a093933099f8c4e95f24b857 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue Dec 10 23:06:16 2024 +0100 [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 09978d3..0cc0241 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-patch-plugin</artifactId> - <version>1.3</version> + <version>1.4-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Patch Plugin (RETIRED)</name> @@ -47,7 +47,7 @@ under the License. <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-patch-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-patch-plugin.git</developerConnection> - <tag>maven-patch-plugin-1.3</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-patch-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -67,7 +67,7 @@ under the License. <properties> <mavenVersion>3.6.3</mavenVersion> - <project.build.outputTimestamp>2024-12-10T22:06:05Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-10T22:06:16Z</project.build.outputTimestamp> </properties> <dependencies>