Update to upstream version 3.1
This commit is contained in:
parent
1536679f7d
commit
ed53e53704
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ maven-compiler-plugin-2.0.2.tar.xz
|
||||
/maven-compiler-plugin-2.4.tar.xz
|
||||
/maven-compiler-plugin-2.5.1-source-release.zip
|
||||
/maven-compiler-plugin-3.0-source-release.zip
|
||||
/maven-compiler-plugin-3.1-source-release.zip
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: maven-compiler-plugin
|
||||
Version: 3.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven Compiler Plugin
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -36,6 +36,9 @@ API documentation for %{name}.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# temporarily build against maven-shared-incremental with fake artifactId
|
||||
%pom_xpath_replace "pom:dependency[pom:artifactId[text()='maven-shared-incremental']]/pom:artifactId" "<artifactId>maven-shared-incremental-fake</artifactId>"
|
||||
|
||||
%build
|
||||
%mvn_build -f
|
||||
|
||||
@ -49,6 +52,9 @@ API documentation for %{name}.
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Wed Apr 24 2013 Michal Srb <msrb@redhat.com> - 3.1-1
|
||||
- Update to upstream version 3.1
|
||||
|
||||
* Tue Mar 05 2013 Michal Srb <msrb@redhat.com> - 3.0-2
|
||||
- Build against proper plexus-compiler
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user