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
commit 109ea793a7966f1f40bc5b97862102fa78cb98d9 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Tue Nov 26 10:58:32 2024 +0100 [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 15a463d..ddd2eef 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>maven-archiver</artifactId> - <version>4.0.0-beta-2</version> + <version>4.0.0-beta-3-SNAPSHOT</version> <name>Apache Maven Archiver</name> <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description> @@ -63,7 +63,7 @@ <plexusInterpolationVersion>1.27</plexusInterpolationVersion> <slf4jVersion>2.0.16</slf4jVersion> - <project.build.outputTimestamp>2024-11-26T09:57:15Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-11-26T09:58:32Z</project.build.outputTimestamp> </properties> <dependencies>