You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by lm...@apache.org on 2016/07/02 14:01:26 UTC

knox git commit: Updating branch.

Repository: knox
Updated Branches:
  refs/heads/v0.9.1 024e32427 -> 019c3848a


Updating branch.


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

Branch: refs/heads/v0.9.1
Commit: 019c3848a9d6d36d631a1215a3b207ebf70cfd83
Parents: 024e324
Author: Larry McCay <lm...@hortonworks.com>
Authored: Sat Jul 2 09:46:41 2016 -0400
Committer: Larry McCay <lm...@hortonworks.com>
Committed: Sat Jul 2 09:46:41 2016 -0400

----------------------------------------------------------------------
 build.xml                                              | 2 +-
 gateway-applications/pom.xml                           | 2 +-
 gateway-demo-ldap-launcher/pom.xml                     | 2 +-
 gateway-demo-ldap/pom.xml                              | 2 +-
 gateway-i18n-logging-log4j/pom.xml                     | 2 +-
 gateway-i18n-logging-sl4j/pom.xml                      | 2 +-
 gateway-i18n/pom.xml                                   | 2 +-
 gateway-provider-ha/pom.xml                            | 2 +-
 gateway-provider-identity-assertion-common/pom.xml     | 2 +-
 gateway-provider-identity-assertion-concat/pom.xml     | 2 +-
 gateway-provider-identity-assertion-pseudo/pom.xml     | 2 +-
 gateway-provider-identity-assertion-regex/pom.xml      | 2 +-
 gateway-provider-identity-assertion-switchcase/pom.xml | 2 +-
 gateway-provider-jersey/pom.xml                        | 2 +-
 gateway-provider-rewrite-func-hostmap-static/pom.xml   | 2 +-
 gateway-provider-rewrite-func-service-registry/pom.xml | 2 +-
 gateway-provider-rewrite-step-encrypt-uri/pom.xml      | 2 +-
 gateway-provider-rewrite-step-secure-query/pom.xml     | 2 +-
 gateway-provider-rewrite/pom.xml                       | 2 +-
 gateway-provider-security-authc-anon/pom.xml           | 2 +-
 gateway-provider-security-authz-acls/pom.xml           | 2 +-
 gateway-provider-security-hadoopauth/pom.xml           | 2 +-
 gateway-provider-security-jwt/pom.xml                  | 2 +-
 gateway-provider-security-pac4j/pom.xml                | 2 +-
 gateway-provider-security-picketlink/pom.xml           | 2 +-
 gateway-provider-security-preauth/pom.xml              | 2 +-
 gateway-provider-security-shiro/pom.xml                | 2 +-
 gateway-provider-security-webappsec/pom.xml            | 2 +-
 gateway-release/pom.xml                                | 2 +-
 gateway-server-launcher/pom.xml                        | 2 +-
 gateway-server-xforwarded-filter/pom.xml               | 2 +-
 gateway-server/pom.xml                                 | 2 +-
 gateway-service-admin/pom.xml                          | 4 ++--
 gateway-service-as/pom.xml                             | 2 +-
 gateway-service-definitions/pom.xml                    | 2 +-
 gateway-service-hbase/pom.xml                          | 2 +-
 gateway-service-hive/pom.xml                           | 2 +-
 gateway-service-knoxsso/pom.xml                        | 4 ++--
 gateway-service-storm/pom.xml                          | 2 +-
 gateway-service-test/pom.xml                           | 4 ++--
 gateway-service-tgs/pom.xml                            | 2 +-
 gateway-service-vault/pom.xml                          | 4 ++--
 gateway-service-webhdfs/pom.xml                        | 2 +-
 gateway-shell-launcher/pom.xml                         | 2 +-
 gateway-shell/pom.xml                                  | 2 +-
 gateway-spi/pom.xml                                    | 2 +-
 gateway-test-release/pom.xml                           | 2 +-
 gateway-test-release/webhdfs-kerb-test/pom.xml         | 4 ++--
 gateway-test-utils/pom.xml                             | 2 +-
 gateway-test/pom.xml                                   | 2 +-
 gateway-util-common/pom.xml                            | 2 +-
 gateway-util-configinjector/pom.xml                    | 2 +-
 gateway-util-launcher/pom.xml                          | 2 +-
 gateway-util-urltemplate/pom.xml                       | 2 +-
 hadoop-examples/pom.xml                                | 2 +-
 knox-cli-launcher/pom.xml                              | 2 +-
 pom.xml                                                | 4 ++--
 57 files changed, 63 insertions(+), 63 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index d658541..a316942 100644
--- a/build.xml
+++ b/build.xml
@@ -24,7 +24,7 @@ Release build file for the Apache Knox Gateway
 <property name="gateway-name" value="Apache Knox"/>
 <property name="gateway-project" value="knox"/>
 <property name="gateway-artifact" value="knox"/>
-    <property name="gateway-version" value="0.9.0"/>
+    <property name="gateway-version" value="0.9.1"/>
 <property name="release-manager" value="kminder"/>
 
 <property name="gateway-home" value="${gateway-artifact}-${gateway-version}"/>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-applications/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-applications/pom.xml b/gateway-applications/pom.xml
index 734f27b..f0ec413 100644
--- a/gateway-applications/pom.xml
+++ b/gateway-applications/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
 
     <artifactId>gateway-applications</artifactId>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-demo-ldap-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-demo-ldap-launcher/pom.xml b/gateway-demo-ldap-launcher/pom.xml
index 9fb3e71..ee6bac8 100644
--- a/gateway-demo-ldap-launcher/pom.xml
+++ b/gateway-demo-ldap-launcher/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-demo-ldap-launcher</artifactId>
     <name>gateway-demo-ldap-launcher</name>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-demo-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-demo-ldap/pom.xml b/gateway-demo-ldap/pom.xml
index 7e77881..691568b 100644
--- a/gateway-demo-ldap/pom.xml
+++ b/gateway-demo-ldap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-demo-ldap</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-i18n-logging-log4j/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-i18n-logging-log4j/pom.xml b/gateway-i18n-logging-log4j/pom.xml
index d1c7e0e..5682dc3 100644
--- a/gateway-i18n-logging-log4j/pom.xml
+++ b/gateway-i18n-logging-log4j/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-i18n-logging-log4j</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-i18n-logging-sl4j/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-i18n-logging-sl4j/pom.xml b/gateway-i18n-logging-sl4j/pom.xml
index ecfb5ee..6a7f411 100644
--- a/gateway-i18n-logging-sl4j/pom.xml
+++ b/gateway-i18n-logging-sl4j/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-i18n-logging-sl4j</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-i18n/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-i18n/pom.xml b/gateway-i18n/pom.xml
index b7ac681..7b903a4 100644
--- a/gateway-i18n/pom.xml
+++ b/gateway-i18n/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-i18n</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-ha/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-ha/pom.xml b/gateway-provider-ha/pom.xml
index 228900b..ef12810 100644
--- a/gateway-provider-ha/pom.xml
+++ b/gateway-provider-ha/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-ha</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-identity-assertion-common/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-identity-assertion-common/pom.xml b/gateway-provider-identity-assertion-common/pom.xml
index 9026fa2..a8ba71a 100644
--- a/gateway-provider-identity-assertion-common/pom.xml
+++ b/gateway-provider-identity-assertion-common/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-identity-assertion-common</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-identity-assertion-concat/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-identity-assertion-concat/pom.xml b/gateway-provider-identity-assertion-concat/pom.xml
index 3116d31..8c023c1 100644
--- a/gateway-provider-identity-assertion-concat/pom.xml
+++ b/gateway-provider-identity-assertion-concat/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-identity-assertion-concat</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-identity-assertion-pseudo/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-identity-assertion-pseudo/pom.xml b/gateway-provider-identity-assertion-pseudo/pom.xml
index ba8cbdc..22b0792 100644
--- a/gateway-provider-identity-assertion-pseudo/pom.xml
+++ b/gateway-provider-identity-assertion-pseudo/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-identity-assertion-pseudo</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-identity-assertion-regex/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-identity-assertion-regex/pom.xml b/gateway-provider-identity-assertion-regex/pom.xml
index 4fa28fd..f62cf51 100644
--- a/gateway-provider-identity-assertion-regex/pom.xml
+++ b/gateway-provider-identity-assertion-regex/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-identity-assertion-regex</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-identity-assertion-switchcase/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-identity-assertion-switchcase/pom.xml b/gateway-provider-identity-assertion-switchcase/pom.xml
index 1d9e7d8..de20f68 100644
--- a/gateway-provider-identity-assertion-switchcase/pom.xml
+++ b/gateway-provider-identity-assertion-switchcase/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-identity-assertion-switchcase</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-jersey/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-jersey/pom.xml b/gateway-provider-jersey/pom.xml
index f5458bf..bc072a1 100644
--- a/gateway-provider-jersey/pom.xml
+++ b/gateway-provider-jersey/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-rewrite-func-hostmap-static/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-rewrite-func-hostmap-static/pom.xml b/gateway-provider-rewrite-func-hostmap-static/pom.xml
index d0fd2a3..3715082 100644
--- a/gateway-provider-rewrite-func-hostmap-static/pom.xml
+++ b/gateway-provider-rewrite-func-hostmap-static/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-rewrite-func-hostmap-static</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-rewrite-func-service-registry/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-rewrite-func-service-registry/pom.xml b/gateway-provider-rewrite-func-service-registry/pom.xml
index fbc9dfe..7575e3d 100644
--- a/gateway-provider-rewrite-func-service-registry/pom.xml
+++ b/gateway-provider-rewrite-func-service-registry/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-rewrite-func-service-registry</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-rewrite-step-encrypt-uri/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-rewrite-step-encrypt-uri/pom.xml b/gateway-provider-rewrite-step-encrypt-uri/pom.xml
index bd89989..7e96cf5 100644
--- a/gateway-provider-rewrite-step-encrypt-uri/pom.xml
+++ b/gateway-provider-rewrite-step-encrypt-uri/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.knox</groupId>
 		<artifactId>gateway</artifactId>
-		<version>0.9.0</version>
+		<version>0.9.1</version>
 	</parent>
 	<artifactId>gateway-provider-rewrite-step-encrypt-uri</artifactId>
 	<name>gateway-provider-rewrite-step-encrypt-uri</name>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-rewrite-step-secure-query/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-rewrite-step-secure-query/pom.xml b/gateway-provider-rewrite-step-secure-query/pom.xml
index a1774a4..d2b3a98 100644
--- a/gateway-provider-rewrite-step-secure-query/pom.xml
+++ b/gateway-provider-rewrite-step-secure-query/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-rewrite-step-secure-query</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-rewrite/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-rewrite/pom.xml b/gateway-provider-rewrite/pom.xml
index cf38218..2f34b8a 100644
--- a/gateway-provider-rewrite/pom.xml
+++ b/gateway-provider-rewrite/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-rewrite</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-security-authc-anon/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-authc-anon/pom.xml b/gateway-provider-security-authc-anon/pom.xml
index 5793b31..2c17ce8 100755
--- a/gateway-provider-security-authc-anon/pom.xml
+++ b/gateway-provider-security-authc-anon/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-security-authc-anon</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-security-authz-acls/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-authz-acls/pom.xml b/gateway-provider-security-authz-acls/pom.xml
index 47952a1..fe7a67c 100644
--- a/gateway-provider-security-authz-acls/pom.xml
+++ b/gateway-provider-security-authz-acls/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-security-authz-acls</artifactId>
     <name>gateway-provider-security-authz-acls</name>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-security-hadoopauth/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-hadoopauth/pom.xml b/gateway-provider-security-hadoopauth/pom.xml
index fbd1372..0f20aa8 100755
--- a/gateway-provider-security-hadoopauth/pom.xml
+++ b/gateway-provider-security-hadoopauth/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-security-hadoopauth</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-security-jwt/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-jwt/pom.xml b/gateway-provider-security-jwt/pom.xml
index f28fd55..110e3b5 100644
--- a/gateway-provider-security-jwt/pom.xml
+++ b/gateway-provider-security-jwt/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-security-jwt</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-security-pac4j/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-pac4j/pom.xml b/gateway-provider-security-pac4j/pom.xml
index 89a0ab4..b1c0147 100644
--- a/gateway-provider-security-pac4j/pom.xml
+++ b/gateway-provider-security-pac4j/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-security-pac4j</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-security-picketlink/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-picketlink/pom.xml b/gateway-provider-security-picketlink/pom.xml
index fcfc501..2f615d6 100644
--- a/gateway-provider-security-picketlink/pom.xml
+++ b/gateway-provider-security-picketlink/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-security-picketlink</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-security-preauth/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-preauth/pom.xml b/gateway-provider-security-preauth/pom.xml
index 3375cb8..14ac111 100644
--- a/gateway-provider-security-preauth/pom.xml
+++ b/gateway-provider-security-preauth/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-security-preauth</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-security-shiro/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-shiro/pom.xml b/gateway-provider-security-shiro/pom.xml
index f5169c3..d21c1b4 100644
--- a/gateway-provider-security-shiro/pom.xml
+++ b/gateway-provider-security-shiro/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-security-shiro</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-provider-security-webappsec/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-security-webappsec/pom.xml b/gateway-provider-security-webappsec/pom.xml
index 4cf9d81..041cefa 100644
--- a/gateway-provider-security-webappsec/pom.xml
+++ b/gateway-provider-security-webappsec/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-provider-security-webappsec</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-release/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-release/pom.xml b/gateway-release/pom.xml
index d4b3deb..08a514b 100644
--- a/gateway-release/pom.xml
+++ b/gateway-release/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-release</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-server-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-server-launcher/pom.xml b/gateway-server-launcher/pom.xml
index ed2cb2d..cdf6db3 100644
--- a/gateway-server-launcher/pom.xml
+++ b/gateway-server-launcher/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
 
     <artifactId>gateway-server-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-server-xforwarded-filter/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-server-xforwarded-filter/pom.xml b/gateway-server-xforwarded-filter/pom.xml
index b542475..b613961 100644
--- a/gateway-server-xforwarded-filter/pom.xml
+++ b/gateway-server-xforwarded-filter/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
 
     <artifactId>gateway-server-xforwarded-filter</artifactId>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-server/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-server/pom.xml b/gateway-server/pom.xml
index 534c321..a7b8467 100644
--- a/gateway-server/pom.xml
+++ b/gateway-server/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-server</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-service-admin/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-admin/pom.xml b/gateway-service-admin/pom.xml
index 0b66c6c..fcdc8c1 100644
--- a/gateway-service-admin/pom.xml
+++ b/gateway-service-admin/pom.xml
@@ -22,11 +22,11 @@
   <parent>
     <groupId>org.apache.knox</groupId>
     <artifactId>gateway</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.1</version>
   </parent>
   <groupId>org.apache.knox</groupId>
   <artifactId>gateway-service-admin</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.1</version>
   <name>gateway-service-admin</name>
   <url>http://maven.apache.org</url>
   <properties>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-service-as/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-as/pom.xml b/gateway-service-as/pom.xml
index 6a0d88f..a679299 100644
--- a/gateway-service-as/pom.xml
+++ b/gateway-service-as/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-service-as</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-service-definitions/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-definitions/pom.xml b/gateway-service-definitions/pom.xml
index e632187..05df74d 100644
--- a/gateway-service-definitions/pom.xml
+++ b/gateway-service-definitions/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
 
     <artifactId>gateway-service-definitions</artifactId>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-service-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-hbase/pom.xml b/gateway-service-hbase/pom.xml
index c536815..08a48c7 100644
--- a/gateway-service-hbase/pom.xml
+++ b/gateway-service-hbase/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
 
     <artifactId>gateway-service-hbase</artifactId>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-service-hive/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-hive/pom.xml b/gateway-service-hive/pom.xml
index 0ea574d..e096fad 100644
--- a/gateway-service-hive/pom.xml
+++ b/gateway-service-hive/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-service-hive</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-service-knoxsso/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-knoxsso/pom.xml b/gateway-service-knoxsso/pom.xml
index 2f7baca..24e3d72 100644
--- a/gateway-service-knoxsso/pom.xml
+++ b/gateway-service-knoxsso/pom.xml
@@ -22,11 +22,11 @@
   <parent>
     <groupId>org.apache.knox</groupId>
     <artifactId>gateway</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.1</version>
   </parent>
   <groupId>org.apache.knox</groupId>
   <artifactId>gateway-service-knoxsso</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.1</version>
   <name>gateway-service-knoxsso</name>
   <url>http://maven.apache.org</url>
   <properties>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-service-storm/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-storm/pom.xml b/gateway-service-storm/pom.xml
index 3973b47..dee918d 100644
--- a/gateway-service-storm/pom.xml
+++ b/gateway-service-storm/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-service-storm</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-service-test/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-test/pom.xml b/gateway-service-test/pom.xml
index d0d9f07..0992178 100644
--- a/gateway-service-test/pom.xml
+++ b/gateway-service-test/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>gateway-service-test</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.1</version>
     <name>gateway-service-test</name>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-service-tgs/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-tgs/pom.xml b/gateway-service-tgs/pom.xml
index 9b54fc8..fe4a060 100644
--- a/gateway-service-tgs/pom.xml
+++ b/gateway-service-tgs/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-service-tgs</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-service-vault/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-vault/pom.xml b/gateway-service-vault/pom.xml
index b98cd4f..0daadb6 100644
--- a/gateway-service-vault/pom.xml
+++ b/gateway-service-vault/pom.xml
@@ -22,11 +22,11 @@
   <parent>
     <groupId>org.apache.knox</groupId>
     <artifactId>gateway</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.1</version>
   </parent>
   <groupId>org.apache.knox</groupId>
   <artifactId>gateway-service-vault</artifactId>
-  <version>0.9.0</version>
+  <version>0.9.1</version>
   <name>gateway-service-vault</name>
   <url>http://maven.apache.org</url>
   <properties>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-service-webhdfs/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-webhdfs/pom.xml b/gateway-service-webhdfs/pom.xml
index 1e31d32..18d0b91 100644
--- a/gateway-service-webhdfs/pom.xml
+++ b/gateway-service-webhdfs/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-service-webhdfs</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-shell-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-shell-launcher/pom.xml b/gateway-shell-launcher/pom.xml
index 23395a2..355bcbe 100644
--- a/gateway-shell-launcher/pom.xml
+++ b/gateway-shell-launcher/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
 
     <artifactId>gateway-shell-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-shell/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-shell/pom.xml b/gateway-shell/pom.xml
index da794d6..a69ed82 100644
--- a/gateway-shell/pom.xml
+++ b/gateway-shell/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
 
     <artifactId>gateway-shell</artifactId>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-spi/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-spi/pom.xml b/gateway-spi/pom.xml
index cf351c5..91eaa7a 100644
--- a/gateway-spi/pom.xml
+++ b/gateway-spi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-spi</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-test-release/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test-release/pom.xml b/gateway-test-release/pom.xml
index 1229160..40d487e 100644
--- a/gateway-test-release/pom.xml
+++ b/gateway-test-release/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
 
     <artifactId>gateway-test-release</artifactId>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-test-release/webhdfs-kerb-test/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test-release/webhdfs-kerb-test/pom.xml b/gateway-test-release/webhdfs-kerb-test/pom.xml
index 7377966..ea02167 100644
--- a/gateway-test-release/webhdfs-kerb-test/pom.xml
+++ b/gateway-test-release/webhdfs-kerb-test/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <artifactId>gateway-test-release</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
 
     <artifactId>webhdfs-kerb-test</artifactId>
     <name>webhdfs-kerb-test</name>
-    <version>0.9.0</version>
+    <version>0.9.1</version>
     <description>Tests for WebHDFS integration with Knox and Kerberos enabled</description>
     <build>
         <plugins>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-test-utils/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test-utils/pom.xml b/gateway-test-utils/pom.xml
index a09af6b..e156285 100644
--- a/gateway-test-utils/pom.xml
+++ b/gateway-test-utils/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-test-utils</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-test/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test/pom.xml b/gateway-test/pom.xml
index 8bb2bbf..656ac92 100644
--- a/gateway-test/pom.xml
+++ b/gateway-test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
 
     <artifactId>gateway-test</artifactId>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-util-common/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-util-common/pom.xml b/gateway-util-common/pom.xml
index 74ee39f..d0a621b 100644
--- a/gateway-util-common/pom.xml
+++ b/gateway-util-common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-util-common</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-util-configinjector/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-util-configinjector/pom.xml b/gateway-util-configinjector/pom.xml
index 40626a2..aa5055d 100755
--- a/gateway-util-configinjector/pom.xml
+++ b/gateway-util-configinjector/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-util-configinjector</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-util-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-util-launcher/pom.xml b/gateway-util-launcher/pom.xml
index e4b1336..403d932 100644
--- a/gateway-util-launcher/pom.xml
+++ b/gateway-util-launcher/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-util-launcher</artifactId>
     <name>gateway-util-launcher</name>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/gateway-util-urltemplate/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-util-urltemplate/pom.xml b/gateway-util-urltemplate/pom.xml
index 84ad13c..0e35203 100644
--- a/gateway-util-urltemplate/pom.xml
+++ b/gateway-util-urltemplate/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
     <artifactId>gateway-util-urltemplate</artifactId>
 

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/hadoop-examples/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-examples/pom.xml b/hadoop-examples/pom.xml
index d65f9ba..0a76ed1 100644
--- a/hadoop-examples/pom.xml
+++ b/hadoop-examples/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.knox</groupId>
         <artifactId>gateway</artifactId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
 
     <artifactId>hadoop-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/knox-cli-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/knox-cli-launcher/pom.xml b/knox-cli-launcher/pom.xml
index 5ca07ab..599211c 100644
--- a/knox-cli-launcher/pom.xml
+++ b/knox-cli-launcher/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>gateway</artifactId>
         <groupId>org.apache.knox</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1</version>
     </parent>
 
     <artifactId>knox-cli-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/knox/blob/019c3848/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cdf3d16..d13e092 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.knox</groupId>
     <artifactId>gateway</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.1</version>
     <packaging>pom</packaging>
 
     <name>gateway</name>
@@ -98,7 +98,7 @@
         <gateway-name>Apache Knox</gateway-name>
         <gateway-project>knox</gateway-project>
         <gateway-artifact>knox</gateway-artifact>
-        <gateway-version>0.9.0</gateway-version>
+        <gateway-version>0.9.1</gateway-version>
         <gateway-group>org.apache.knox</gateway-group>
         <groovy-version>2.4.6</groovy-version>
         <hadoop-version>2.2.0</hadoop-version>