Author: ggregory Date: Wed Jul 11 22:25:20 2018 New Revision: 1835684 URL: http://svn.apache.org/viewvc?rev=1835684&view=rev Log: [BEANUTILS-503] Change packaging from org.apache.commons.beanutils to org.apache.commons.beanutils2. Fix issue ID.
Modified: commons/proper/beanutils/trunk/pom.xml Modified: commons/proper/beanutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1835684&r1=1835683&r2=1835684&view=diff ============================================================================== --- commons/proper/beanutils/trunk/pom.xml (original) +++ commons/proper/beanutils/trunk/pom.xml Wed Jul 11 22:25:20 2018 @@ -331,7 +331,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.1</version> + <version>4.2</version> </dependency> <dependency> <groupId>commons-collections</groupId>