[maven-scm-plugin] prepare release 1.6.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@415169 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
snicoll
2006-06-18 18:33:22 +00:00
parent 273fbb3e4a
commit 3b8e62a116
2 changed files with 15 additions and 9 deletions

View File

@@ -17,21 +17,24 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.6.2-SNAPSHOT" date="in SVN">
<release version="1.6.2" date="2006-06-18">
<action dev="snicoll" type="fix" issue="MPWAR-58">Manifest file is now generated properly.</action>
<action dev="snicoll" type="add" issue="MPWAR-43">Aded the ability to customize the Class-Path entry of the manifest</action>
<action dev="snicoll" type="update" issue="MPWAR-49">Added property <code>maven.war.resources.overwrite</code> to control is resources overwrites the ones in the generated webapp directory.</action>
<action dev="snicoll" type="update" issue="MPWAR-49">Added property
<code>maven.war.resources.overwrite</code>to control is resources overwrites the ones in the generated webapp directory.
</action>
<action dev="snicoll" type="update" issue="MPWAR-37" due-to="Troy Poppe">Added ability to expand properties when copying war resources.</action>
<action dev="snicoll" type="update" issue="MPWAR-39">Updated wrong documentation regarding web.xml filtering.</action>
<action dev="snicoll" type="update" issue="MPWAR-46">Now filtering when copying resources.</action>
<action dev="snicoll" type="add" issue="MPWAR-52">Added property <code>maven.war.webxml.overwrite</code> to control if the source web.xml overwrite the one in the generated webapp directory.</action>
<action dev="snicoll" type="add" issue="MPWAR-52">Added property
<code>maven.war.webxml.overwrite</code>to control if the source web.xml overwrite the one in the generated webapp directory.
</action>
<action dev="snicoll" type="fix" issue="MPWAR-29">Fixed confusing documentation regarding maven.war.classes.includes and excludes properties</action>
<action dev="snicoll" type="fix" issue="MPWAR-32">License file is now added properly to the generated war</action>
<action dev="brett" type="fix">Remove reference to unused caller tag library to suppress warning</action>