[maven-scm-plugin] prepare release 1.6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@388962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2006-03-26 20:46:41 +00:00
parent e46e83ce9c
commit ee81ed8d36
2 changed files with 27 additions and 11 deletions

View File

@@ -17,7 +17,6 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@@ -25,15 +24,27 @@
<author email="kschrader@karmalab.org">Kurt Schrader</author>
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in SVN">
<release version="1.6" date="2006-03-26">
<action dev="ltheussl" type="fix" issue="MPJAVA-4">Compile fails using forked compiler when directory contains spaces.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-42">Also check for <code>${maven.gen.src}</code> before compiling.</action>
<action dev="ltheussl" type="add" issue="MPJAVA-41">New property <code>maven.compile.failonerror</code>.</action>
<action dev="ltheussl" type="add" issue="MPJAVA-32">New property <code>maven.compile.debuglevel</code>.</action>
<action dev="ltheussl" type="add" issue="MPJAVA-44">New property <code>maven.compile.nowarn</code>.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-23">Set <code>maven.compile.deprecation=on</code> by default.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-42">Also check for
<code>${maven.gen.src}</code>before compiling.
</action>
<action dev="ltheussl" type="add" issue="MPJAVA-41">New property
<code>maven.compile.failonerror</code>.
</action>
<action dev="ltheussl" type="add" issue="MPJAVA-32">New property
<code>maven.compile.debuglevel</code>.
</action>
<action dev="ltheussl" type="add" issue="MPJAVA-44">New property
<code>maven.compile.nowarn</code>.
</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-23">Set
<code>maven.compile.deprecation=on</code>by default.
</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-30">Compiling gives incorrect warning about target JVM version.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G. Mac Dowell"><code>sourceModifications</code> handled incorrectly when more than one clause present.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G. Mac Dowell">
<code>sourceModifications</code>handled incorrectly when more than one clause present.
</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-43">Broken support for maven.compile.extdirs.</action>
<action dev="carlos" type="add" issue="MPJAVA-40" due-to="Ron Gallagher">Make a report with compiler output</action>
<action dev="carlos" type="add" issue="MPJAVA-34">Capture Deprecation Warnings.</action>