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-jarsigner-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 4e1c347 [maven-release-plugin] prepare release
maven-jarsigner-plugin-3.1.0
4e1c347 is described below
commit 4e1c347352bc8a9b954756d845a4036c56a2c4b8
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Sep 3 18:36:05 2024 +0200
[maven-release-plugin] prepare release maven-jarsigner-plugin-3.1.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2355311..e919ac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-jarsigner-plugin</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven Jarsigner Plugin</name>
@@ -50,7 +50,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>maven-jarsigner-plugin-3.1.0</tag>
<url>https://github.com/apache/maven-jarsigner-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -71,7 +71,7 @@ under the License.
<properties>
<mavenVersion>3.6.3</mavenVersion>
<jacocoVersion>0.8.12</jacocoVersion>
-
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-09-03T16:35:59Z</project.build.outputTimestamp>
</properties>
<dependencies>