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/09/27 15:27:30 UTC

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

vmassol     2004/09/27 06:27:30

  Modified:    abbot    project.xml
               abbot/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.1
  
  Revision  Changes    Path
  1.12      +6 -1      maven-plugins/abbot/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/abbot/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	20 Aug 2004 19:15:03 -0000	1.11
  +++ project.xml	27 Sep 2004 13:27:30 -0000	1.12
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-abbot-plugin</id>
     <name>Maven Abbot plugin</name>
  -  <currentVersion>1.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.1</currentVersion>
     <description>Run Abbot tests</description>
     <shortDescription>Abbot Tests</shortDescription>
     <url>http://maven.apache.org/reference/plugins/abbot/</url>
  @@ -39,6 +39,11 @@
         <id>1.0</id>
         <name>1.0</name>
         <tag>MAVEN_ABBOT_1_0</tag>
  +    </version>
  +    <version>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>MAVEN_ABBOT_1_1</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.6       +4 -8      maven-plugins/abbot/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/abbot/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml	20 Aug 2004 19:15:03 -0000	1.5
  +++ changes.xml	27 Sep 2004 13:27:30 -0000	1.6
  @@ -6,14 +6,10 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.1-SNAPSHOT" date="in CVS">
  -      <action dev="vmassol" type="update">
  -        Upgraded to Abbot 0.13.0 and JDOM 1.0 beta 10.
  -      </action>
  -      <action dev="vmassol" type="add">
  -        Added new <code>maven.abbot.extrajars</code> property that can be used
  -        to specify extra jars to be added to the executing classpath. For example,
  -        this is useful to add custom Abbot tester classes.
  +    <release version="1.1" date="2004-09-27">
  +      <action dev="vmassol" type="update">Upgraded to Abbot 0.13.0 and JDOM 1.0 beta 10.</action>
  +      <action dev="vmassol" type="add">Added new
  +        <code>maven.abbot.extrajars</code>property that can be used to specify extra jars to be added to the executing classpath. For example, this is useful to add custom Abbot tester classes.
         </action>
       </release>
       <release version="1.0" date="2004-07-08">
  
  
  

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