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 865b892 [maven-release-plugin] prepare release maven-artifact-plugin-3.6.0 865b892 is described below commit 865b89219a3973a89b204baaa976de2c70278727 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Wed Jan 8 17:48:39 2025 +0100 [maven-release-plugin] prepare release maven-artifact-plugin-3.6.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d7e63cb..dea9cc2 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>maven-artifact-plugin</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.0</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.6.0</tag> <url>https://github.com/apache/maven-artifact-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -64,7 +64,7 @@ <resolverVersion>1.9.20</resolverVersion> <doxiaVersion>1.12.0</doxiaVersion> <javaVersion>8</javaVersion> - <project.build.outputTimestamp>2024-10-27T16:23:14Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-01-08T16:48:34Z</project.build.outputTimestamp> </properties> <dependencies>