This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
The following commit(s) were added to refs/heads/master by this push: new f213e88 [maven-release-plugin] prepare release maven-archiver-4.0.0-beta-3 f213e88 is described below commit f213e882b761c9c6aaf130197346c2ecbe07d8ec Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Wed Nov 27 17:58:26 2024 +0100 [maven-release-plugin] prepare release maven-archiver-4.0.0-beta-3 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ddd2eef..d2b1577 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>maven-archiver</artifactId> - <version>4.0.0-beta-3-SNAPSHOT</version> + <version>4.0.0-beta-3</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>maven-archiver-4.0.0-beta-2</tag> + <tag>maven-archiver-4.0.0-beta-3</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-11-26T09:58:32Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-11-27T16:58:18Z</project.build.outputTimestamp> </properties> <dependencies>