This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 2ac885a [maven-release-plugin] prepare for next development iteration
2ac885a is described below
commit 2ac885a8b58610eda2654c162e6f961d58e76077
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sat Dec 20 19:25:07 2025 +0100
[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 1d3ebc0..352aa60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
- <version>3.6.6</version>
+ <version>3.6.7-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://github.com/apache/maven-archiver.git</connection>
<developerConnection>scm:git:https://github.com/apache/maven-archiver.git</developerConnection>
- <tag>maven-archiver-3.6.6</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-archiver/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -59,7 +59,7 @@
<javaVersion>8</javaVersion>
<version.plexus-utils>3.6.0</version.plexus-utils>
<version.plexus-xml>3.0.2</version.plexus-xml>
-
<project.build.outputTimestamp>2025-12-20T18:24:58Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-12-20T18:25:07Z</project.build.outputTimestamp>
</properties>
<dependencies>