This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to annotated tag maven-archiver-4.0.0-beta-2 in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
commit 5ba1dd48b177de7e5128b38cde0bf54496569150 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Tue Nov 26 10:57:23 2024 +0100 [maven-release-plugin] prepare release maven-archiver-4.0.0-beta-2 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9cf4cbc..15a463d 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>maven-archiver</artifactId> - <version>4.0.0-beta-2-SNAPSHOT</version> + <version>4.0.0-beta-2</version> <name>Apache Maven Archiver</name> <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description> @@ -35,7 +35,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-4.0.0-beta-2</tag> <url>https://github.com/apache/maven-archiver/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -63,7 +63,7 @@ <plexusInterpolationVersion>1.27</plexusInterpolationVersion> <slf4jVersion>2.0.16</slf4jVersion> - <project.build.outputTimestamp>2024-06-26T08:06:04Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-11-26T09:57:15Z</project.build.outputTimestamp> </properties> <dependencies>