Author: oheger Date: Sat Dec 7 15:20:29 2013 New Revision: 1548927 URL: http://svn.apache.org/r1548927 Log: Set correct SNAPSHOT version in build.xml.
Modified: commons/proper/beanutils/trunk/build.xml Modified: commons/proper/beanutils/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/build.xml?rev=1548927&r1=1548926&r2=1548927&view=diff ============================================================================== --- commons/proper/beanutils/trunk/build.xml (original) +++ commons/proper/beanutils/trunk/build.xml Sat Dec 7 15:20:29 2013 @@ -43,7 +43,7 @@ <property name="component.title" value="Bean Introspection Utilities"/> <!-- The current version number of this component --> - <property name="component.version" value="1.8.4-SNAPSHOT"/> + <property name="component.version" value="1.9.0-SNAPSHOT"/> <!-- The base directory for compilation targets --> <property name="build.home" value="target"/>