aheritier 2004/05/18 14:29:51 Modified: ant project.xml ant/xdocs changes.xml Log: - upgrade plugin to 1.8-SNAPSHOT Revision Changes Path 1.40 +2 -2 maven-plugins/ant/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/ant/project.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- project.xml 16 May 2004 02:03:08 -0000 1.39 +++ project.xml 18 May 2004 21:29:51 -0000 1.40 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-ant-plugin</id> <name>Maven Ant Plugin</name> - <currentVersion>1.7</currentVersion> + <currentVersion>1.8-SNAPSHOT</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> @@ -68,7 +68,7 @@ <email>[EMAIL PROTECTED]</email> <organization/> <roles> - <role>Java Developer</role> + <role>Developer</role> </roles> <timezone>+1</timezone> </developer> 1.22 +3 -0 maven-plugins/ant/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/ant/xdocs/changes.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- changes.xml 16 May 2004 02:03:08 -0000 1.21 +++ changes.xml 18 May 2004 21:29:51 -0000 1.22 @@ -24,6 +24,9 @@ <author email="[EMAIL PROTECTED]">dIon Gillard</author> </properties> <body> + <release version="1.8-SNAPSHOT" date="In CVS"> + <action dev="aheritier" type="update">Run Junit only if present in ANT (display a warning otherwise).</action> + </release> <release version="1.7" date="2004-05-15"> <action dev="aheritier" type="fix" issue="MPANT-14">Resources are correctly copied to the specified targetPath.</action> <action dev="aheritier" type="fix" issue="MPANT-13">Corrects also NumberFormatException.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]