This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-archiver-3.x in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
The following commit(s) were added to refs/heads/maven-archiver-3.x by this push: new 3d895e8 [maven-release-plugin] prepare release maven-archiver-3.6.3 3d895e8 is described below commit 3d895e888861c3762143c3a34610c092cabbac27 Author: Michael Osipov <micha...@apache.org> AuthorDate: Tue Oct 22 17:28:01 2024 +0200 [maven-release-plugin] prepare release maven-archiver-3.6.3 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6038228..ec2ebea 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.maven</groupId> <artifactId>maven-archiver</artifactId> - <version>3.6.3-SNAPSHOT</version> + <version>3.6.3</version> <name>Apache Maven Archiver</name> <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description> @@ -36,7 +36,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-archiver.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-archiver.git</developerConnection> - <tag>HEAD</tag> + <tag>maven-archiver-3.6.3</tag> <url>https://github.com/apache/maven-archiver/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -57,7 +57,7 @@ <properties> <mavenVersion>3.2.5</mavenVersion> <javaVersion>8</javaVersion> - <project.build.outputTimestamp>2024-03-24T22:30:56Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-10-22T15:27:51Z</project.build.outputTimestamp> </properties> <dependencies>