Author: ggregory Date: Wed Jun 1 06:12:46 2016 New Revision: 1746395 URL: http://svn.apache.org/viewvc?rev=1746395&view=rev Log: [BEANUTILS-490] Update Java requirement from Java 5 to 6.
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=1746395&r1=1746394&r2=1746395&view=diff ============================================================================== --- commons/proper/beanutils/trunk/pom.xml (original) +++ commons/proper/beanutils/trunk/pom.xml Wed Jun 1 06:12:46 2016 @@ -354,8 +354,8 @@ </build> <properties> - <maven.compiler.source>1.5</maven.compiler.source> - <maven.compiler.target>1.5</maven.compiler.target> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> <commons.componentid>beanutils</commons.componentid> <commons.release.version>1.9.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=1746395&r1=1746394&r2=1746395&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/changes/changes.xml (original) +++ commons/proper/beanutils/trunk/src/changes/changes.xml Wed Jun 1 06:12:46 2016 @@ -20,6 +20,9 @@ <body> <release version="1.9.3" date="2016-MM-DD" description="Buf fix release"> + <action issue="BEANUTILS-490" dev="ggregory" type="update" due-to="Gary Gregory"> + Update Java requirement from Java 5 to 6. + </action> <action issue="BEANUTILS-474" dev="ggregory" type="update" due-to="Michael Grove"> FluentPropertyBeanIntrospector does not use the same naming algorithm as DefaultBeanIntrospector. </action>