Repository: incubator-ranger Updated Branches: refs/heads/master 4bc45ee03 -> 9475c0f1f
RANGER-823: Updated version number to be 0.6.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/9475c0f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/9475c0f1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/9475c0f1 Branch: refs/heads/master Commit: 9475c0f1f8fad707652f1c64dd0100093002c290 Parents: 4bc45ee Author: sneethiraj <[email protected]> Authored: Tue Jan 26 11:45:17 2016 -0500 Committer: sneethiraj <[email protected]> Committed: Tue Jan 26 11:45:17 2016 -0500 ---------------------------------------------------------------------- agents-audit/pom.xml | 2 +- agents-common/pom.xml | 2 +- agents-cred/pom.xml | 2 +- agents-installer/pom.xml | 2 +- credentialbuilder/pom.xml | 4 ++-- docs/pom.xml | 2 +- embeddedwebserver/pom.xml | 4 ++-- hbase-agent/pom.xml | 2 +- hdfs-agent/pom.xml | 2 +- hive-agent/pom.xml | 2 +- jisql/pom.xml | 2 +- kms/pom.xml | 2 +- knox-agent/pom.xml | 2 +- lookup-client/pom.xml | 2 +- plugin-kafka/pom.xml | 2 +- plugin-kms/pom.xml | 2 +- plugin-solr/pom.xml | 2 +- plugin-yarn/pom.xml | 2 +- pom.xml | 2 +- ranger-examples/pom.xml | 2 +- ranger-hbase-plugin-shim/pom.xml | 2 +- ranger-hdfs-plugin-shim/pom.xml | 2 +- ranger-hive-plugin-shim/pom.xml | 2 +- ranger-kafka-plugin-shim/pom.xml | 2 +- ranger-knox-plugin-shim/pom.xml | 2 +- ranger-plugin-classloader/pom.xml | 4 ++-- ranger-storm-plugin-shim/pom.xml | 2 +- ranger-tools/pom.xml | 2 +- ranger-util/pom.xml | 2 +- ranger-yarn-plugin-shim/pom.xml | 2 +- ranger_solrj/pom.xml | 4 ++-- security-admin/pom.xml | 2 +- storm-agent/pom.xml | 2 +- tagsync/pom.xml | 2 +- ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml | 2 +- ugsync/pom.xml | 2 +- unixauthclient/pom.xml | 2 +- unixauthnative/pom.xml | 2 +- unixauthservice/pom.xml | 2 +- 39 files changed, 43 insertions(+), 43 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/agents-audit/pom.xml ---------------------------------------------------------------------- diff --git a/agents-audit/pom.xml b/agents-audit/pom.xml index fbf2296..c91f709 100644 --- a/agents-audit/pom.xml +++ b/agents-audit/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/agents-common/pom.xml ---------------------------------------------------------------------- diff --git a/agents-common/pom.xml b/agents-common/pom.xml index 6d3dd7d..96b26b4 100644 --- a/agents-common/pom.xml +++ b/agents-common/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/agents-cred/pom.xml ---------------------------------------------------------------------- diff --git a/agents-cred/pom.xml b/agents-cred/pom.xml index 99f2bbb..bc52269 100644 --- a/agents-cred/pom.xml +++ b/agents-cred/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/agents-installer/pom.xml ---------------------------------------------------------------------- diff --git a/agents-installer/pom.xml b/agents-installer/pom.xml index d8ccaba..71e8411 100644 --- a/agents-installer/pom.xml +++ b/agents-installer/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/credentialbuilder/pom.xml ---------------------------------------------------------------------- diff --git a/credentialbuilder/pom.xml b/credentialbuilder/pom.xml index 65768ca..66c37f0 100644 --- a/credentialbuilder/pom.xml +++ b/credentialbuilder/pom.xml @@ -18,14 +18,14 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>credentialbuilder</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <name>Credential Builder</name> <description>Credential Builder for non-hadoop java codebase</description> <packaging>jar</packaging> <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index edfaaef..d97a84c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -24,7 +24,7 @@ <url>http://ranger.incubator.apache.org/</url> <modelVersion>4.0.0</modelVersion> <groupId>org.incubator.apache.ranger</groupId> - <version>0.5.0</version> + <version>0.6.0</version> <artifactId>ranger</artifactId> <packaging>pom</packaging> <licenses> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/embeddedwebserver/pom.xml ---------------------------------------------------------------------- diff --git a/embeddedwebserver/pom.xml b/embeddedwebserver/pom.xml index 36a4de7..f1bf245 100644 --- a/embeddedwebserver/pom.xml +++ b/embeddedwebserver/pom.xml @@ -18,14 +18,14 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>embeddedwebserver</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <name>Embedded Web Server Invoker</name> <description>Embedded Web Server Invoker</description> <packaging>jar</packaging> <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/hbase-agent/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-agent/pom.xml b/hbase-agent/pom.xml index f2ab632..77dade0 100644 --- a/hbase-agent/pom.xml +++ b/hbase-agent/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/hdfs-agent/pom.xml ---------------------------------------------------------------------- diff --git a/hdfs-agent/pom.xml b/hdfs-agent/pom.xml index 5737432..ed4c983 100644 --- a/hdfs-agent/pom.xml +++ b/hdfs-agent/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/hive-agent/pom.xml ---------------------------------------------------------------------- diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml index bbbdb5f..3f378da 100644 --- a/hive-agent/pom.xml +++ b/hive-agent/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/jisql/pom.xml ---------------------------------------------------------------------- diff --git a/jisql/pom.xml b/jisql/pom.xml index 6c557a8..ba9d4b2 100644 --- a/jisql/pom.xml +++ b/jisql/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/kms/pom.xml ---------------------------------------------------------------------- diff --git a/kms/pom.xml b/kms/pom.xml index 92f6564..13101b7 100644 --- a/kms/pom.xml +++ b/kms/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/knox-agent/pom.xml ---------------------------------------------------------------------- diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml index 05e3692..1bcd800 100644 --- a/knox-agent/pom.xml +++ b/knox-agent/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/lookup-client/pom.xml ---------------------------------------------------------------------- diff --git a/lookup-client/pom.xml b/lookup-client/pom.xml index 723c96a..6341bba 100644 --- a/lookup-client/pom.xml +++ b/lookup-client/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/plugin-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-kafka/pom.xml b/plugin-kafka/pom.xml index 428b607..76f1572 100644 --- a/plugin-kafka/pom.xml +++ b/plugin-kafka/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/plugin-kms/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-kms/pom.xml b/plugin-kms/pom.xml index 4f553d2..4c3eb4d 100644 --- a/plugin-kms/pom.xml +++ b/plugin-kms/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/plugin-solr/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-solr/pom.xml b/plugin-solr/pom.xml index 8085619..92d65df 100644 --- a/plugin-solr/pom.xml +++ b/plugin-solr/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/plugin-yarn/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-yarn/pom.xml b/plugin-yarn/pom.xml index 5cfc61b..c6f378c 100644 --- a/plugin-yarn/pom.xml +++ b/plugin-yarn/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2b335a8..c5b9375 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <description>Security for Enforcing Enterprise Policies</description> <packaging>pom</packaging> <name>ranger</name> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ranger-examples/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-examples/pom.xml b/ranger-examples/pom.xml index b7467f8..0c47fcb 100644 --- a/ranger-examples/pom.xml +++ b/ranger-examples/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>ranger</artifactId> <groupId>org.apache.ranger</groupId> - <version>0.5.0</version> + <version>0.6.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ranger-examples</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ranger-hbase-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-hbase-plugin-shim/pom.xml b/ranger-hbase-plugin-shim/pom.xml index 96ba197..048055a 100644 --- a/ranger-hbase-plugin-shim/pom.xml +++ b/ranger-hbase-plugin-shim/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ranger-hdfs-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-hdfs-plugin-shim/pom.xml b/ranger-hdfs-plugin-shim/pom.xml index 71587fc..15d7eed 100644 --- a/ranger-hdfs-plugin-shim/pom.xml +++ b/ranger-hdfs-plugin-shim/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ranger-hive-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-hive-plugin-shim/pom.xml b/ranger-hive-plugin-shim/pom.xml index 7ee5210..32ad0e6 100644 --- a/ranger-hive-plugin-shim/pom.xml +++ b/ranger-hive-plugin-shim/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ranger-kafka-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-kafka-plugin-shim/pom.xml b/ranger-kafka-plugin-shim/pom.xml index abc2f3c..87a0571 100644 --- a/ranger-kafka-plugin-shim/pom.xml +++ b/ranger-kafka-plugin-shim/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ranger-knox-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-knox-plugin-shim/pom.xml b/ranger-knox-plugin-shim/pom.xml index 1eb9f86..f523833 100644 --- a/ranger-knox-plugin-shim/pom.xml +++ b/ranger-knox-plugin-shim/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ranger-plugin-classloader/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-plugin-classloader/pom.xml b/ranger-plugin-classloader/pom.xml index 6c799e2..f36fef6 100644 --- a/ranger-plugin-classloader/pom.xml +++ b/ranger-plugin-classloader/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>security_plugins.ranger-plugin-classloader</groupId> <artifactId>ranger-plugin-classloader</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <name>ranger-plugin-classloader</name> <description>Ranger Plugin ClassLoader</description> <packaging>jar</packaging> @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ranger-storm-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-storm-plugin-shim/pom.xml b/ranger-storm-plugin-shim/pom.xml index f079826..33f79b8 100644 --- a/ranger-storm-plugin-shim/pom.xml +++ b/ranger-storm-plugin-shim/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ranger-tools/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-tools/pom.xml b/ranger-tools/pom.xml index 245bb8c..f7a16ac 100644 --- a/ranger-tools/pom.xml +++ b/ranger-tools/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>ranger</artifactId> <groupId>org.apache.ranger</groupId> - <version>0.5.0</version> + <version>0.6.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ranger-tools</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ranger-util/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-util/pom.xml b/ranger-util/pom.xml index 30f7d3b..ee67885 100644 --- a/ranger-util/pom.xml +++ b/ranger-util/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> </parent> <artifactId>ranger-util</artifactId> <name>Ranger Util</name> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ranger-yarn-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-yarn-plugin-shim/pom.xml b/ranger-yarn-plugin-shim/pom.xml index 38a9e68..e37b0c2 100644 --- a/ranger-yarn-plugin-shim/pom.xml +++ b/ranger-yarn-plugin-shim/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ranger_solrj/pom.xml ---------------------------------------------------------------------- diff --git a/ranger_solrj/pom.xml b/ranger_solrj/pom.xml index a052697..ff49249 100644 --- a/ranger_solrj/pom.xml +++ b/ranger_solrj/pom.xml @@ -20,10 +20,10 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> </parent> <artifactId>ranger_solrj</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <name>ranger_solrj</name> <url>http://maven.apache.org</url> <properties> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/security-admin/pom.xml ---------------------------------------------------------------------- diff --git a/security-admin/pom.xml b/security-admin/pom.xml index fa80bc9..212ea01 100644 --- a/security-admin/pom.xml +++ b/security-admin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/storm-agent/pom.xml ---------------------------------------------------------------------- diff --git a/storm-agent/pom.xml b/storm-agent/pom.xml index 39fead6..97da56b 100644 --- a/storm-agent/pom.xml +++ b/storm-agent/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/tagsync/pom.xml ---------------------------------------------------------------------- diff --git a/tagsync/pom.xml b/tagsync/pom.xml index 06d62db..7b6dfe9 100644 --- a/tagsync/pom.xml +++ b/tagsync/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>ranger</artifactId> <groupId>org.apache.ranger</groupId> - <version>0.5.0</version> + <version>0.6.0</version> </parent> <!-- <repositories> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml ---------------------------------------------------------------------- diff --git a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml index 12ca86b..3e4e2e0 100644 --- a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml +++ b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>ldapconfigcheck</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/ugsync/pom.xml ---------------------------------------------------------------------- diff --git a/ugsync/pom.xml b/ugsync/pom.xml index 09f4b18..d7ab9e7 100644 --- a/ugsync/pom.xml +++ b/ugsync/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <artifactId>unixusersync</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/unixauthclient/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthclient/pom.xml b/unixauthclient/pom.xml index 89ee8ca..bf7508b 100644 --- a/unixauthclient/pom.xml +++ b/unixauthclient/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <artifactId>unixauthclient</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/unixauthnative/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthnative/pom.xml b/unixauthnative/pom.xml index 7fabeca..3625b94 100644 --- a/unixauthnative/pom.xml +++ b/unixauthnative/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <artifactId>credValidator</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9475c0f1/unixauthservice/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthservice/pom.xml b/unixauthservice/pom.xml index 2e92b5b..edff076 100644 --- a/unixauthservice/pom.xml +++ b/unixauthservice/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <artifactId>unixauthservice</artifactId>
