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:39:05 UTC

[maven-gpg-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

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 878edef  [maven-release-plugin] prepare for next development iteration
878edef is described below

commit 878edefba0f80b55701ea347a69b58c9bbeca37d
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed May 5 18:39:01 2021 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 215dfaf..c5db1da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-gpg-plugin</artifactId>
-  <version>3.0.1</version>
+  <version>3.0.2-SNAPSHOT</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.1</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>2021-05-05T16:38:40Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-05-05T16:39:01Z</project.build.outputTimestamp>
     <resource.delimiter>@</resource.delimiter>
   </properties>