Update to released 1.0-alpha-10 version of plexus-container-default.

The latest release is 1.0-alpha-24 but the plugin will not compile against it.
WW-1943


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@541178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak
2007-05-24 05:33:05 +00:00
parent 53d2f7ea4a
commit 4a6c4ad085
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -384,7 +384,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.0-alpha-10-SNAPSHOT</version>
<version>1.0-alpha-10</version>
<scope>provided</scope>
</dependency>
+1 -1
View File
@@ -22,7 +22,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.0-alpha-10-SNAPSHOT</version>
<version>1.0-alpha-10</version>
</dependency>
</dependencies>
</project>