This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch maven-resources-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git


The following commit(s) were added to refs/heads/maven-resources-plugin-3.x by 
this push:
     new ce485a0  [maven-release-plugin] prepare release 
maven-resources-plugin-3.5.0
ce485a0 is described below

commit ce485a0360dc1b4f548bd3c32d3f817661ae31ff
Author: Tamas Cservenak <[email protected]>
AuthorDate: Mon Mar 2 12:25:01 2026 +0100

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

diff --git a/pom.xml b/pom.xml
index 15c6a17..4a0ff5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
   </parent>
 
   <artifactId>maven-resources-plugin</artifactId>
-  <version>3.4.1-SNAPSHOT</version>
+  <version>3.5.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Resources Plugin</name>
@@ -52,7 +52,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>maven-resources-plugin-3.5.0</tag>
     
<url>https://github.com/apache/maven-resources-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -73,7 +73,7 @@ under the License.
   <properties>
     <mavenVersion>3.9.12</mavenVersion>
     <javaVersion>8</javaVersion>
-    
<project.build.outputTimestamp>2025-11-22T21:31:20Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-03-02T11:24:56Z</project.build.outputTimestamp>
 
     <version.slf4j>1.7.36</version.slf4j>
     <version.plexus-utils>3.6.0</version.plexus-utils>

Reply via email to