This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 bb4ca25 [maven-release-plugin] prepare release maven-filtering-3.5.1
bb4ca25 is described below
commit bb4ca25bb4e7da36a57aa14f8461a67cda9f79b6
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Jun 30 16:34:14 2026 +0200
[maven-release-plugin] prepare release maven-filtering-3.5.1
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index d72df0e..bd61cd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-filtering</artifactId>
- <version>3.5.1-SNAPSHOT</version>
+ <version>3.5.1</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>HEAD</tag>
+ <tag>maven-filtering-3.5.1</tag>
<url>https://github.com/apache/maven-filtering/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -64,7 +64,7 @@
<mavenVersion>3.9.16</mavenVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<version.plexus-utils>3.6.1</version.plexus-utils>
-
<project.build.outputTimestamp>2026-03-02T11:11:47Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-06-30T14:34:01Z</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>