Repository: incubator-ranger Updated Branches: refs/heads/ranger-0.5 8618870d1 -> 514ed055f
RANGER-927: modified version number to 0.5.3-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/514ed055 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/514ed055 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/514ed055 Branch: refs/heads/ranger-0.5 Commit: 514ed055f8c2a2c200eb5c04282f1b806ed989df Parents: 8618870 Author: sneethiraj <[email protected]> Authored: Thu Apr 14 19:27:06 2016 -0400 Committer: sneethiraj <[email protected]> Committed: Thu Apr 14 19:27:06 2016 -0400 ---------------------------------------------------------------------- .gitignore | 1 + agents-audit/pom.xml | 2 +- agents-common/pom.xml | 2 +- agents-cred/pom.xml | 2 +- agents-installer/pom.xml | 2 +- credentialbuilder/pom.xml | 2 +- docs/pom.xml | 4 +++- embeddedwebserver/pom.xml | 2 +- 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 +- 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/conditions-enrichers/pom.xml | 2 +- ranger-examples/plugin-sampleapp/pom.xml | 2 +- ranger-examples/pom.xml | 2 +- ranger-examples/sampleapp/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 | 2 +- security-admin/pom.xml | 2 +- storm-agent/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 +- 41 files changed, 44 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index c2def9d..8caaec1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ winpkg/target .DS_Store .idea +**/target/ http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/agents-audit/pom.xml ---------------------------------------------------------------------- diff --git a/agents-audit/pom.xml b/agents-audit/pom.xml index 0b6abfb..9525c93 100644 --- a/agents-audit/pom.xml +++ b/agents-audit/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/agents-common/pom.xml ---------------------------------------------------------------------- diff --git a/agents-common/pom.xml b/agents-common/pom.xml index 293aaec..9e4ca60 100644 --- a/agents-common/pom.xml +++ b/agents-common/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/agents-cred/pom.xml ---------------------------------------------------------------------- diff --git a/agents-cred/pom.xml b/agents-cred/pom.xml index 0fd569c..0a7f797 100644 --- a/agents-cred/pom.xml +++ b/agents-cred/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/agents-installer/pom.xml ---------------------------------------------------------------------- diff --git a/agents-installer/pom.xml b/agents-installer/pom.xml index a50978e..957c81a 100644 --- a/agents-installer/pom.xml +++ b/agents-installer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/credentialbuilder/pom.xml ---------------------------------------------------------------------- diff --git a/credentialbuilder/pom.xml b/credentialbuilder/pom.xml index c092620..27dc9f8 100644 --- a/credentialbuilder/pom.xml +++ b/credentialbuilder/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index c146973..f2a44b9 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.incubator.apache.ranger</groupId> - <version>0.4</version> + <version>0.5.3-SNAPSHOT</version> <artifactId>ranger</artifactId> <packaging>pom</packaging> @@ -279,10 +279,12 @@ <encoding>UTF-8</encoding> </configuration> </plugin> + <!-- <plugin> <artifactId>maven-site-plugin</artifactId> <version>3.3</version> </plugin> + --> <plugin> <inherited>true</inherited> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/embeddedwebserver/pom.xml ---------------------------------------------------------------------- diff --git a/embeddedwebserver/pom.xml b/embeddedwebserver/pom.xml index 191dc1a..ea24cf3 100644 --- a/embeddedwebserver/pom.xml +++ b/embeddedwebserver/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/hbase-agent/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-agent/pom.xml b/hbase-agent/pom.xml index d4df335..dc7a203 100644 --- a/hbase-agent/pom.xml +++ b/hbase-agent/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/hdfs-agent/pom.xml ---------------------------------------------------------------------- diff --git a/hdfs-agent/pom.xml b/hdfs-agent/pom.xml index 17a6692..29088d3 100644 --- a/hdfs-agent/pom.xml +++ b/hdfs-agent/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/hive-agent/pom.xml ---------------------------------------------------------------------- diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml index cd9e632..8aacbd6 100644 --- a/hive-agent/pom.xml +++ b/hive-agent/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/jisql/pom.xml ---------------------------------------------------------------------- diff --git a/jisql/pom.xml b/jisql/pom.xml index 1aeed03..efa3b2f 100644 --- a/jisql/pom.xml +++ b/jisql/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/kms/pom.xml ---------------------------------------------------------------------- diff --git a/kms/pom.xml b/kms/pom.xml index 9519576..33a9cdf 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.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/knox-agent/pom.xml ---------------------------------------------------------------------- diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml index 9cfcb74..9856267 100644 --- a/knox-agent/pom.xml +++ b/knox-agent/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/plugin-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-kafka/pom.xml b/plugin-kafka/pom.xml index 0dca763..eeea2a6 100644 --- a/plugin-kafka/pom.xml +++ b/plugin-kafka/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/plugin-kms/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-kms/pom.xml b/plugin-kms/pom.xml index 344abe3..f36a2a3 100755 --- a/plugin-kms/pom.xml +++ b/plugin-kms/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/plugin-solr/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-solr/pom.xml b/plugin-solr/pom.xml index 22a0697..479464a 100644 --- a/plugin-solr/pom.xml +++ b/plugin-solr/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/plugin-yarn/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-yarn/pom.xml b/plugin-yarn/pom.xml index 85cccd0..7948349 100644 --- a/plugin-yarn/pom.xml +++ b/plugin-yarn/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e14562e..5d77390 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ </parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</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/514ed055/ranger-examples/conditions-enrichers/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-examples/conditions-enrichers/pom.xml b/ranger-examples/conditions-enrichers/pom.xml index f226d4f..0b52b47 100644 --- a/ranger-examples/conditions-enrichers/pom.xml +++ b/ranger-examples/conditions-enrichers/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>ranger-examples</artifactId> <groupId>org.apache.ranger</groupId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-examples/plugin-sampleapp/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-examples/plugin-sampleapp/pom.xml b/ranger-examples/plugin-sampleapp/pom.xml index dd954f1..fdb13ba 100644 --- a/ranger-examples/plugin-sampleapp/pom.xml +++ b/ranger-examples/plugin-sampleapp/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>ranger-examples</artifactId> <groupId>org.apache.ranger</groupId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-examples/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-examples/pom.xml b/ranger-examples/pom.xml index cf4104f..3865868 100644 --- a/ranger-examples/pom.xml +++ b/ranger-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>ranger</artifactId> <groupId>org.apache.ranger</groupId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-examples/sampleapp/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-examples/sampleapp/pom.xml b/ranger-examples/sampleapp/pom.xml index 2c76785..0178ac1 100644 --- a/ranger-examples/sampleapp/pom.xml +++ b/ranger-examples/sampleapp/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>ranger-examples</artifactId> <groupId>org.apache.ranger</groupId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-hbase-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-hbase-plugin-shim/pom.xml b/ranger-hbase-plugin-shim/pom.xml index db96907..867dae2 100644 --- a/ranger-hbase-plugin-shim/pom.xml +++ b/ranger-hbase-plugin-shim/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-hdfs-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-hdfs-plugin-shim/pom.xml b/ranger-hdfs-plugin-shim/pom.xml index 794cbae..ddbf711 100644 --- a/ranger-hdfs-plugin-shim/pom.xml +++ b/ranger-hdfs-plugin-shim/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-hive-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-hive-plugin-shim/pom.xml b/ranger-hive-plugin-shim/pom.xml index 3ce0684..14465c4 100644 --- a/ranger-hive-plugin-shim/pom.xml +++ b/ranger-hive-plugin-shim/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-kafka-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-kafka-plugin-shim/pom.xml b/ranger-kafka-plugin-shim/pom.xml index fb948ba..8deef53 100644 --- a/ranger-kafka-plugin-shim/pom.xml +++ b/ranger-kafka-plugin-shim/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-knox-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-knox-plugin-shim/pom.xml b/ranger-knox-plugin-shim/pom.xml index 66da19f..78115b9 100644 --- a/ranger-knox-plugin-shim/pom.xml +++ b/ranger-knox-plugin-shim/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-plugin-classloader/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-plugin-classloader/pom.xml b/ranger-plugin-classloader/pom.xml index a1238db..3617d73 100644 --- a/ranger-plugin-classloader/pom.xml +++ b/ranger-plugin-classloader/pom.xml @@ -19,7 +19,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <artifactId>ranger-plugin-classloader</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</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.5.3-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-storm-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-storm-plugin-shim/pom.xml b/ranger-storm-plugin-shim/pom.xml index 8b59796..ee4993f 100644 --- a/ranger-storm-plugin-shim/pom.xml +++ b/ranger-storm-plugin-shim/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-tools/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-tools/pom.xml b/ranger-tools/pom.xml index 1285b2c..8c42449 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.5.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-util/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-util/pom.xml b/ranger-util/pom.xml index e09253b..9131f00 100644 --- a/ranger-util/pom.xml +++ b/ranger-util/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> </parent> <artifactId>ranger-util</artifactId> <name>Ranger Util</name> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger-yarn-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-yarn-plugin-shim/pom.xml b/ranger-yarn-plugin-shim/pom.xml index 479628d..315be83 100644 --- a/ranger-yarn-plugin-shim/pom.xml +++ b/ranger-yarn-plugin-shim/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ranger_solrj/pom.xml ---------------------------------------------------------------------- diff --git a/ranger_solrj/pom.xml b/ranger_solrj/pom.xml index d031fb4..f4b254c 100644 --- a/ranger_solrj/pom.xml +++ b/ranger_solrj/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>ranger_solrj</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/security-admin/pom.xml ---------------------------------------------------------------------- diff --git a/security-admin/pom.xml b/security-admin/pom.xml index cd6e88a..a8898ae 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.5.3-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/storm-agent/pom.xml ---------------------------------------------------------------------- diff --git a/storm-agent/pom.xml b/storm-agent/pom.xml index f99350b..30ea8c4 100644 --- a/storm-agent/pom.xml +++ b/storm-agent/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml ---------------------------------------------------------------------- diff --git a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml index bc541a2..cb71021 100644 --- a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml +++ b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/ugsync/pom.xml ---------------------------------------------------------------------- diff --git a/ugsync/pom.xml b/ugsync/pom.xml index 8a1b8ea..22602e3 100644 --- a/ugsync/pom.xml +++ b/ugsync/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/unixauthclient/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthclient/pom.xml b/unixauthclient/pom.xml index 721cf0f..115ee78 100644 --- a/unixauthclient/pom.xml +++ b/unixauthclient/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/unixauthnative/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthnative/pom.xml b/unixauthnative/pom.xml index d386d10..f99d4f8 100644 --- a/unixauthnative/pom.xml +++ b/unixauthnative/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/514ed055/unixauthservice/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthservice/pom.xml b/unixauthservice/pom.xml index 4d44e6f..b19f288 100644 --- a/unixauthservice/pom.xml +++ b/unixauthservice/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.5.0</version> + <version>0.5.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
