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 079f019  [maven-release-plugin] prepare release maven-filtering-3.5.0
079f019 is described below

commit 079f019041ab475e650dd4b3f1f96d2e5851c067
Author: Tamas Cservenak <[email protected]>
AuthorDate: Mon Mar 2 12:11:27 2026 +0100

    [maven-release-plugin] prepare release maven-filtering-3.5.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cbb9e12..31426f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-filtering</artifactId>
-  <version>3.4.1-SNAPSHOT</version>
+  <version>3.5.0</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.0</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>2024-08-28T15:27:52Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-03-02T11:11:22Z</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>

Reply via email to