Next version will be 4.0

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@380186 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-02-23 18:21:23 +00:00
parent 87e10a8e18
commit e704a3f56a
2 changed files with 2 additions and 5 deletions

View File

@ -24,7 +24,7 @@
<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>3.3-SNAPSHOT</currentVersion> <currentVersion>4.0-SNAPSHOT</currentVersion>
<description/> <description/>
<shortDescription>AspectJ Plugin for Maven</shortDescription> <shortDescription>AspectJ Plugin for Maven</shortDescription>
<versions> <versions>

View File

@ -27,10 +27,8 @@
<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 Subversion"> <release version="4.0-SNAPSHOT" date="in SVN">
<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>
</release>
<release version="3.3-SNAPSHOT" date="in Subversion">
<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 <code>maven.aspectj.failonerror</code> property. Added <code>maven.aspectj.failonerror</code> property.
</action> </action>
@ -40,7 +38,6 @@
<code>iajc</code>'s taskdef so that custom message holder classes will be <code>iajc</code>'s taskdef so that custom message holder classes will be
found at execution time. found at execution time.
</action> </action>
<action dev="carlos" type="update">Now using AspectJ 1.2.1 release.</action>
</release> </release>
<release version="3.2" date="2004-10-06"> <release version="3.2" date="2004-10-06">
<action dev="carlos" type="add" issue="MPASPECTJ-12" due-to="Mark Proctor">Added <action dev="carlos" type="add" issue="MPASPECTJ-12" due-to="Mark Proctor">Added