brett 2004/05/15 19:04:10
Modified: aspectj project.xml
aspectj/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 3.0
Revision Changes Path
1.34 +6 -1 maven-plugins/aspectj/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/aspectj/project.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- project.xml 16 May 2004 01:35:45 -0000 1.33
+++ project.xml 16 May 2004 02:04:10 -0000 1.34
@@ -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>
@@ -44,6 +44,11 @@
<id>2.0</id>
<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>
1.12 +5 -10 maven-plugins/aspectj/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/aspectj/xdocs/changes.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- changes.xml 10 May 2004 18:23:05 -0000 1.11
+++ changes.xml 16 May 2004 02:04:10 -0000 1.12
@@ -27,17 +27,12 @@
<author email="[EMAIL PROTECTED]">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="[EMAIL PROTECTED]">
- 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="[EMAIL PROTECTED]">
- 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.
+ <release version="3.0" date="2004-05-15">
+ <action dev="vmassol" type="add" issue="MPASPECTJ-9" due-to="Carlos Sanchez"
due-to-email="[EMAIL PROTECTED]">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="[EMAIL PROTECTED]">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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]