[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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<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>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-aspectj-plugin</id>
|
||||
<name>Maven AspectJ Plugin</name>
|
||||
<currentVersion>4.0-SNAPSHOT</currentVersion>
|
||||
<currentVersion>4.0</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>AspectJ Plugin for Maven</shortDescription>
|
||||
<versions>
|
||||
@ -58,6 +56,11 @@
|
||||
<name>3.2</name>
|
||||
<tag>MAVEN_ASPECTJ_3_2</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>4.0</id>
|
||||
<name>4.0</name>
|
||||
<tag>MAVEN_ASPECTJ_4_0</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>AspectJ plugin changes</title>
|
||||
@ -27,19 +26,24 @@
|
||||
<author email="carlos@apache.org">Carlos Sanchez</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="4.0-SNAPSHOT" date="in SVN">
|
||||
<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="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>
|
||||
<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="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="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">
|
||||
Added <code>maven.aspectj.failonerror</code> property.
|
||||
<action dev="carlos" type="add" issue="MPASPECTJ-24" due-to="Shinobu Kawai">Added
|
||||
<code>maven.aspectj.failonerror</code>property.
|
||||
</action>
|
||||
<action dev="vmassol" type="update" issue="MPASPECTJ-19">
|
||||
Add support for <code>iajc</code>'s <code>messageHolderClass</code> attribute
|
||||
and added <code>maven.dependency.classpath</code> to the
|
||||
<code>iajc</code>'s taskdef so that custom message holder classes will be
|
||||
found at execution time.
|
||||
<action dev="vmassol" type="update" issue="MPASPECTJ-19">Add support for
|
||||
<code>iajc</code>'s
|
||||
<code>messageHolderClass</code>attribute and added
|
||||
<code>maven.dependency.classpath</code>to the
|
||||
<code>iajc</code>'s taskdef so that custom message holder classes will be found at execution time.
|
||||
</action>
|
||||
</release>
|
||||
<release version="3.2" date="2004-10-06">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user