[maven-scm-plugin] prepare release 1.6.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@535817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ccdf9916f
commit
ccbaeda8d3
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
@ -23,7 +23,7 @@
|
|||||||
<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.3-SNAPSHOT</currentVersion>
|
<currentVersion>1.6.3</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>
|
||||||
@ -47,6 +47,11 @@
|
|||||||
<name>1.6.2</name>
|
<name>1.6.2</name>
|
||||||
<tag>MAVEN_WAR_1_6_2</tag>
|
<tag>MAVEN_WAR_1_6_2</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.6.3</id>
|
||||||
|
<name>1.6.3</name>
|
||||||
|
<tag>MAVEN_WAR_1_6_3</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<branches/>
|
<branches/>
|
||||||
<developers>
|
<developers>
|
||||||
|
|||||||
@ -24,16 +24,9 @@
|
|||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.6.3-SNAPSHOT" date="in SVN">
|
<release version="1.6.3" date="2007-05-07">
|
||||||
<action dev="snicoll" type="fix" issue="MPWAR-61">
|
<action dev="snicoll" type="fix" issue="MPWAR-61">Introduced war.target.filename dependency's property to customize the bundle filename. Note that this property should be used wit the war.target.path property.</action>
|
||||||
Introduced war.target.filename dependency's property to customize the bundle filename. Note
|
<action dev="snicoll" type="fix" issue="MPWAR-65">Added maven.war.expansion.excludes property to exclude files during a property expansion copy (Fixes corruption of binary files). Applied property expansion to web.xml handling for consistency. Introduced the maven.war.src.filtering property to control whether filtering is enabled or not when copying webapp resources.</action>
|
||||||
that this property should be used wit the war.target.path property.
|
|
||||||
</action>
|
|
||||||
<action dev="snicoll" type="fix" issue="MPWAR-65">Added maven.war.expansion.excludes property
|
|
||||||
to exclude files during a property expansion copy (Fixes corruption of binary files).
|
|
||||||
Applied property expansion to web.xml handling for consistency. Introduced the maven.war.src.filtering
|
|
||||||
property to control whether filtering is enabled or not when copying webapp resources.
|
|
||||||
</action>
|
|
||||||
<action dev="ltheussl" type="fix" issue="MPWAR-36">Only create tld and lib folders if corresponding dependencies are present.</action>
|
<action dev="ltheussl" type="fix" issue="MPWAR-36">Only create tld and lib folders if corresponding dependencies are present.</action>
|
||||||
<action dev="ltheussl" type="fix" issue="MPWAR-45" due-to="Kim Dykeman">war:inplace should check for maven.war.src.</action>
|
<action dev="ltheussl" type="fix" issue="MPWAR-45" due-to="Kim Dykeman">war:inplace should check for maven.war.src.</action>
|
||||||
<action dev="ltheussl" type="fix">
|
<action dev="ltheussl" type="fix">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user