Author: niallp
Date: Mon Oct 19 23:29:23 2009
New Revision: 826875
URL: http://svn.apache.org/viewvc?rev=826875&view=rev
Log:
Roll version number to 1.8.2-SNAPSHOT after 1.8.1 release
Modified:
commons/proper/beanutils/trunk/build.xml
commons/proper/beanutils/trunk/pom.xml
commons/proper/beanutils/trunk/project.xml
Modified: commons/proper/beanutils/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/build.xml?rev=826875&r1=826874&r2=826875&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/build.xml (original)
+++ commons/proper/beanutils/trunk/build.xml Mon Oct 19 23:29:23 2009
@@ -44,7 +44,7 @@
<property name="component.title" value="Bean Introspection
Utilities"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.8.1"/>
+ <property name="component.version" value="1.8.2-SNAPSHOT"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
Modified: commons/proper/beanutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=826875&r1=826874&r2=826875&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Mon Oct 19 23:29:23 2009
@@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.8.1</version>
+ <version>1.8.2-SNAPSHOT</version>
<name>Commons BeanUtils</name>
<inceptionYear>2000</inceptionYear>
Modified: commons/proper/beanutils/trunk/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/project.xml?rev=826875&r1=826874&r2=826875&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/project.xml (original)
+++ commons/proper/beanutils/trunk/project.xml Mon Oct 19 23:29:23 2009
@@ -20,7 +20,7 @@
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<name>BeanUtils</name>
- <currentVersion>1.8.1</currentVersion>
+ <currentVersion>1.8.2-SNAPSHOT</currentVersion>
<inceptionYear>2000</inceptionYear>
<shortDescription>Commons BeanUtils</shortDescription>
<description>BeanUtils provides an easy-to-use but flexible wrapper around
reflection and introspection.</description>