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

asf-gitbox-commits 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 6e37fe0  [maven-release-plugin] prepare for next development iteration
6e37fe0 is described below

commit 6e37fe00ca34a2f74a2ec15117ab7851fe1ed31b
Author: Tamas Cservenak <[email protected]>
AuthorDate: Sun Jul 19 15:58:47 2026 +0200

    [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 e1e40ba..a9687a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-jar-plugin</artifactId>
-  <version>3.5.1</version>
+  <version>3.5.2-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.1</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-jar-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -77,7 +77,7 @@
     <mavenVersion>3.9.16</mavenVersion>
     <mavenArchiverVersion>3.6.6</mavenArchiverVersion>
 
-    
<project.build.outputTimestamp>2026-07-19T13:58:27Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-07-19T13:58:47Z</project.build.outputTimestamp>
 
     <!-- For ITs -->
     <version.maven-toolchains-plugin>3.1.0</version.maven-toolchains-plugin>

Reply via email to