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 2019/12/23 17:46:07 UTC

[maven-shade-plugin] branch master updated (9da76a2 -> 80de6cc)

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-shade-plugin.git.


    from 9da76a2  [maven-release-plugin] prepare for next development iteration
     new 1ac4df3  Revert "[maven-release-plugin] prepare for next development iteration"
     new 80de6cc  Revert "[maven-release-plugin] prepare release maven-shade-plugin-3.2.2"

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[maven-shade-plugin] 02/02: Revert "[maven-release-plugin] prepare release maven-shade-plugin-3.2.2"

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-shade-plugin.git

commit 80de6cccc438589d70d14de8dddae5a75f7f7c25
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Dec 23 18:45:51 2019 +0100

    Revert "[maven-release-plugin] prepare release maven-shade-plugin-3.2.2"
    
    This reverts commit c848c7ad060d7e8f2afd4b96a71fce7eaddf6ee4.
    
    Failed based on JavaDoc issues.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0799756..d32b6db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-shade-plugin</artifactId>
-  <version>3.2.2</version>
+  <version>3.2.2-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Shade Plugin</name>
@@ -47,7 +47,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-shade-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-shade-plugin-3.2.2</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>


[maven-shade-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-shade-plugin.git

commit 1ac4df3d2da3354372fd5896e3c38368aadcbbec
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Dec 23 18:45:25 2019 +0100

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit 9da76a24d2ea6123242de330072ec6ca2740eb50.
    
    Failure based on JavaDoc.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 19f38a7..0799756 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-shade-plugin</artifactId>
-  <version>3.2.3-SNAPSHOT</version>
+  <version>3.2.2</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Shade Plugin</name>
@@ -47,7 +47,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-shade-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-shade-plugin-3.2.2</tag>
   </scm>
   <issueManagement>
     <system>jira</system>