[maven-scm-plugin] prepare release 4.0
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@397405 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f840f824fa
commit
ad9bbe2ccc
@ -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-aspectj-plugin</id>
|
<id>maven-aspectj-plugin</id>
|
||||||
<name>Maven AspectJ Plugin</name>
|
<name>Maven AspectJ Plugin</name>
|
||||||
<currentVersion>4.0-SNAPSHOT</currentVersion>
|
<currentVersion>4.0</currentVersion>
|
||||||
<description/>
|
<description/>
|
||||||
<shortDescription>AspectJ Plugin for Maven</shortDescription>
|
<shortDescription>AspectJ Plugin for Maven</shortDescription>
|
||||||
<versions>
|
<versions>
|
||||||
@ -58,6 +56,11 @@
|
|||||||
<name>3.2</name>
|
<name>3.2</name>
|
||||||
<tag>MAVEN_ASPECTJ_3_2</tag>
|
<tag>MAVEN_ASPECTJ_3_2</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>4.0</id>
|
||||||
|
<name>4.0</name>
|
||||||
|
<tag>MAVEN_ASPECTJ_4_0</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>AspectJ plugin changes</title>
|
<title>AspectJ plugin changes</title>
|
||||||
@ -27,19 +26,24 @@
|
|||||||
<author email="carlos@apache.org">Carlos Sanchez</author>
|
<author email="carlos@apache.org">Carlos Sanchez</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="4.0-SNAPSHOT" date="in SVN">
|
<release version="4.0" date="2006-04-26">
|
||||||
<action dev="ltheussl" type="add" issue="MPASPECTJ-15" due-to="Alexey Dashkevich">New property <code>maven.aspectj.dest</code> to define output folder for <code>aspectj:compile</code> goal.</action>
|
<action dev="ltheussl" type="add" issue="MPASPECTJ-15" due-to="Alexey Dashkevich">New property
|
||||||
<action dev="ltheussl" type="fix" issue="MPASPECTJ-14" due-to="Alexey Dashkevich">Unable to weave only sources defined in argument files. New property <code>maven.aspectj.src.argfilesOnly</code>.</action>
|
<code>maven.aspectj.dest</code>to define output folder for
|
||||||
|
<code>aspectj:compile</code>goal.
|
||||||
|
</action>
|
||||||
|
<action dev="ltheussl" type="fix" issue="MPASPECTJ-14" due-to="Alexey Dashkevich">Unable to weave only sources defined in argument files. New property
|
||||||
|
<code>maven.aspectj.src.argfilesOnly</code>.
|
||||||
|
</action>
|
||||||
<action dev="ltheussl" type="add" issue="MPASPECTJ-23" due-to="Shinobu Kawai Yoshida">Add a report for the plugin.</action>
|
<action dev="ltheussl" type="add" issue="MPASPECTJ-23" due-to="Shinobu Kawai Yoshida">Add a report for the plugin.</action>
|
||||||
<action dev="carlos" type="update" issue="MPASPECTJ-21">Upgraded to AspectJ 1.5.0</action>
|
<action dev="carlos" type="update" issue="MPASPECTJ-21">Upgraded to AspectJ 1.5.0</action>
|
||||||
<action dev="carlos" type="add" issue="MPASPECTJ-24" due-to="Shinobu Kawai">
|
<action dev="carlos" type="add" issue="MPASPECTJ-24" due-to="Shinobu Kawai">Added
|
||||||
Added <code>maven.aspectj.failonerror</code> property.
|
<code>maven.aspectj.failonerror</code>property.
|
||||||
</action>
|
</action>
|
||||||
<action dev="vmassol" type="update" issue="MPASPECTJ-19">
|
<action dev="vmassol" type="update" issue="MPASPECTJ-19">Add support for
|
||||||
Add support for <code>iajc</code>'s <code>messageHolderClass</code> attribute
|
<code>iajc</code>'s
|
||||||
and added <code>maven.dependency.classpath</code> to the
|
<code>messageHolderClass</code>attribute and added
|
||||||
<code>iajc</code>'s taskdef so that custom message holder classes will be
|
<code>maven.dependency.classpath</code>to the
|
||||||
found at execution time.
|
<code>iajc</code>'s taskdef so that custom message holder classes will be found at execution time.
|
||||||
</action>
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="3.2" date="2004-10-06">
|
<release version="3.2" date="2004-10-06">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user