Use AspectJ 1.2.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2004-12-07 22:25:12 +00:00
parent b321e6125c
commit ba6aa8a555
2 changed files with 6 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-aspectj-plugin</id>
<name>Maven AspectJ Plugin</name>
<currentVersion>3.2</currentVersion>
<currentVersion>3.3-SNAPSHOT</currentVersion>
<description/>
<shortDescription>AspectJ Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/aspectj/</url>
@ -121,12 +121,12 @@
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.2</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjtools</artifactId>
<version>1.2</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>

View File

@ -27,6 +27,9 @@
<author email="carlos@apache.org">Carlos Sanchez</author>
</properties>
<body>
<release version="3.3-SNAPSHOT" date="in CVS">
<action dev="carlos" type="update">Now using AspectJ 1.2.1 release.</action>
</release>
<release version="3.2" date="2004-10-06">
<action dev="carlos" type="add" issue="MPASPECTJ-12" due-to="Mark Proctor">Added
<code>maven.aspectj.argfiles</code>and