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-archiver.git
The following commit(s) were added to refs/heads/master by this push: new c1b4f19 [maven-release-plugin] prepare for next development iteration c1b4f19 is described below commit c1b4f19c3e47b469ec9bf939f4f870104af079c0 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sun Oct 5 16:26:08 2025 +0200 [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 93cdf30..624efbe 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>maven-archiver</artifactId> - <version>4.0.0-beta-5</version> + <version>4.0.0-beta-6-SNAPSHOT</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://github.com/apache/maven-archiver.git</connection> <developerConnection>scm:git:https://github.com/apache/maven-archiver.git</developerConnection> - <tag>maven-archiver-4.0.0-beta-5</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-archiver/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -56,7 +56,7 @@ <properties> <javaVersion>17</javaVersion> <mavenVersion>4.0.0-rc-4</mavenVersion> - <project.build.outputTimestamp>2025-10-05T14:26:01Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-10-05T14:26:08Z</project.build.outputTimestamp> </properties> <dependencies>