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

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


The following commit(s) were added to refs/heads/maven-jar-plugin-3.x by this 
push:
     new e58c78b  [maven-release-plugin] prepare for next development iteration
e58c78b is described below

commit e58c78b3ed1ee5bd47d3fc9b6624340519f6e641
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Nov 11 10:48:43 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 db2dad5..4c2ee8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-jar-plugin</artifactId>
-  <version>3.5.0</version>
+  <version>3.5.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven JAR Plugin</name>
@@ -54,7 +54,7 @@
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</developerConnection>
-    <tag>maven-jar-plugin-3.5.0</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-jar-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -79,7 +79,7 @@
 
     <!-- for JDK 25 -->
     <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
-    
<project.build.outputTimestamp>2025-11-11T09:48:28Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-11-11T09:48:42Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to