Make it work with any version of the JDK. fixes MPJAVA-22.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116120 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-10-07 18:45:35 +00:00
parent 4324c220e6
commit eaaf6cba60
4 changed files with 6 additions and 6 deletions

View File

@@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.5-SNAPSHOT" date="in CVS">
<action dev="vmassol" type="fix" issue="MPJAVA-22">Make it work by default with any version of the JDK</action>
<action dev="brett" type="update">Deprecate dependency handle</action>
<action dev="dion" type="update">Use assert taglib for tests</action>
</release>

View File

@@ -176,9 +176,7 @@
<p>
Corresponds to the <code>target</code> attribute for the ant
<a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
task.
This value defaults to 1.1 so that builds on JDK 1.4 or later stil work on
earlier JVMs.
task. This value defaults to the Ant task default value.
</p>
</td>
</tr>