This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git
The following commit(s) were added to refs/heads/master by this push: new e75fef4 [maven-release-plugin] prepare for next development iteration e75fef4 is described below commit e75fef42565912617f4b7f66d6e7525b0d245c28 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sun Oct 27 17:23:14 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 9c9a4e8..69990c4 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>maven-artifact-plugin</artifactId> - <version>3.5.3</version> + <version>3.5.4-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Artifact Plugin</name> @@ -41,7 +41,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git</developerConnection> - <tag>maven-artifact-plugin-3.5.3</tag> + <tag>master</tag> <url>https://github.com/apache/maven-artifact-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -63,7 +63,7 @@ <mavenVersion>3.9.6</mavenVersion> <resolverVersion>1.9.20</resolverVersion> <javaVersion>8</javaVersion> - <project.build.outputTimestamp>2024-10-27T16:22:57Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-10-27T16:23:14Z</project.build.outputTimestamp> </properties> <dependencies>