stabilized junit

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@780376 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2009-05-31 07:51:50 +00:00
parent 1deef1f1d6
commit 411169c51f
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ public class PluginManagerTest
@Requirement
private DefaultPluginManager pluginManager;
private String plexusVersion = "1.0-beta-3.0.7-SNAPSHOT";
private String plexusVersion = "1.0-beta-3.0.7";
protected void setUp()
throws Exception

View File

@ -54,7 +54,7 @@ under the License.
<doxiaVersion>1.0-alpha-9</doxiaVersion>
<easyMockVersion>1.2_Java1.3</easyMockVersion>
<junitVersion>3.8.1</junitVersion>
<plexusVersion>1.0-beta-3.0.7-SNAPSHOT</plexusVersion>
<plexusVersion>1.0-beta-3.0.7</plexusVersion>
<plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
<plexusInterpolationVersion>1.1</plexusInterpolationVersion>
<plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>