Update to upstream 1.7.1.
This commit is contained in:
parent
3966115b51
commit
e216ad8307
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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>
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user