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

slachiewicz 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 b07d56e  [maven-release-plugin] prepare for next development iteration
b07d56e is described below

commit b07d56e2b1c400da89d5ed0e6fa4e0466b240457
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sat Nov 22 22:31:20 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 3e04aa3..66faa49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
   </parent>
 
   <artifactId>maven-resources-plugin</artifactId>
-  <version>3.4.0</version>
+  <version>3.4.1-SNAPSHOT</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>maven-resources-plugin-3.4.0</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-resources-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -74,7 +74,7 @@ under the License.
     <mavenFilteringVersion>3.4.0</mavenFilteringVersion>
     <mavenVersion>3.9.11</mavenVersion>
     <javaVersion>8</javaVersion>
-    
<project.build.outputTimestamp>2025-11-22T21:31:06Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-11-22T21:31:20Z</project.build.outputTimestamp>
 
     <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
   </properties>

Reply via email to