rdonkin 2003/02/18 11:55:57
Modified: beanutils RELEASE-NOTES.txt build.xml
Log:
Preparations for 1.6.1 release
Revision Changes Path
1.11 +2 -2 jakarta-commons/beanutils/RELEASE-NOTES.txt
Index: RELEASE-NOTES.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/beanutils/RELEASE-NOTES.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- RELEASE-NOTES.txt 17 Feb 2003 21:25:33 -0000 1.10
+++ RELEASE-NOTES.txt 18 Feb 2003 19:55:56 -0000 1.11
@@ -19,7 +19,7 @@
ConvertingWrapDynaBean
----------------------
-Use BeanUtils.copyProperty() intead of BeanUtils.setProperty() so that
+Use BeanUtils.copyProperty() instead of BeanUtils.setProperty() so that
Object->Object conversions -- via registered Converters, if any, are done.
BeanUtils
1.49 +2 -2 jakarta-commons/beanutils/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- build.xml 17 Feb 2003 21:29:29 -0000 1.48
+++ build.xml 18 Feb 2003 19:55:56 -0000 1.49
@@ -55,7 +55,7 @@
<property name="component.title" value="Bean Introspection Utilities"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.6.1RC1"/>
+ <property name="component.version" value="1.6.1"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]