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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5c461dc  [maven-release-plugin] prepare for next development iteration
5c461dc is described below

commit 5c461dc64b6379f46edf09bb73302937d5ef6981
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jun 16 14:09:50 2024 +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 910e227..289bf2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-jar-plugin</artifactId>
-  <version>3.4.2</version>
+  <version>3.4.3-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.4.2</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-jar-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -76,7 +76,7 @@
     <javaVersion>8</javaVersion>
     <mavenVersion>3.6.3</mavenVersion>
     <mavenArchiverVersion>3.6.2</mavenArchiverVersion>
-    
<project.build.outputTimestamp>2024-06-16T12:09:37Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-06-16T12:09:50Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>

Reply via email to