aheritier    2004/07/20 11:57:37

  Modified:    ant      project.xml
               ant/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.8
  
  Revision  Changes    Path
  1.43      +6 -1      maven-plugins/ant/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/project.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- project.xml       14 Jul 2004 22:37:45 -0000      1.42
  +++ project.xml       20 Jul 2004 18:57:37 -0000      1.43
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-ant-plugin</id>
     <name>Maven Ant Plugin</name>
  -  <currentVersion>1.8-SNAPSHOT</currentVersion>
  +  <currentVersion>1.8</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>
  @@ -49,6 +49,11 @@
         <id>1.7</id>
         <name>1.7</name>
         <tag>MAVEN_ANT_1_7</tag>
  +    </version>
  +    <version>
  +      <id>1.8</id>
  +      <name>1.8</name>
  +      <tag>MAVEN_ANT_1_8</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.26      +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.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- changes.xml       19 Jul 2004 20:16:45 -0000      1.25
  +++ changes.xml       20 Jul 2004 18:57:37 -0000      1.26
  @@ -24,7 +24,7 @@
       <author email="[EMAIL PROTECTED]">dIon Gillard</author>
     </properties>
     <body>
  -    <release version="1.8-SNAPSHOT" date="In CVS">
  +    <release version="1.8" date="2004-07-20">
         <action dev="aheritier" type="add" issue="MPANT-9" due-to="Jan Nielsen">Add 
ant's setproxy tag.</action>
         <action dev="carlos" type="fix" issue="MPANT-16" due-to="Brent Worden" 
due-to-email="[EMAIL PROTECTED]">Use relative paths in directory properties.</action>
         <action dev="aheritier" type="update">Compile tests and run them only if 
Junit is present in ANT (display a warning otherwise).</action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to