Repository: knox Updated Branches: refs/heads/v1.2.0 013d535d0 -> 7adb881c6
Updated version numbers to 1.2.0 Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/7adb881c Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/7adb881c Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/7adb881c Branch: refs/heads/v1.2.0 Commit: 7adb881c6eb527a4450860e128cdb7c26a34cbb7 Parents: 013d535 Author: Kevin Risden <[email protected]> Authored: Wed Nov 7 19:30:38 2018 -0500 Committer: Kevin Risden <[email protected]> Committed: Wed Nov 7 19:30:38 2018 -0500 ---------------------------------------------------------------------- build.xml | 2 +- gateway-adapter/pom.xml | 2 +- gateway-applications/pom.xml | 2 +- gateway-demo-ldap-launcher/pom.xml | 2 +- gateway-demo-ldap/pom.xml | 2 +- gateway-discovery-ambari/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-hadoop-groups/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-inbound-query-param/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-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 | 2 +- gateway-service-as/pom.xml | 2 +- gateway-service-definitions/pom.xml | 2 +- gateway-service-hbase/pom.xml | 2 +- gateway-service-health/pom.xml | 2 +- gateway-service-hive/pom.xml | 2 +- gateway-service-knoxsso/pom.xml | 2 +- gateway-service-knoxssout/pom.xml | 2 +- gateway-service-knoxtoken/pom.xml | 2 +- gateway-service-nifi/pom.xml | 2 +- gateway-service-remoteconfig/pom.xml | 2 +- gateway-service-rm/pom.xml | 2 +- gateway-service-storm/pom.xml | 2 +- gateway-service-test/pom.xml | 2 +- gateway-service-tgs/pom.xml | 2 +- gateway-service-vault/pom.xml | 2 +- gateway-service-webhdfs/pom.xml | 2 +- gateway-shell-launcher/pom.xml | 2 +- gateway-shell-release/pom.xml | 2 +- gateway-shell-samples/pom.xml | 2 +- gateway-shell/pom.xml | 2 +- gateway-spi/pom.xml | 2 +- gateway-test-release-utils/pom.xml | 2 +- gateway-test-release/pom.xml | 2 +- gateway-test-release/webhdfs-kerb-test/pom.xml | 2 +- gateway-test-release/webhdfs-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 | 2 +- 70 files changed, 71 insertions(+), 71 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index c6306d9..6edce15 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ Release build file for the Apache Knox Gateway <property name="gateway-project" value="knox"/> <property name="gateway-artifact" value="knox"/> <property name="knoxshell-artifact" value="knoxshell"/> - <property name="gateway-version" value="1.2.0-SNAPSHOT"/> + <property name="gateway-version" value="1.2.0"/> <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/7adb881c/gateway-adapter/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-adapter/pom.xml b/gateway-adapter/pom.xml index 8379642..d76ec67 100644 --- a/gateway-adapter/pom.xml +++ b/gateway-adapter/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.knox</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-adapter</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-applications/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-applications/pom.xml b/gateway-applications/pom.xml index 8df92cf..d8957ba 100644 --- a/gateway-applications/pom.xml +++ b/gateway-applications/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-applications</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-demo-ldap-launcher/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-demo-ldap-launcher/pom.xml b/gateway-demo-ldap-launcher/pom.xml index e7a85de..da33838 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-demo-ldap-launcher</artifactId> <name>gateway-demo-ldap-launcher</name> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-demo-ldap/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-demo-ldap/pom.xml b/gateway-demo-ldap/pom.xml index 38a9645..ce6ef6b 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-demo-ldap</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-discovery-ambari/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-discovery-ambari/pom.xml b/gateway-discovery-ambari/pom.xml index 3d972cb..ce094ef 100644 --- a/gateway-discovery-ambari/pom.xml +++ b/gateway-discovery-ambari/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-discovery-ambari</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-i18n-logging-log4j/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-i18n-logging-log4j/pom.xml b/gateway-i18n-logging-log4j/pom.xml index 9097c87..affcd73 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-i18n-logging-log4j</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-i18n-logging-sl4j/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-i18n-logging-sl4j/pom.xml b/gateway-i18n-logging-sl4j/pom.xml index aa11444..b9f3d98 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-i18n-logging-sl4j</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-i18n/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-i18n/pom.xml b/gateway-i18n/pom.xml index 33903cc..4a3fb1b 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-i18n</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-provider-ha/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-ha/pom.xml b/gateway-provider-ha/pom.xml index e55d38e..5028d80 100644 --- a/gateway-provider-ha/pom.xml +++ b/gateway-provider-ha/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-ha</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/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 3e8b33b..053ed73 100644 --- a/gateway-provider-identity-assertion-common/pom.xml +++ b/gateway-provider-identity-assertion-common/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-identity-assertion-common</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/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 6577f80..5de00e7 100644 --- a/gateway-provider-identity-assertion-concat/pom.xml +++ b/gateway-provider-identity-assertion-concat/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-identity-assertion-concat</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-provider-identity-assertion-hadoop-groups/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-identity-assertion-hadoop-groups/pom.xml b/gateway-provider-identity-assertion-hadoop-groups/pom.xml index 8d6c213..fcc03b3 100644 --- a/gateway-provider-identity-assertion-hadoop-groups/pom.xml +++ b/gateway-provider-identity-assertion-hadoop-groups/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-identity-assertion-hadoop-groups</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/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 3313f5d..2bea9c5 100644 --- a/gateway-provider-identity-assertion-pseudo/pom.xml +++ b/gateway-provider-identity-assertion-pseudo/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-identity-assertion-pseudo</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/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 dba6374..e14369f 100644 --- a/gateway-provider-identity-assertion-regex/pom.xml +++ b/gateway-provider-identity-assertion-regex/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-identity-assertion-regex</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/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 e925ce4..4b66604 100644 --- a/gateway-provider-identity-assertion-switchcase/pom.xml +++ b/gateway-provider-identity-assertion-switchcase/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-identity-assertion-switchcase</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-provider-jersey/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-jersey/pom.xml b/gateway-provider-jersey/pom.xml index 49089e9..69ac71c 100644 --- a/gateway-provider-jersey/pom.xml +++ b/gateway-provider-jersey/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.knox</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-jersey</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/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 af74af5..601e44a 100644 --- a/gateway-provider-rewrite-func-hostmap-static/pom.xml +++ b/gateway-provider-rewrite-func-hostmap-static/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-rewrite-func-hostmap-static</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-provider-rewrite-func-inbound-query-param/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-rewrite-func-inbound-query-param/pom.xml b/gateway-provider-rewrite-func-inbound-query-param/pom.xml index 5684c21..5749009 100644 --- a/gateway-provider-rewrite-func-inbound-query-param/pom.xml +++ b/gateway-provider-rewrite-func-inbound-query-param/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-rewrite-func-inbound-query-param</artifactId> <name>gateway-provider-rewrite-func-inbound-url</name> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/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 4f38f85..d19f129 100644 --- a/gateway-provider-rewrite-func-service-registry/pom.xml +++ b/gateway-provider-rewrite-func-service-registry/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-rewrite-func-service-registry</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/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 0d70f4c..26b563f 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-rewrite-step-encrypt-uri</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/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 a4c6ba4..17fa23f 100644 --- a/gateway-provider-rewrite-step-secure-query/pom.xml +++ b/gateway-provider-rewrite-step-secure-query/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.knox</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-rewrite-step-secure-query</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-provider-rewrite/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-rewrite/pom.xml b/gateway-provider-rewrite/pom.xml index a48d35f..315d502 100644 --- a/gateway-provider-rewrite/pom.xml +++ b/gateway-provider-rewrite/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-rewrite</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/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 de6cfea..f382a70 100755 --- a/gateway-provider-security-authc-anon/pom.xml +++ b/gateway-provider-security-authc-anon/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-security-authc-anon</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/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 84f8040..ca1df13 100644 --- a/gateway-provider-security-authz-acls/pom.xml +++ b/gateway-provider-security-authz-acls/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</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/7adb881c/gateway-provider-security-hadoopauth/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-hadoopauth/pom.xml b/gateway-provider-security-hadoopauth/pom.xml index 5191576..2537ae3 100755 --- a/gateway-provider-security-hadoopauth/pom.xml +++ b/gateway-provider-security-hadoopauth/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-security-hadoopauth</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-provider-security-jwt/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-jwt/pom.xml b/gateway-provider-security-jwt/pom.xml index 6616ea6..3feccea 100644 --- a/gateway-provider-security-jwt/pom.xml +++ b/gateway-provider-security-jwt/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-security-jwt</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-provider-security-pac4j/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-pac4j/pom.xml b/gateway-provider-security-pac4j/pom.xml index f03b68c..62aa982 100644 --- a/gateway-provider-security-pac4j/pom.xml +++ b/gateway-provider-security-pac4j/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-security-pac4j</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-provider-security-preauth/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-preauth/pom.xml b/gateway-provider-security-preauth/pom.xml index a4f0012..91eff1d 100644 --- a/gateway-provider-security-preauth/pom.xml +++ b/gateway-provider-security-preauth/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-security-preauth</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-provider-security-shiro/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-shiro/pom.xml b/gateway-provider-security-shiro/pom.xml index 5a2976e..5b9e1b0 100644 --- a/gateway-provider-security-shiro/pom.xml +++ b/gateway-provider-security-shiro/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-security-shiro</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-provider-security-webappsec/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-webappsec/pom.xml b/gateway-provider-security-webappsec/pom.xml index 574edd4..2284612 100644 --- a/gateway-provider-security-webappsec/pom.xml +++ b/gateway-provider-security-webappsec/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-provider-security-webappsec</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-release/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-release/pom.xml b/gateway-release/pom.xml index da02ebf..73a3169 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-release</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-server-launcher/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-server-launcher/pom.xml b/gateway-server-launcher/pom.xml index b7d97a6..6bdc336 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-server-launcher</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-server-xforwarded-filter/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-server-xforwarded-filter/pom.xml b/gateway-server-xforwarded-filter/pom.xml index 421e06b..e82f0a4 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-server-xforwarded-filter</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-server/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-server/pom.xml b/gateway-server/pom.xml index 35c2f38..b85e204 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-server</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-admin/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-admin/pom.xml b/gateway-service-admin/pom.xml index cef6c8d..62514cc 100644 --- a/gateway-service-admin/pom.xml +++ b/gateway-service-admin/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-admin</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-as/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-as/pom.xml b/gateway-service-as/pom.xml index ad31042..7b2df15 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-as</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-definitions/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-definitions/pom.xml b/gateway-service-definitions/pom.xml index dd63138..a746f14 100644 --- a/gateway-service-definitions/pom.xml +++ b/gateway-service-definitions/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-definitions</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-hbase/pom.xml b/gateway-service-hbase/pom.xml index 557953c..9e2473c 100644 --- a/gateway-service-hbase/pom.xml +++ b/gateway-service-hbase/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-hbase</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-health/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-health/pom.xml b/gateway-service-health/pom.xml index 7c3214a..dbb226e 100644 --- a/gateway-service-health/pom.xml +++ b/gateway-service-health/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-health</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-hive/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-hive/pom.xml b/gateway-service-hive/pom.xml index 85de33f..568a77e 100644 --- a/gateway-service-hive/pom.xml +++ b/gateway-service-hive/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-hive</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-knoxsso/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-knoxsso/pom.xml b/gateway-service-knoxsso/pom.xml index 735b4bb..e6b564f 100644 --- a/gateway-service-knoxsso/pom.xml +++ b/gateway-service-knoxsso/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-knoxsso</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-knoxssout/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-knoxssout/pom.xml b/gateway-service-knoxssout/pom.xml index 52be492..bdb6dbc 100644 --- a/gateway-service-knoxssout/pom.xml +++ b/gateway-service-knoxssout/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-knoxssout</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-knoxtoken/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-knoxtoken/pom.xml b/gateway-service-knoxtoken/pom.xml index 010ccc1..f33c84b 100644 --- a/gateway-service-knoxtoken/pom.xml +++ b/gateway-service-knoxtoken/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-knoxtoken</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-nifi/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-nifi/pom.xml b/gateway-service-nifi/pom.xml index 337255a..bb56176 100644 --- a/gateway-service-nifi/pom.xml +++ b/gateway-service-nifi/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.knox</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-nifi</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-remoteconfig/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-remoteconfig/pom.xml b/gateway-service-remoteconfig/pom.xml index 96808f9..d735642 100644 --- a/gateway-service-remoteconfig/pom.xml +++ b/gateway-service-remoteconfig/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-remoteconfig</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-rm/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-rm/pom.xml b/gateway-service-rm/pom.xml index 0213081..7b1bf6a 100644 --- a/gateway-service-rm/pom.xml +++ b/gateway-service-rm/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-rm</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-storm/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-storm/pom.xml b/gateway-service-storm/pom.xml index 2baa31d..36b87b9 100644 --- a/gateway-service-storm/pom.xml +++ b/gateway-service-storm/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-storm</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-test/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-test/pom.xml b/gateway-service-test/pom.xml index b90e897..553ba27 100644 --- a/gateway-service-test/pom.xml +++ b/gateway-service-test/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.knox</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-test</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-tgs/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-tgs/pom.xml b/gateway-service-tgs/pom.xml index c012b79..399bab4 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-tgs</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-vault/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-vault/pom.xml b/gateway-service-vault/pom.xml index 1448949..329234a 100644 --- a/gateway-service-vault/pom.xml +++ b/gateway-service-vault/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-vault</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-service-webhdfs/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-service-webhdfs/pom.xml b/gateway-service-webhdfs/pom.xml index d525a2d..f527433 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-service-webhdfs</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-shell-launcher/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-shell-launcher/pom.xml b/gateway-shell-launcher/pom.xml index 30834b3..adb057f 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-shell-launcher</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-shell-release/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-shell-release/pom.xml b/gateway-shell-release/pom.xml index 19544fe..544ad33 100644 --- a/gateway-shell-release/pom.xml +++ b/gateway-shell-release/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-shell-release</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-shell-samples/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-shell-samples/pom.xml b/gateway-shell-samples/pom.xml index c9c8cdd..a4af19b 100644 --- a/gateway-shell-samples/pom.xml +++ b/gateway-shell-samples/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.knox</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-shell-samples</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-shell/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-shell/pom.xml b/gateway-shell/pom.xml index eb5146a..c213a23 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-shell</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-spi/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-spi/pom.xml b/gateway-spi/pom.xml index 4571c80..03c15df 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-spi</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-test-release-utils/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-release-utils/pom.xml b/gateway-test-release-utils/pom.xml index d13ed0c..0ebcc20 100644 --- a/gateway-test-release-utils/pom.xml +++ b/gateway-test-release-utils/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>gateway</artifactId> <groupId>org.apache.knox</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-test-release/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-release/pom.xml b/gateway-test-release/pom.xml index c115226..e0f9edc 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-test-release</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/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 219bee8..b6c61c4 100644 --- a/gateway-test-release/webhdfs-kerb-test/pom.xml +++ b/gateway-test-release/webhdfs-kerb-test/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>gateway-test-release</artifactId> <groupId>org.apache.knox</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>webhdfs-kerb-test</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-test-release/webhdfs-test/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-release/webhdfs-test/pom.xml b/gateway-test-release/webhdfs-test/pom.xml index 6664013..3d54288 100644 --- a/gateway-test-release/webhdfs-test/pom.xml +++ b/gateway-test-release/webhdfs-test/pom.xml @@ -22,12 +22,12 @@ <parent> <artifactId>gateway-test-release</artifactId> <groupId>org.apache.knox</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>webhdfs-test</artifactId> <name>webhdfs-test</name> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <description>Tests for WebHDFS integration with Knox</description> <dependencies> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test-utils/pom.xml b/gateway-test-utils/pom.xml index e11a8da..616acc7 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-test-utils</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-test/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-test/pom.xml b/gateway-test/pom.xml index 8e671fc..60e82a2 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-test</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-util-common/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-util-common/pom.xml b/gateway-util-common/pom.xml index 8fae295..6d43c0d 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-util-common</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-util-configinjector/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-util-configinjector/pom.xml b/gateway-util-configinjector/pom.xml index 8bc5652..c199e1a 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-util-configinjector</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-util-launcher/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-util-launcher/pom.xml b/gateway-util-launcher/pom.xml index 0105ffd..3f7a199 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-util-launcher</artifactId> <name>gateway-util-launcher</name> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/gateway-util-urltemplate/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-util-urltemplate/pom.xml b/gateway-util-urltemplate/pom.xml index 69a1940..e9d09b4 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>gateway-util-urltemplate</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/hadoop-examples/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-examples/pom.xml b/hadoop-examples/pom.xml index ba58665..6929e9f 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>hadoop-examples</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/knox-cli-launcher/pom.xml ---------------------------------------------------------------------- diff --git a/knox-cli-launcher/pom.xml b/knox-cli-launcher/pom.xml index bd3b34c..30448b7 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>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>knox-cli-launcher</artifactId> http://git-wip-us.apache.org/repos/asf/knox/blob/7adb881c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7c90a61..6704ddf 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.knox</groupId> <artifactId>gateway</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>pom</packaging> <name>gateway</name>
