[maven-scm-plugin] prepare release 3.0

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-05-16 02:04:10 +00:00
parent 6ead520db9
commit 5e6e31d04f
2 changed files with 11 additions and 11 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-aspectj-plugin</id>
<name>Maven AspectJ Plugin</name>
<currentVersion>3.0-SNAPSHOT</currentVersion>
<currentVersion>3.0</currentVersion>
<description/>
<shortDescription>AspectJ Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/aspectj/</url>
@ -45,6 +45,11 @@
<name>2.0</name>
<tag>MAVEN_ASPECTJ_2_0</tag>
</version>
<version>
<id>3.0</id>
<name>3.0</name>
<tag>MAVEN_ASPECTJ_3_0</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -27,17 +27,12 @@
<author email="carlossg@users.sourceforge.net">Carlos Sanchez</author>
</properties>
<body>
<release version="3.0" date="in CVS">
<action dev="vmassol" type="add" issue="MPASPECTJ-9" due-to="Carlos Sanchez" due-to-email="carlossg@users.sourceforge.net">
Added new <code>maven.aspectj.fork</code> and
<release version="3.0" date="2004-05-15">
<action dev="vmassol" type="add" issue="MPASPECTJ-9" due-to="Carlos Sanchez" due-to-email="carlossg@users.sourceforge.net">Added new
<code>maven.aspectj.fork</code>and
<code>maven.aspectj.maxmem</code>properties.
</action>
<action dev="vmassol" type="update" issue="MPASPECTJ-8" due-to="Carlos Sanchez" due-to-email="carlossg@users.sourceforge.net">
Another almost complete rewrite of the plugin. The plugin is now
using AspectJ 1.2rc1 and allows weaving at class level (instead of
at jar level which was a bad idea introduced in version 2.0 of the
plugin). It also supports weaving of dependent libraries.
</action>
<action dev="vmassol" type="update" issue="MPASPECTJ-8" due-to="Carlos Sanchez" due-to-email="carlossg@users.sourceforge.net">Another almost complete rewrite of the plugin. The plugin is now using AspectJ 1.2rc1 and allows weaving at class level (instead of at jar level which was a bad idea introduced in version 2.0 of the plugin). It also supports weaving of dependent libraries.</action>
</release>
<release version="2.0" date="2004-03-10">
<action dev="vmassol" type="add">Complete rewrite of the plugin. Now using AspectJ 1.1 and performing binary weaving on jar generated by the