[maven-compiler-plugin/update-to-version-3.x] Build against proper plexus-compiler

Michal Srb msrb at fedoraproject.org
Tue Mar 5 08:26:38 UTC 2013


commit f200eda5283e5853b3b63d30123928eb225a84ee
Author: Michal Srb <msrb at redhat.com>
Date:   Mon Mar 4 17:32:55 2013 +0100

    Build against proper plexus-compiler

 ...-against-newer-version-of-plexus-compiler.patch |   43 --------------------
 maven-compiler-plugin.spec                         |    8 ++--
 2 files changed, 4 insertions(+), 47 deletions(-)
---
diff --git a/maven-compiler-plugin.spec b/maven-compiler-plugin.spec
index e9f8c01..f9d7f10 100644
--- a/maven-compiler-plugin.spec
+++ b/maven-compiler-plugin.spec
@@ -1,13 +1,12 @@
 Name:           maven-compiler-plugin
 Version:        3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Maven Compiler Plugin
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://maven.apache.org/plugins/maven-compiler-plugin
 Source0:        http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
-Patch0:         0001-Build-against-newer-version-of-plexus-compiler.patch
 
 BuildArch: noarch
 
@@ -37,8 +36,6 @@ API documentation for %{name}.
 %prep
 %setup -q 
 
-%patch0 -p1
-
 %build
 %mvn_build -f
 
@@ -52,6 +49,9 @@ API documentation for %{name}.
 %doc LICENSE NOTICE
 
 %changelog
+* Tue Mar 05 2013 Michal Srb <msrb at redhat.com> - 3.0-2
+- Build against proper plexus-compiler
+
 * Tue Jan 15 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.0-1
 - Update to upstream version 3.0
 - Build with xmvn


More information about the scm-commits mailing list