You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/10/08 08:07:27 UTC

cvs commit: maven-plugins/ant project.xml

dion        2003/10/07 23:07:27

  Modified:    ant      project.xml
  Log:
  Ready for release
  
  Revision  Changes    Path
  1.21      +10 -1     maven-plugins/ant/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml	8 Oct 2003 05:54:22 -0000	1.20
  +++ project.xml	8 Oct 2003 06:07:27 -0000	1.21
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-ant-plugin</id>
     <name>Maven Ant Plug-in</name>
  -  <currentVersion>1.5-SNAPSHOT</currentVersion>
  +  <currentVersion>1.5</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>
  @@ -15,6 +15,15 @@
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/ant/</connection>
       <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/ant/</url>
     </repository>
  +  
  +  <versions>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>MAVEN_ANT_1_5</tag>
  +    </version>
  +  </versions>
  +  
     <developers>
       <developer>
         <name>dIon Gillard</name>
  
  
  

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