This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch maven-filtering-3.x
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
The following commit(s) were added to refs/heads/maven-filtering-3.x by this
push:
new a8d078f [maven-release-plugin] prepare for next development iteration
a8d078f is described below
commit a8d078f8822a9d1dd92de754b39ab7159d08093c
Author: Tamas Cservenak <[email protected]>
AuthorDate: Mon Mar 2 12:11:47 2026 +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 31426f9..950b251 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-filtering</artifactId>
- <version>3.5.0</version>
+ <version>3.5.1-SNAPSHOT</version>
<name>Apache Maven Filtering</name>
<description>A component to assist in filtering of resource files with
properties from a Maven project.</description>
@@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-filtering.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-filtering.git</developerConnection>
- <tag>maven-filtering-3.5.0</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-filtering/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -64,7 +64,7 @@
<mavenVersion>3.9.12</mavenVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<version.plexus-utils>3.6.0</version.plexus-utils>
-
<project.build.outputTimestamp>2026-03-02T11:11:22Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-03-02T11:11:47Z</project.build.outputTimestamp>
<!-- don't fail check for some rules that are too hard to enforce (could
even be told broken for some)
and those that are enforced by the formatting checks from spotless -->
<checkstyle.violation.ignore>ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>