You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/06/03 13:53:16 UTC

cvs commit: maven-plugins/aspectj project.xml

vmassol     2004/06/03 04:53:16

  Modified:    aspectj/xdocs changes.xml
               aspectj  project.xml
  Log:
  Now using AspectJ 1.2 release.
  
  Revision  Changes    Path
  1.14      +3 -0      maven-plugins/aspectj/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectj/xdocs/changes.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- changes.xml	3 Jun 2004 11:49:45 -0000	1.13
  +++ changes.xml	3 Jun 2004 11:53:16 -0000	1.14
  @@ -28,6 +28,9 @@
     </properties>
     <body>
       <release version="3.1-SNAPSHOT" date="in CVS">
  +      <action dev="vmassol" type="update">
  +        Now using AspectJ 1.2 release.
  +      </action>
         <action dev="vmassol" type="add" due-to="Jules Gosnell">
           Added new <code>maven.aspectj.source</code> and
           <code>maven.aspectj.time</code> properties.
  
  
  
  1.36      +2 -2      maven-plugins/aspectj/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectj/project.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- project.xml	3 Jun 2004 11:49:45 -0000	1.35
  +++ project.xml	3 Jun 2004 11:53:16 -0000	1.36
  @@ -93,12 +93,12 @@
       <dependency>
         <groupId>aspectj</groupId>
         <artifactId>aspectjrt</artifactId>
  -      <version>1.2rc1</version>
  +      <version>1.2</version>
       </dependency>
       <dependency>
         <groupId>aspectj</groupId>
         <artifactId>aspectjtools</artifactId>
  -      <version>1.2rc1</version>
  +      <version>1.2</version>
       </dependency>
     </dependencies>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org