You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/04/15 15:11:40 UTC

[maven-gpg-plugin] branch master updated (17ec35b -> 1611991)

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

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


    from 17ec35b  [maven-release-plugin] prepare for next development iteration
     new d8461fb  Revert "[maven-release-plugin] prepare for next development iteration"
     new 1611991  Revert "[maven-release-plugin] prepare release maven-gpg-plugin-3.0.1"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[maven-gpg-plugin] 02/02: Revert "[maven-release-plugin] prepare release maven-gpg-plugin-3.0.1"

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1611991b7564aa5e3a32b86145e6673352195863
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed Apr 15 17:11:27 2020 +0200

    Revert "[maven-release-plugin] prepare release maven-gpg-plugin-3.0.1"
    
    This reverts commit cc34149b9222fdc1c9cf2949b22d67a9b01b52b5.
    
    accidently made another release.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f3c61b1..a84513a 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.1-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>2020-04-15T15:04:12Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-04-12T12:45:04Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>


[maven-gpg-plugin] 01/02: Revert "[maven-release-plugin] prepare for next development iteration"

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d8461fb2ce4845a4462d1c40ffd7fd0feda25955
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed Apr 15 17:11:12 2020 +0200

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit 17ec35b409a4822e45ec89913ed34a786c628808.
    
    accidently made another release.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1d5627f..f3c61b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-gpg-plugin</artifactId>
-  <version>3.0.2-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-15T15:04:30Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-04-15T15:04:12Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>