File releasepom.patch of Package plexus-container-default
Index: release-pom.xml
===================================================================
--- release-pom.xml.orig
+++ release-pom.xml
@@ -156,14 +156,14 @@
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-2</version>
+ <version>2.0</version>
<configuration>
<tagBase>https://svn.codehaus.org/plexus/tags</tagBase>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.0-beta-1</version>
+ <version>2.3</version>
<configuration>
<excludes>
<exclude>**/Test*.java</exclude>
@@ -213,13 +213,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>1.0.4</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>2.0.5</version>
<scope>compile</scope>
</dependency>
<dependency>