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 68d00f1  [maven-release-plugin] prepare release maven-jar-plugin-3.5.0
68d00f1 is described below

commit 68d00f1121da7ca6c04501363e020977bd1ad5ae
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Nov 11 10:48:34 2025 +0100

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

diff --git a/pom.xml b/pom.xml
index 7d5f052..db2dad5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-jar-plugin</artifactId>
-  <version>3.4.3-SNAPSHOT</version>
+  <version>3.5.0</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>HEAD</tag>
+    <tag>maven-jar-plugin-3.5.0</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>2024-06-16T12:09:50Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-11-11T09:48:28Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to