diff --git a/aspectj/project.xml b/aspectj/project.xml
index 335ca4f6..930649c6 100644
--- a/aspectj/project.xml
+++ b/aspectj/project.xml
@@ -23,7 +23,7 @@
3
maven-aspectj-plugin
Maven AspectJ Plugin
- 3.0-SNAPSHOT
+ 3.0
AspectJ Plugin for Maven
http://maven.apache.org/reference/plugins/aspectj/
@@ -45,6 +45,11 @@
2.0
MAVEN_ASPECTJ_2_0
+
+ 3.0
+ 3.0
+ MAVEN_ASPECTJ_3_0
+
diff --git a/aspectj/xdocs/changes.xml b/aspectj/xdocs/changes.xml
index 9bc9725b..65d9056e 100644
--- a/aspectj/xdocs/changes.xml
+++ b/aspectj/xdocs/changes.xml
@@ -27,17 +27,12 @@
Carlos Sanchez
-
-
- Added new maven.aspectj.fork and
- maven.aspectj.maxmem properties.
-
-
- 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.
+
+ Added new
+ maven.aspectj.forkand
+ maven.aspectj.maxmemproperties.
+ 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.
Complete rewrite of the plugin. Now using AspectJ 1.1 and performing binary weaving on jar generated by the