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:43:19 UTC

[maven-shade-plugin] branch master updated: [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


The following commit(s) were added to refs/heads/master by this push:
     new c848c7a  [maven-release-plugin] prepare release maven-shade-plugin-3.2.2
c848c7a is described below

commit c848c7ad060d7e8f2afd4b96a71fce7eaddf6ee4
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Dec 23 18:43:14 2019 +0100

    [maven-release-plugin] prepare release maven-shade-plugin-3.2.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d32b6db..0799756 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-shade-plugin</artifactId>
-  <version>3.2.2-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>