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 3e7d8ff [maven-release-plugin] prepare release maven-artifact-plugin-3.5.3 3e7d8ff is described below commit 3e7d8ffb0502f6494162f6a00f45e0a681f35766 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sun Oct 27 17:23:02 2024 +0100 [maven-release-plugin] prepare release maven-artifact-plugin-3.5.3 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 22cc28f..9c9a4e8 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>maven-artifact-plugin</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.3</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>master</tag> + <tag>maven-artifact-plugin-3.5.3</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-15T05:12:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-10-27T16:22:57Z</project.build.outputTimestamp> </properties> <dependencies>