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 2020/02/09 09:12:41 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.

hboutemy 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 5894a4d  [maven-release-plugin] prepare release maven-shade-plugin-3.2.2
5894a4d is described below

commit 5894a4d7ca4e34ed85a310f57e81fa2812e4f3af
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Feb 9 10:12:33 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 3883bc5..a2a17c7 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>
@@ -69,7 +69,7 @@
     <javaVersion>7</javaVersion>
     <currentVersion>${project.version}</currentVersion>
     <asmVersion>7.3.1</asmVersion>
-    <project.build.outputTimestamp>2020-02-01T19:03:59Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-02-09T09:12:23Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>
@@ -302,7 +302,7 @@
                   <source>src/it/mrm/repository</source>
                   <cloneTo>target/mock-repo</cloneTo> <!-- due to on the fly created jars -->
                 </mockRepo>
-                <proxyRepo/>
+                <proxyRepo />
               </repositories>
             </configuration>
           </plugin>