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:09 UTC

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

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>