You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2015/11/24 21:28:56 UTC

knox git commit: KNOX-633: Upgrade apache commons-collections

Repository: knox
Updated Branches:
  refs/heads/master 751b14a25 -> e7736bd80


KNOX-633: Upgrade apache commons-collections


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/e7736bd8
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/e7736bd8
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/e7736bd8

Branch: refs/heads/master
Commit: e7736bd8010b20f857685583a8b3fff560430e7a
Parents: 751b14a
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Tue Nov 24 15:28:47 2015 -0500
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Tue Nov 24 15:28:47 2015 -0500

----------------------------------------------------------------------
 CHANGES | 1 +
 pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/e7736bd8/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 466bd46..2dd2730 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,6 +32,7 @@ Release Notes - Apache Knox - Version 0.7.0
     * [KNOX-616] - XmlUrlRewriteStreamFilter unscapes escaped special characters
     * [KNOX-394] - Request and response URLs must be parsed as literals not templates
     * [KNOX-623] - Gateway provider rewriter doesn't support boolean attributes in HTML.
+    * [KNOX-633] - Upgrade apache commons-collections
 
 ------------------------------------------------------------------------------
 Release Notes - Apache Knox - Version 0.6.0

http://git-wip-us.apache.org/repos/asf/knox/blob/e7736bd8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dd3c640..2db0cf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -887,7 +887,7 @@
             <dependency>
                 <groupId>commons-collections</groupId>
                 <artifactId>commons-collections</artifactId>
-                <version>3.2.1</version>
+                <version>3.2.2</version>
             </dependency>
             <dependency>
                 <groupId>commons-beanutils</groupId>