Author: niallp
Date: Fri Oct 6 19:05:10 2006
New Revision: 453836
URL: http://svn.apache.org/viewvc?view=rev&rev=453836
Log:
bump version number to 1.8.0-SNAPSHOT
Modified:
jakarta/commons/proper/beanutils/trunk/build.xml
jakarta/commons/proper/beanutils/trunk/project.xml
jakarta/commons/proper/beanutils/trunk/xdocs/changes.xml
Modified: jakarta/commons/proper/beanutils/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/build.xml?view=diff&rev=453836&r1=453835&r2=453836
==============================================================================
--- jakarta/commons/proper/beanutils/trunk/build.xml (original)
+++ jakarta/commons/proper/beanutils/trunk/build.xml Fri Oct 6 19:05:10 2006
@@ -60,7 +60,7 @@
<property name="component.title" value="Bean Introspection
Utilities"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.7.1-dev"/>
+ <property name="component.version" value="1.8.0-SNAPSHOT"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
Modified: jakarta/commons/proper/beanutils/trunk/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/project.xml?view=diff&rev=453836&r1=453835&r2=453836
==============================================================================
--- jakarta/commons/proper/beanutils/trunk/project.xml (original)
+++ jakarta/commons/proper/beanutils/trunk/project.xml Fri Oct 6 19:05:10 2006
@@ -20,7 +20,7 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-beanutils</artifactId>
<name>BeanUtils</name>
- <currentVersion>1.7.1-SNAPSHOT</currentVersion>
+ <currentVersion>1.8.0-SNAPSHOT</currentVersion>
<inceptionYear>2000</inceptionYear>
<shortDescription>Commons BeanUtils</shortDescription>
<description>BeanUtils provides an easy-to-use but flexible wrapper around
reflection and introspection.</description>
Modified: jakarta/commons/proper/beanutils/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/xdocs/changes.xml?view=diff&rev=453836&r1=453835&r2=453836
==============================================================================
--- jakarta/commons/proper/beanutils/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/beanutils/trunk/xdocs/changes.xml Fri Oct 6
19:05:10 2006
@@ -39,7 +39,7 @@
</properties>
<body>
- <release version="1.7.1" date="in SVN">
+ <release version="1.8.0" date="in SVN">
<action dev="niallp" type="fix" issue="BEANUTILS-250">
LazyDynaClass can create a DynaProperty with a "null" type.
</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]