sanders 2002/10/23 22:02:56
Modified: beanutils build.xml project.xml
Log:
rev the version
Revision Changes Path
1.40 +2 -2 jakarta-commons/beanutils/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- build.xml 24 Oct 2002 04:40:41 -0000 1.39
+++ build.xml 24 Oct 2002 05:02:56 -0000 1.40
@@ -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.5"/>
+ <property name="component.version" value="1.6-dev"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
1.4 +1 -1 jakarta-commons/beanutils/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/beanutils/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 24 Oct 2002 04:44:07 -0000 1.3
+++ project.xml 24 Oct 2002 05:02:56 -0000 1.4
@@ -4,7 +4,7 @@
<extend>../project.xml</extend>
<name>BeanUtils</name>
<id>commons-beanutils</id>
- <currentVersion>1.5</currentVersion>
+ <currentVersion>1.6-dev</currentVersion>
<inceptionYear>2000</inceptionYear>
<shortDescription>Commons Bean Utils</shortDescription>
<description>Java Bean Utililities</description>
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>