Update to upstream version 2.4.3

This commit is contained in:
Michael Simacek 2016-05-02 12:50:32 +02:00
parent 04180b4faf
commit a3ad475065
4 changed files with 24 additions and 20 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ maven-shade-plugin-1.7.1-source-release.zip
/maven-shade-plugin-2.4-source-release.zip
/maven-shade-plugin-2.4.1-source-release.zip
/maven-shade-plugin-2.4.2-source-release.zip
/maven-shade-plugin-2.4.3-source-release.zip

View File

@ -1,4 +1,4 @@
From 1b54b0ba9268a9abcf7d8b12bc631ea965690666 Mon Sep 17 00:00:00 2001
From cbce06292597d05b6406701b1e54d32a57a51c99 Mon Sep 17 00:00:00 2001
From: Mikolaj Izdebski <mizdebsk@redhat.com>
Date: Mon, 12 Oct 2015 16:40:07 +0200
Subject: [PATCH] Port to maven-dependency-tree 3.0
@ -8,10 +8,10 @@ Subject: [PATCH] Port to maven-dependency-tree 3.0
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java b/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java
index 8e9d895..cb3b7ac 100644
index dea515d..e9862ad 100644
--- a/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java
+++ b/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java
@@ -1112,7 +1112,12 @@ public class ShadeMojo
@@ -1113,7 +1113,12 @@ public class ShadeMojo
List<Dependency> transitiveDeps )
throws DependencyGraphBuilderException
{
@ -26,5 +26,5 @@ index 8e9d895..cb3b7ac 100644
for ( DependencyNode n2 : node.getChildren() )
{
--
2.4.3
2.5.5

View File

@ -1,6 +1,6 @@
Name: maven-shade-plugin
Version: 2.4.2
Release: 2%{?dist}
Version: 2.4.3
Release: 1%{?dist}
Summary: This plugin provides the capability to package the artifact in an uber-jar
License: ASL 2.0
URL: http://maven.apache.org/plugins/%{name}
@ -63,6 +63,9 @@ ln -s $(build-classpath plexus/utils) src/test/jars/plexus-utils-1.4.1.jar
%license LICENSE NOTICE
%changelog
* Mon May 02 2016 Michael Simacek <msimacek@redhat.com> - 2.4.3-1
- Update to upstream version 2.4.3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
e9a108463ef54a20b0a23983cb96b814 maven-shade-plugin-2.4.2-source-release.zip
47826f9711d19dd48d4fca5a01d37f77 maven-shade-plugin-2.4.3-source-release.zip