You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/05/05 16:38:55 UTC

[maven-gpg-plugin] branch master updated: [maven-release-plugin] prepare release maven-gpg-plugin-3.0.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5255080  [maven-release-plugin] prepare release maven-gpg-plugin-3.0.1
5255080 is described below

commit 525508093293cd1bb78d439cb28f2c48d7d79d9b
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed May 5 18:38:46 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 8869f6a..215dfaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-gpg-plugin</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.0.1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven GPG Plugin</name>
@@ -44,7 +44,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-gpg-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-gpg-plugin-3.0.0</tag>
+    <tag>maven-gpg-plugin-3.0.1</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -64,7 +64,7 @@ under the License.
   <properties>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-04-12T12:45:04Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-05-05T16:38:40Z</project.build.outputTimestamp>
     <resource.delimiter>@</resource.delimiter>
   </properties>