This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 3dbcdec [maven-release-plugin] prepare for next development iteration
3dbcdec is described below
commit 3dbcdec5061b9413ee1bad82ee70c604b1610cfa
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Nov 24 08:29:33 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 9d34388..59add89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-war-plugin</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven WAR Plugin</name>
@@ -56,7 +56,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-war-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-war-plugin.git</developerConnection>
- <tag>maven-war-plugin-3.5.1</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-war-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -82,7 +82,7 @@
<!-- TODO remove with next parent version bump -->
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
-
<project.build.outputTimestamp>2025-11-24T07:29:17Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-11-24T07:29:33Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>