You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2004/06/20 21:04:23 UTC

cvs commit: maven-plugins/aspectj/xdocs changes.xml

carlos      2004/06/20 12:04:23

  Modified:    aspectj  project.xml
               aspectj/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 3.1
  
  Revision  Changes    Path
  1.38      +6 -1      maven-plugins/aspectj/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectj/project.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- project.xml	19 Jun 2004 19:14:53 -0000	1.37
  +++ project.xml	20 Jun 2004 19:04:23 -0000	1.38
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-aspectj-plugin</id>
     <name>Maven AspectJ Plugin</name>
  -  <currentVersion>3.1-SNAPSHOT</currentVersion>
  +  <currentVersion>3.1</currentVersion>
     <description/>
     <shortDescription>AspectJ Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/aspectj/</url>
  @@ -54,6 +54,11 @@
         <id>3.1</id>
         <name>3.1</name>
         <tag>HEAD</tag>
  +    </version>
  +    <version>
  +      <id>3.1</id>
  +      <name>3.1</name>
  +      <tag>MAVEN_ASPECTJ_3_1</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.18      +10 -17    maven-plugins/aspectj/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectj/xdocs/changes.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml	19 Jun 2004 19:14:52 -0000	1.17
  +++ changes.xml	20 Jun 2004 19:04:23 -0000	1.18
  @@ -27,24 +27,17 @@
       <author email="carlossg@users.sourceforge.net">Carlos Sanchez</author>
     </properties>
     <body>
  -    <release version="3.1-SNAPSHOT" date="in CVS">
  -      <action dev="carlos" type="add" issue="MPASPECTJ-6">
  -        Weave test classes
  +    <release version="3.1" date="2004-06-20">
  +      <action dev="carlos" type="add" issue="MPASPECTJ-6">Weave test classes</action>
  +      <action dev="carlos" type="add" issue="MPASPECTJ-10">Added "Compiling aspect sources" section to xdoc</action>
  +      <action dev="carlos" type="fix" issue="MPASPECTJ-10">Use
  +        <code>maven.aspectj.maxmem</code>only when
  +        <code>maven.aspectj.fork=true</code>to avoid aspectj warnings
         </action>
  -      <action dev="carlos" type="add" issue="MPASPECTJ-10">
  -        Added "Compiling aspect sources" section to xdoc
  -      </action>
  -      <action dev="carlos" type="fix" issue="MPASPECTJ-10">
  -        Use <code>maven.aspectj.maxmem</code>
  -        only when <code>maven.aspectj.fork=true</code>
  -        to avoid aspectj warnings
  -      </action>
  -      <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.
  +      <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.
         </action>
       </release>
       <release version="3.0" date="2004-05-15">
  
  
  

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