mirror of https://github.com/apache/maven.git
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:
parent
1deef1f1d6
commit
411169c51f
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue