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 b0cd63d [maven-release-plugin] prepare release maven-jar-plugin-3.5.1
b0cd63d is described below
commit b0cd63d0ad544aa552f06e4492faf984bf2c85c1
Author: Tamas Cservenak <[email protected]>
AuthorDate: Sun Jul 19 15:58:32 2026 +0200
[maven-release-plugin] prepare release maven-jar-plugin-3.5.1
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 061660e..e1e40ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.5.1-SNAPSHOT</version>
+ <version>3.5.1</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.1</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>2025-11-11T09:48:42Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-07-19T13:58:27Z</project.build.outputTimestamp>
<!-- For ITs -->
<version.maven-toolchains-plugin>3.1.0</version.maven-toolchains-plugin>