[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:
parent
273fbb3e4a
commit
3b8e62a116
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
@ -17,14 +17,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
||||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
|
||||||
<extend>../plugins-parent/project.xml</extend>
|
<extend>../plugins-parent/project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-war-plugin</id>
|
<id>maven-war-plugin</id>
|
||||||
<name>Maven WAR Plugin</name>
|
<name>Maven WAR Plugin</name>
|
||||||
<currentVersion>1.6.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.6.2</currentVersion>
|
||||||
<description>War Plugin for Maven</description>
|
<description>War Plugin for Maven</description>
|
||||||
<shortDescription>War Plugin for Maven</shortDescription>
|
<shortDescription>War Plugin for Maven</shortDescription>
|
||||||
<versions>
|
<versions>
|
||||||
@ -43,6 +41,11 @@
|
|||||||
<name>1.6.1</name>
|
<name>1.6.1</name>
|
||||||
<tag>MAVEN_WAR_1_6_1</tag>
|
<tag>MAVEN_WAR_1_6_1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.6.2</id>
|
||||||
|
<name>1.6.2</name>
|
||||||
|
<tag>MAVEN_WAR_1_6_2</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<branches/>
|
<branches/>
|
||||||
<developers>
|
<developers>
|
||||||
|
|||||||
@ -17,21 +17,24 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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="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="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-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-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="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-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="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>
|
<action dev="brett" type="fix">Remove reference to unused caller tag library to suppress warning</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user