File plexus-sec-dispatcher-pom.patch of Package plexus-sec-dispatcher
Index: pom.xml
===================================================================
--- pom.xml.orig
+++ pom.xml
@@ -25,12 +25,12 @@
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.3.5</version>
+ <artifactId>plexus-component-metadata</artifactId>
+ <version>1.5.4</version>
<executions>
<execution>
<goals>
- <goal>descriptor</goal>
+ <goal>generate-metadata</goal>
</goals>
</execution>
</executions>
@@ -38,10 +38,6 @@
<plugin>
<artifactId>maven-compiler-plugin
</artifactId>
- <configuration>
- <source>1.4</source>
- <target>1.4</target>
- </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.modello</groupId>
@@ -79,7 +75,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
- <version>1.0-alpha-9-stable-1</version>
+ <version>1.0-alpha-8</version>
<scope>provided</scope>
</dependency>
<dependency>