Blame SOURCES/0003-Remove-plexus-maven-plugin-dependency.patch

c6cb01
From 61963f6f7827459c551a03985e273d5feb65e55c Mon Sep 17 00:00:00 2001
c6cb01
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
c6cb01
Date: Thu, 19 Jan 2012 17:13:50 +0100
c6cb01
Subject: [PATCH 3/3] Remove plexus-maven-plugin dependency
c6cb01
c6cb01
---
c6cb01
 maven-hawtjni-plugin/pom.xml |    6 +++---
c6cb01
 1 files changed, 3 insertions(+), 3 deletions(-)
c6cb01
c6cb01
diff --git a/maven-hawtjni-plugin/pom.xml b/maven-hawtjni-plugin/pom.xml
c6cb01
index c0f4109..efdd192 100644
c6cb01
--- a/maven-hawtjni-plugin/pom.xml
c6cb01
+++ b/maven-hawtjni-plugin/pom.xml
c6cb01
@@ -139,12 +139,12 @@
c6cb01
       </plugin>
c6cb01
       <plugin>
c6cb01
         <groupId>org.codehaus.plexus</groupId>
c6cb01
-        <artifactId>plexus-maven-plugin</artifactId>
c6cb01
-        <version>1.3.8</version>
c6cb01
+        <artifactId>plexus-component-metadata</artifactId>
c6cb01
+        <version>1.5.5</version>
c6cb01
         <executions>
c6cb01
           <execution>
c6cb01
             <goals>
c6cb01
-              <goal>descriptor</goal>
c6cb01
+              <goal>generate-metadata</goal>
c6cb01
             </goals>
c6cb01
           </execution>
c6cb01
         </executions>
c6cb01
-- 
c6cb01
1.7.7.4
c6cb01