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

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

aheritier    2004/08/20 14:19:30

  Modified:    ant      project.xml
               ant/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.8.1
  
  Revision  Changes    Path
  1.46      +7 -2      maven-plugins/ant/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/project.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- project.xml	16 Aug 2004 13:16:32 -0000	1.45
  +++ project.xml	20 Aug 2004 21:19:30 -0000	1.46
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-ant-plugin</id>
     <name>Maven Ant Plugin</name>
  -  <currentVersion>1.8.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.8.1</currentVersion>
     <description>Generates ant build files from a maven project, so that plain ant users can build your project</description>
     <shortDescription>Generate Ant build file</shortDescription>
     <url>http://maven.apache.org/reference/plugins/ant/</url>
  @@ -55,6 +55,11 @@
         <name>1.8</name>
         <tag>MAVEN_ANT_1_8</tag>
       </version>
  +    <version>
  +      <id>1.8.1</id>
  +      <name>1.8.1</name>
  +      <tag>MAVEN_ANT_1_8_1</tag>
  +    </version>
     </versions>
     <developers>
       <developer>
  @@ -73,7 +78,7 @@
         <organization/>
         <roles>
           <role>Developer</role>
  -        <role>Release Manager</role>        
  +        <role>Release Manager</role>
         </roles>
         <timezone>+1</timezone>
       </developer>
  
  
  
  1.29      +1 -1      maven-plugins/ant/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/xdocs/changes.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- changes.xml	16 Aug 2004 10:50:27 -0000	1.28
  +++ changes.xml	20 Aug 2004 21:19:30 -0000	1.29
  @@ -24,7 +24,7 @@
       <author email="dion@multitask.com.au">dIon Gillard</author>
     </properties>
     <body>
  -    <release version="1.8.1-SNAPSHOT" date="in CVS">
  +    <release version="1.8.1" date="2004-08-20">
         <action dev="carlos" type="fix" issue="MPANT-16">Use relative paths in test resources filesets.</action>
       </release>
       <release version="1.8" date="2004-07-20">
  
  
  

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