Author: britter Date: Thu Mar 7 19:35:35 2013 New Revision: 1454040 URL: http://svn.apache.org/r1454040 Log: [BEANUTILS-432] - Switch to Java 1.5
Modified: commons/proper/beanutils/trunk/pom.xml commons/proper/beanutils/trunk/src/changes/changes.xml Modified: commons/proper/beanutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1454040&r1=1454039&r2=1454040&view=diff ============================================================================== --- commons/proper/beanutils/trunk/pom.xml (original) +++ commons/proper/beanutils/trunk/pom.xml Thu Mar 7 19:35:35 2013 @@ -234,8 +234,8 @@ </build> <properties> - <maven.compile.source>1.3</maven.compile.source> - <maven.compile.target>1.3</maven.compile.target> + <maven.compile.source>1.5</maven.compile.source> + <maven.compile.target>1.5</maven.compile.target> <commons.componentid>beanutils</commons.componentid> <commons.release.version>1.8.3</commons.release.version> <commons.jira.id>BEANUTILS</commons.jira.id> Modified: commons/proper/beanutils/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/changes/changes.xml?rev=1454040&r1=1454039&r2=1454040&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/changes/changes.xml (original) +++ commons/proper/beanutils/trunk/src/changes/changes.xml Thu Mar 7 19:35:35 2013 @@ -40,6 +40,9 @@ The <action> type attribute can be add,u <body> <release version="1.8.4" date="in SVN" description="Bug fix for 1.8.3"> + <action dev="britter" type="update" issue="BEANUTILS-432" > + Switch to Java 1.5 + </action> <action dev="britter" type="fix" issue="BEANUTILS-411" due-to="Marcus Zander"> BeanUtilsBean.setProperty throws IllegalArgumentException if getter of nested property returns null </action>