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 2020/04/12 12:44:46 UTC

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

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 69dd5a1  [maven-release-plugin] prepare release maven-gpg-plugin-3.0.0
69dd5a1 is described below

commit 69dd5a1490672850886d0f89fa343e94a0f07ee6
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Apr 12 14:44:42 2020 +0200

    [maven-release-plugin] prepare release maven-gpg-plugin-3.0.0
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 54d5a36..6e819b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@ under the License.
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
     <version>34</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-gpg-plugin</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.0.0</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>HEAD</tag>
+    <tag>maven-gpg-plugin-3.0.0</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-02-01T18:31:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-04-12T12:44:35Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>