diff --git a/.gitignore b/.gitignore index 69c6e27..5ff2daa 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ sonatype-plexus-compiler-plexus-compiler-1.8.3-0-gef6142f.tar.gz /plexus-compiler-2.3.tar.gz /LICENSE-2.0.txt /plexus-compiler-2.4.tar.gz +/plexus-compiler-2.7.tar.gz diff --git a/plexus-compiler.spec b/plexus-compiler.spec index 9696008..0c02369 100644 --- a/plexus-compiler.spec +++ b/plexus-compiler.spec @@ -1,8 +1,8 @@ %global parent plexus Name: plexus-compiler -Version: 2.4 -Release: 3%{?dist} +Version: 2.7 +Release: 1%{?dist} Epoch: 0 Summary: Compiler call initiators for Plexus # extras subpackage has a bit different licensing @@ -10,7 +10,7 @@ Summary: Compiler call initiators for Plexus License: MIT and ASL 2.0 URL: https://github.com/codehaus-plexus/plexus-compiler -Source0: https://github.com/sonatype/%{name}/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz Source1: http://www.apache.org/licenses/LICENSE-2.0.txt Source2: LICENSE.MIT @@ -78,6 +78,8 @@ cp %{SOURCE2} LICENSE.MIT # don't generate requires on test dependency (see #1007498) %pom_xpath_remove "pom:dependency[pom:artifactId[text()='plexus-compiler-test']]" plexus-compilers +%pom_remove_plugin :maven-site-plugin + %build # Tests are skipped because of unavailable plexus-compiler-test artifact %mvn_build -f @@ -95,6 +97,9 @@ cp %{SOURCE2} LICENSE.MIT %doc LICENSE LICENSE.MIT %changelog +* Mon Jan 25 2016 Mikolaj Izdebski - 0:2.7-1 +- Update to upstream version 2.7 + * Thu Jun 18 2015 Fedora Release Engineering - 0:2.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index df78864..242850a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 3b83ef96387f14655fc854ddc3c6bd57 LICENSE-2.0.txt -a3718dba1d831c4d81a855187ff14d6d plexus-compiler-2.4.tar.gz +f578ea5da721223bfd9d410c6111d593 plexus-compiler-2.7.tar.gz