Repository: incubator-ranger Updated Branches: refs/heads/ranger-0.5 2073c0a9d -> cb8f30c4a
RANGER-745: Upgrade Apache commons-collections Signed-off-by: Velmurugan Periasamy <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/cb8f30c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/cb8f30c4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/cb8f30c4 Branch: refs/heads/ranger-0.5 Commit: cb8f30c4aee9eff0f81b80e329d920366c36c4fb Parents: 2073c0a Author: Velmurugan Periasamy <[email protected]> Authored: Wed Nov 25 15:51:29 2015 -0500 Committer: Velmurugan Periasamy <[email protected]> Committed: Tue Dec 1 13:41:02 2015 -0800 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/cb8f30c4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 95b3b0f..356c9cd 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ <commons.beanutils.core.version>1.8.3</commons.beanutils.core.version> <commons.cli.version>1.2</commons.cli.version> <commons.codec.version>1.9</commons.codec.version> - <commons.collections.version>3.2.1</commons.collections.version> + <commons.collections.version>3.2.2</commons.collections.version> <commons.compress.version>1.8.1</commons.compress.version> <commons.configuration.version>1.10</commons.configuration.version> <commons.dbcp.version>1.4</commons.dbcp.version> @@ -532,4 +532,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project>
