yoavs 2004/02/03 18:26:51 Modified: beanutils STATUS.html project.xml Log: Added myself as a developer, updated collections dependency to 3.0 final, and cleaned up STATUS.html a bit (had references to 1.3 release ;)) Revision Changes Path 1.15 +8 -9 jakarta-commons/beanutils/STATUS.html Index: STATUS.html =================================================================== RCS file: /home/cvs/jakarta-commons/beanutils/STATUS.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- STATUS.html 18 Feb 2003 22:50:08 -0000 1.14 +++ STATUS.html 4 Feb 2004 02:26:51 -0000 1.15 @@ -66,7 +66,7 @@ <p>Current Release: Version 1.6.1</p> -<p>Planned Next Release: TBA</p> +<p>Planned Next Release: 1.7</p> <a name="Committers"></a> @@ -83,13 +83,14 @@ <li><a href="mailto:[EMAIL PROTECTED]">Robert Burrell Donkin</a></li> <li><a href="mailto:[EMAIL PROTECTED]">dIon Gillard</a></li> <li><a href="mailto:[EMAIL PROTECTED]">James Strachan</a></li> +<li><a href="mailto:[EMAIL PROTECTED]">Yoav Shapira</a></li> </ul> <a name="Action Items"></a> <h3>5. ACTION ITEMS</h3> -<p>The following action items need to be completed prior to a Version 1.3 +<p>The following action items need to be completed prior to the next release of this component:</p> <table border="1"> @@ -100,15 +101,13 @@ </tr> <tr> - <td><strong>Solidify DynaBeans</strong>. Finish discussions on DynaBean - structure so that future API changes will be minimal. - <td align="center">Craig (we hope)</td> + <td><strong>Finish locale-sensitive beans and converters.</strong>. + <td align="center">All</td> </tr> <tr> - <td><strong>Install / Use Documentation</strong>. Create simple - installation and User's Guide documentation for this component.</td> - <td align="center">Craig</td> + <td><strong>Add test cases</strong>. Especially for i18n classes.</td> + <td align="center">All</td> </tr> </table> 1.16 +7 -1 jakarta-commons/beanutils/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-commons/beanutils/project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.xml 26 Jan 2004 23:04:51 -0000 1.15 +++ project.xml 4 Feb 2004 02:26:51 -0000 1.16 @@ -76,6 +76,12 @@ <email>[EMAIL PROTECTED]</email> <organization>Apache Software Foundation</organization> </developer> + <developer> + <name>Yoav Shapira</name> + <id>yoavs</id> + <email>[EMAIL PROTECTED]</email> + <organization>Apache Software Foundation</organization> + </developer> </developers> <dependencies> @@ -85,7 +91,7 @@ </dependency> <dependency> <id>commons-collections</id> - <version>3.0-dev</version> + <version>3.0</version> </dependency> </dependencies>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
