Bug 70841 - Move to Ant 1.6.2
diff --git a/ant/org.eclipse.ant.tests.core/plugin.xml b/ant/org.eclipse.ant.tests.core/plugin.xml
index deab747..4afcc04 100644
--- a/ant/org.eclipse.ant.tests.core/plugin.xml
+++ b/ant/org.eclipse.ant.tests.core/plugin.xml
@@ -3,7 +3,7 @@
 <plugin
    id="org.eclipse.ant.tests.core"
    name="%pluginName"
-   version="3.0.0"
+   version="3.0.1"
    provider-name="%providerName"
    class="org.eclipse.ant.tests.core.testplugin.AntTestPlugin">
 
diff --git a/ant/org.eclipse.ant.tests.core/tests/org/eclipse/ant/tests/core/tests/OptionTests.java b/ant/org.eclipse.ant.tests.core/tests/org/eclipse/ant/tests/core/tests/OptionTests.java
index 886155c..7bfea84 100644
--- a/ant/org.eclipse.ant.tests.core/tests/org/eclipse/ant/tests/core/tests/OptionTests.java
+++ b/ant/org.eclipse.ant.tests.core/tests/org/eclipse/ant/tests/core/tests/OptionTests.java
@@ -27,8 +27,8 @@
 	
 	protected static final String UNKNOWN_ARG= "Unknown argument: ";
 	protected static final String START_OF_HELP= "ant [options] [target [target2 [target3] ...]]";
-	protected static final String VERSION= "Apache Ant version 1.6.1 compiled on February 12 2004";
-	protected static final String PLUGIN_VERSION= "org.apache.ant_1.6.1";
+	protected static final String VERSION= "Apache Ant version 1.6.2 compiled on July 16 2004";
+	protected static final String PLUGIN_VERSION= "org.apache.ant_1.6.2";
 	 
 	public OptionTests(String name) {
 		super(name);