Update to upstream 1.7.1.

This commit is contained in:
Alexander Kurtakov 2012-07-05 11:31:21 +03:00
parent 3966115b51
commit e216ad8307
4 changed files with 6 additions and 20 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ maven-shade-plugin-1.3.3.tar.xz
maven-shade-plugin-1.5-source-release.zip
maven-shade-plugin-1.6-source-release.zip
/maven-shade-plugin-1.7-source-release.zip
maven-shade-plugin-1.7.1-source-release.zip

View File

@ -1,18 +0,0 @@
diff -Naur maven-shade-plugin-1.5.orig/pom.xml maven-shade-plugin-1.5/pom.xml
--- maven-shade-plugin-1.5.orig/pom.xml 2011-10-28 19:49:30.000000000 +0200
+++ maven-shade-plugin-1.5/pom.xml 2012-03-05 11:32:23.678051265 +0100
@@ -132,12 +132,12 @@
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
+ <artifactId>plexus-component-metadata</artifactId>
<version>1.3.8</version>
<executions>
<execution>
<goals>
- <goal>descriptor</goal>
+ <goal>generate-metadata</goal>
</goals>
</execution>
</executions>

View File

@ -1,5 +1,5 @@
Name: maven-shade-plugin
Version: 1.7
Version: 1.7.1
Release: 1%{?dist}
Summary: This plugin provides the capability to package the artifact in an uber-jar
@ -86,6 +86,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
%doc LICENSE
%changelog
* Thu Jul 5 2012 Alexander Kurtakov <akurtako@redhat.com> 1.7.1-1
- Update to upstream 1.7.1.
* Wed Jun 20 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-1
- Update to upstream 1.7

View File

@ -1 +1 @@
25f36ebdafda5268bf7cfb5b1c924fda maven-shade-plugin-1.7-source-release.zip
e4596ac24c0c2b841f7bf81c36048732 maven-shade-plugin-1.7.1-source-release.zip