Repository: knox Updated Branches: refs/heads/master 72a470d45 -> 1e8d8a195
Update version to 0.5.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/1e8d8a19 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/1e8d8a19 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/1e8d8a19 Branch: refs/heads/master Commit: 1e8d8a19580c0809dd39fb7a3b2065c09c5030dd Parents: 72a470d Author: Kevin Minder <[email protected]> Authored: Wed Mar 12 01:43:44 2014 -0400 Committer: Kevin Minder <[email protected]> Committed: Wed Mar 12 01:43:44 2014 -0400 ---------------------------------------------------------------------- build.xml | 2 +- gateway-i18n-logging-log4j/pom.xml | 2 +- gateway-i18n-logging-sl4j/pom.xml | 2 +- gateway-i18n/pom.xml | 2 +- gateway-provider-identity-assertion-pseudo/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-secure-query/pom.xml | 2 +- gateway-provider-rewrite/pom.xml | 2 +- gateway-provider-security-authz-acls/pom.xml | 2 +- gateway-provider-security-jwt/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/pom.xml | 2 +- gateway-service-as/pom.xml | 2 +- gateway-service-hbase/pom.xml | 2 +- gateway-service-hive/pom.xml | 2 +- gateway-service-oozie/pom.xml | 2 +- gateway-service-tgs/pom.xml | 2 +- gateway-service-webhcat/pom.xml | 2 +- gateway-service-webhdfs/pom.xml | 2 +- gateway-shell-launcher/pom.xml | 2 +- gateway-shell/pom.xml | 2 +- gateway-spi/pom.xml | 2 +- gateway-test-ldap-launcher/pom.xml | 2 +- gateway-test-ldap/pom.xml | 2 +- gateway-test-utils/pom.xml | 2 +- gateway-test/pom.xml | 2 +- gateway-util-common/pom.xml | 2 +- gateway-util-launcher/pom.xml | 2 +- gateway-util-urltemplate/pom.xml | 2 +- hadoop-examples/pom.xml | 2 +- hsso-release/pom.xml | 2 +- knox-cli-launcher/pom.xml | 2 +- pom.xml | 4 ++-- 39 files changed, 40 insertions(+), 40 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index cb5a409..8ad7de6 100644 --- a/build.xml +++ b/build.xml @@ -24,7 +24,7 @@ <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.4.0-SNAPSHOT"/> + <property name="gateway-version" value="0.5.0-SNAPSHOT"/> <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/1e8d8a19/gateway-i18n-logging-log4j/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-i18n-logging-log4j/pom.xml b/gateway-i18n-logging-log4j/pom.xml index ee04f47..9b3d227 100644 --- a/gateway-i18n-logging-log4j/pom.xml +++ b/gateway-i18n-logging-log4j/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-i18n-logging-log4j</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-i18n-logging-sl4j/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-i18n-logging-sl4j/pom.xml b/gateway-i18n-logging-sl4j/pom.xml index e95e8c7..8c68291 100644 --- a/gateway-i18n-logging-sl4j/pom.xml +++ b/gateway-i18n-logging-sl4j/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-i18n-logging-sl4j</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-i18n/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-i18n/pom.xml b/gateway-i18n/pom.xml index 199cf7d..f1d0153 100644 --- a/gateway-i18n/pom.xml +++ b/gateway-i18n/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-i18n</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/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 b420842..23938db 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.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-provider-identity-assertion-pseudo</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-provider-jersey/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-jersey/pom.xml b/gateway-provider-jersey/pom.xml index e230b74..714b475 100644 --- a/gateway-provider-jersey/pom.xml +++ b/gateway-provider-jersey/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.hadoop</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/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 f24814f..f0b3b04 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.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-provider-rewrite-func-hostmap-static</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/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 39f521d..2f0a4df 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.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-provider-rewrite-func-service-registry</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/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 370436e..dde42a4 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.hadoop</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-provider-rewrite-step-secure-query</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-provider-rewrite/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-rewrite/pom.xml b/gateway-provider-rewrite/pom.xml index 9425be1..7c41b29 100644 --- a/gateway-provider-rewrite/pom.xml +++ b/gateway-provider-rewrite/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-provider-rewrite</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/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 a05fe6f..8c581f4 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.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</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/1e8d8a19/gateway-provider-security-jwt/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-jwt/pom.xml b/gateway-provider-security-jwt/pom.xml index f58d220..bf832c6 100644 --- a/gateway-provider-security-jwt/pom.xml +++ b/gateway-provider-security-jwt/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-provider-security-jwt</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-provider-security-preauth/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-preauth/pom.xml b/gateway-provider-security-preauth/pom.xml index bbeadb8..a9a4eb4 100644 --- a/gateway-provider-security-preauth/pom.xml +++ b/gateway-provider-security-preauth/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-provider-security-preauth</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-provider-security-shiro/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-shiro/pom.xml b/gateway-provider-security-shiro/pom.xml index 1bb0c50..1b2dac4 100644 --- a/gateway-provider-security-shiro/pom.xml +++ b/gateway-provider-security-shiro/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-provider-security-shiro</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-provider-security-webappsec/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-webappsec/pom.xml b/gateway-provider-security-webappsec/pom.xml index 17a6bc0..710671a 100644 --- a/gateway-provider-security-webappsec/pom.xml +++ b/gateway-provider-security-webappsec/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-provider-security-webappsec</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-release/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-release/pom.xml b/gateway-release/pom.xml index eb6eafc..80f00bd 100644 --- a/gateway-release/pom.xml +++ b/gateway-release/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-release</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-server-launcher/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-server-launcher/pom.xml b/gateway-server-launcher/pom.xml index 7f00d36..87eb6d0 100644 --- a/gateway-server-launcher/pom.xml +++ b/gateway-server-launcher/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.hadoop</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-server-launcher</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-server/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-server/pom.xml b/gateway-server/pom.xml index dd1c04f..3f34cdd 100644 --- a/gateway-server/pom.xml +++ b/gateway-server/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-server</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-service-as/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-as/pom.xml b/gateway-service-as/pom.xml index 30ea515..973819e 100644 --- a/gateway-service-as/pom.xml +++ b/gateway-service-as/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-service-as</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-service-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-hbase/pom.xml b/gateway-service-hbase/pom.xml index 654f2de..e4897ab 100644 --- a/gateway-service-hbase/pom.xml +++ b/gateway-service-hbase/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-service-hbase</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-service-hive/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-hive/pom.xml b/gateway-service-hive/pom.xml index 7c6d61c..5ce53d3 100644 --- a/gateway-service-hive/pom.xml +++ b/gateway-service-hive/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-service-hive</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-service-oozie/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-oozie/pom.xml b/gateway-service-oozie/pom.xml index 2181ff2..a791b06 100644 --- a/gateway-service-oozie/pom.xml +++ b/gateway-service-oozie/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.hadoop</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-service-oozie</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-service-tgs/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-tgs/pom.xml b/gateway-service-tgs/pom.xml index 974e94c..419c8a9 100644 --- a/gateway-service-tgs/pom.xml +++ b/gateway-service-tgs/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-service-tgs</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-service-webhcat/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-webhcat/pom.xml b/gateway-service-webhcat/pom.xml index 5272582..b0b5ca7 100644 --- a/gateway-service-webhcat/pom.xml +++ b/gateway-service-webhcat/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-service-webhcat</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-service-webhdfs/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-webhdfs/pom.xml b/gateway-service-webhdfs/pom.xml index 981bbbc..e1b666e 100644 --- a/gateway-service-webhdfs/pom.xml +++ b/gateway-service-webhdfs/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-service-webhdfs</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-shell-launcher/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-shell-launcher/pom.xml b/gateway-shell-launcher/pom.xml index d78f5b8..25f51a8 100644 --- a/gateway-shell-launcher/pom.xml +++ b/gateway-shell-launcher/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.hadoop</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-shell-launcher</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-shell/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-shell/pom.xml b/gateway-shell/pom.xml index 9a766a8..043c7c1 100644 --- a/gateway-shell/pom.xml +++ b/gateway-shell/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.hadoop</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-shell</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-spi/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-spi/pom.xml b/gateway-spi/pom.xml index fa2fa16..ef8fa3c 100644 --- a/gateway-spi/pom.xml +++ b/gateway-spi/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-spi</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-test-ldap-launcher/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-ldap-launcher/pom.xml b/gateway-test-ldap-launcher/pom.xml index eb8add7..e75ccec 100644 --- a/gateway-test-ldap-launcher/pom.xml +++ b/gateway-test-ldap-launcher/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.hadoop</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-test-ldap-launcher</artifactId> <name>gateway-test-ldap-launcher</name> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-test-ldap/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-ldap/pom.xml b/gateway-test-ldap/pom.xml index 3f16a41..cf9ae55 100644 --- a/gateway-test-ldap/pom.xml +++ b/gateway-test-ldap/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-test-ldap</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-utils/pom.xml b/gateway-test-utils/pom.xml index 785301a..babb2af 100644 --- a/gateway-test-utils/pom.xml +++ b/gateway-test-utils/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-test-utils</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-test/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test/pom.xml b/gateway-test/pom.xml index f9c5a4e..736b66d 100644 --- a/gateway-test/pom.xml +++ b/gateway-test/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.hadoop</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-test</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-util-common/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-util-common/pom.xml b/gateway-util-common/pom.xml index e8743b4..19b0da1 100644 --- a/gateway-util-common/pom.xml +++ b/gateway-util-common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-util-common</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-util-launcher/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-util-launcher/pom.xml b/gateway-util-launcher/pom.xml index 5a0c93c..095511c 100644 --- a/gateway-util-launcher/pom.xml +++ b/gateway-util-launcher/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.hadoop</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-util-launcher</artifactId> <name>gateway-util-launcher</name> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/gateway-util-urltemplate/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-util-urltemplate/pom.xml b/gateway-util-urltemplate/pom.xml index e6ae379..b77272f 100644 --- a/gateway-util-urltemplate/pom.xml +++ b/gateway-util-urltemplate/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>gateway-util-urltemplate</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/hadoop-examples/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-examples/pom.xml b/hadoop-examples/pom.xml index 6ae0366..3d291f8 100644 --- a/hadoop-examples/pom.xml +++ b/hadoop-examples/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>hadoop-examples</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/hsso-release/pom.xml ---------------------------------------------------------------------- diff --git a/hsso-release/pom.xml b/hsso-release/pom.xml index 8102e3c..482b0e7 100644 --- a/hsso-release/pom.xml +++ b/hsso-release/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>hsso-release</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/knox-cli-launcher/pom.xml ---------------------------------------------------------------------- diff --git a/knox-cli-launcher/pom.xml b/knox-cli-launcher/pom.xml index eea51cc..536b3ff 100644 --- a/knox-cli-launcher/pom.xml +++ b/knox-cli-launcher/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.hadoop</groupId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> </parent> <artifactId>knox-cli-launcher</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/1e8d8a19/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9df89c6..b807f7a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hadoop</groupId> <artifactId>gateway</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> <packaging>pom</packaging> <name>gateway</name> @@ -76,7 +76,7 @@ <gateway-name>Apache Knox</gateway-name> <gateway-project>knox</gateway-project> <gateway-artifact>knox</gateway-artifact> - <gateway-version>0.4.0-SNAPSHOT</gateway-version> + <gateway-version>0.5.0-SNAPSHOT</gateway-version> <gateway-group>org.apache.hadoop</gateway-group> <hadoop-version>2.2.0</hadoop-version> <jetty-version>8.1.14.v20131031</jetty-version>
