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 25ae5f3 [maven-release-plugin] prepare for next development iteration 25ae5f3 is described below commit 25ae5f304bb25a0211fc7a4da5598402ab114dbe Author: Michael Osipov <micha...@apache.org> AuthorDate: Tue Oct 22 17:28:10 2024 +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 ec2ebea..880f678 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.maven</groupId> <artifactId>maven-archiver</artifactId> - <version>3.6.3</version> + <version>3.6.4-SNAPSHOT</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>maven-archiver-3.6.3</tag> + <tag>HEAD</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-10-22T15:27:51Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-10-22T15:28:10Z</project.build.outputTimestamp> </properties> <dependencies>