Return-Path: X-Original-To: apmail-ranger-commits-archive@www.apache.org Delivered-To: apmail-ranger-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 539B717E84 for ; Tue, 26 Jan 2016 16:07:49 +0000 (UTC) Received: (qmail 56932 invoked by uid 500); 26 Jan 2016 16:07:49 -0000 Delivered-To: apmail-ranger-commits-archive@ranger.apache.org Received: (qmail 56910 invoked by uid 500); 26 Jan 2016 16:07:49 -0000 Mailing-List: contact commits-help@ranger.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ranger.incubator.apache.org Delivered-To: mailing list commits@ranger.incubator.apache.org Received: (qmail 56901 invoked by uid 99); 26 Jan 2016 16:07:49 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2016 16:07:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C0BB8180427 for ; Tue, 26 Jan 2016 16:07:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.226 X-Spam-Level: * X-Spam-Status: No, score=1.226 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id BAOxhz83Yu0z for ; Tue, 26 Jan 2016 16:07:43 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id DA64B31AC0 for ; Tue, 26 Jan 2016 16:07:41 +0000 (UTC) Received: (qmail 54745 invoked by uid 99); 26 Jan 2016 16:07:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2016 16:07:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5AE76DFF96; Tue, 26 Jan 2016 16:07:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sneethir@apache.org To: commits@ranger.incubator.apache.org Date: Tue, 26 Jan 2016 16:07:40 -0000 Message-Id: <276da423c11647ebb8efd20257f191bb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] incubator-ranger git commit: RANGER-818: Fix XML indentation in pom files Repository: incubator-ranger Updated Branches: refs/heads/master 4f6c35146 -> 4bc45ee03 http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml ---------------------------------------------------------------------- diff --git a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml index bc541a2..12ca86b 100644 --- a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml +++ b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml @@ -15,119 +15,113 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 - - org.apache.ranger - ranger - 0.5.0 - ../../../pom.xml + org.apache.ranger + ranger + 0.5.0 + ../../../pom.xml - ldapconfigcheck - jar Ldap Config Check Tool Ldap configuration check tool - - - commons-cli - commons-cli - ${commons.cli.version} - - - commons-configuration - commons-configuration - ${commons.configuration.version} - - - commons-lang - commons-lang - ${commons.lang.version} - - - commons-logging - commons-logging - ${commons.logging.version} - - - org.springframework - spring-beans - ${springframework.version} - - - org.springframework - spring-context - ${springframework.version} - - - org.springframework - spring-core - ${springframework.version} - - - org.springframework - spring-tx - ${springframework.version} - - - org.springframework.ldap - spring-ldap-core - ${spring-ldap-core.version} - - - org.springframework.security - spring-security-core - ${springframework.security.version} - - - org.springframework.security - spring-security-ldap - ${springframework.security.version} - - - org.apache.ranger - ranger-util - ${project.version} - - - org.apache.hadoop - * - - - com.microsoft.windowsazure - * - - - + + commons-cli + commons-cli + ${commons.cli.version} + + + commons-configuration + commons-configuration + ${commons.configuration.version} + + + commons-lang + commons-lang + ${commons.lang.version} + + + commons-logging + commons-logging + ${commons.logging.version} + + + org.springframework + spring-beans + ${springframework.version} + + + org.springframework + spring-context + ${springframework.version} + + + org.springframework + spring-core + ${springframework.version} + + + org.springframework + spring-tx + ${springframework.version} + + + org.springframework.ldap + spring-ldap-core + ${spring-ldap-core.version} + + + org.springframework.security + spring-security-core + ${springframework.security.version} + + + org.springframework.security + spring-security-ldap + ${springframework.security.version} + + + org.apache.ranger + ranger-util + ${project.version} + + + org.apache.hadoop + * + + + com.microsoft.windowsazure + * + + + - - ldapconfigcheck - - - org.apache.maven.plugins - maven-shade-plugin - 2.2 - - - package - - shade - - - - - org.apache.ranger.ldapconfigcheck.LdapConfigCheckMain - - - - - - - - + + ldapconfigcheck + + + org.apache.maven.plugins + maven-shade-plugin + 2.2 + + + package + + shade + + + + + org.apache.ranger.ldapconfigcheck.LdapConfigCheckMain + + + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/ugsync/pom.xml ---------------------------------------------------------------------- diff --git a/ugsync/pom.xml b/ugsync/pom.xml index 8a1b8ea..09f4b18 100644 --- a/ugsync/pom.xml +++ b/ugsync/pom.xml @@ -15,113 +15,102 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 - - org.apache.ranger - ranger - 0.5.0 - .. + org.apache.ranger + ranger + 0.5.0 + .. - unixusersync - jar Unix User Group Synchronizer User, Group sync from sources such as Unix and LDAP - - - log4j - log4j - ${log4j.version} - - - com.google.code.gson - gson - - - com.sun.jersey - jersey-bundle - ${jersey-bundle.version} - - - commons-cli - commons-cli - ${commons.cli.version} - - - commons-collections - commons-collections - ${commons.collections.version} - - - commons-configuration - commons-configuration - ${commons.configuration.version} - - - commons-lang - commons-lang - ${commons.lang.version} - - - commons-logging - commons-logging - ${commons.logging.version} - - - com.google.guava - guava - ${guava.version} - - - org.apache.hadoop - hadoop-auth - ${hadoop-auth.version} - - - org.apache.commons - commons-csv - 1.0 - - - org.slf4j - slf4j-api - ${slf4j-api.version} - - - org.apache.ranger - credentialbuilder - ${project.version} - - - - org.apache.ranger - ranger-util - ${project.version} - - - - junit - junit - test - - - commons-httpclient - commons-httpclient - ${commons.httpclient.version} - - - commons-codec - commons-codec - ${commons.codec.version} - - + + log4j + log4j + ${log4j.version} + + + com.google.code.gson + gson + + + com.sun.jersey + jersey-bundle + ${jersey-bundle.version} + + + commons-cli + commons-cli + ${commons.cli.version} + + + commons-collections + commons-collections + ${commons.collections.version} + + + commons-configuration + commons-configuration + ${commons.configuration.version} + + + commons-lang + commons-lang + ${commons.lang.version} + + + commons-logging + commons-logging + ${commons.logging.version} + + + com.google.guava + guava + ${guava.version} + + + org.apache.hadoop + hadoop-auth + ${hadoop-auth.version} + + + org.apache.commons + commons-csv + 1.0 + + + org.slf4j + slf4j-api + ${slf4j-api.version} + + + org.apache.ranger + credentialbuilder + ${project.version} + + + org.apache.ranger + ranger-util + ${project.version} + + + junit + junit + test + + + commons-httpclient + commons-httpclient + ${commons.httpclient.version} + + + commons-codec + commons-codec + ${commons.codec.version} + - - http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/unixauthclient/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthclient/pom.xml b/unixauthclient/pom.xml index 721cf0f..89ee8ca 100644 --- a/unixauthclient/pom.xml +++ b/unixauthclient/pom.xml @@ -15,81 +15,72 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 - - org.apache.ranger - ranger - 0.5.0 - .. + org.apache.ranger + ranger + 0.5.0 + .. - unixauthclient - jar - Unix Authentication Client Unix authentication client - - - log4j - log4j - ${log4j.version} - - - com.google.code.gson - gson + + log4j + log4j + ${log4j.version} + + + com.google.code.gson + gson + + + com.sun.jersey + jersey-bundle + ${jersey-bundle.version} + + + commons-cli + commons-cli + ${commons.cli.version} + + + commons-collections + commons-collections + ${commons.collections.version} + + + commons-configuration + commons-configuration + ${commons.configuration.version} + + + commons-lang + commons-lang + ${commons.lang.version} + + + commons-logging + commons-logging + ${commons.logging.version} + + + com.google.guava + guava + ${guava.version} + + + org.apache.hadoop + hadoop-auth + ${hadoop-auth.version} + + + org.slf4j + slf4j-api + ${slf4j-api.version} - - com.sun.jersey - jersey-bundle - ${jersey-bundle.version} - - - commons-cli - commons-cli - ${commons.cli.version} - - - commons-collections - commons-collections - ${commons.collections.version} - - - commons-configuration - commons-configuration - ${commons.configuration.version} - - - commons-lang - commons-lang - ${commons.lang.version} - - - commons-logging - commons-logging - ${commons.logging.version} - - - com.google.guava - guava - ${guava.version} - - - org.apache.hadoop - hadoop-auth - ${hadoop-auth.version} - - - org.slf4j - slf4j-api - ${slf4j-api.version} - - - http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/unixauthnative/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthnative/pom.xml b/unixauthnative/pom.xml index d386d10..7fabeca 100644 --- a/unixauthnative/pom.xml +++ b/unixauthnative/pom.xml @@ -15,55 +15,41 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 - - org.apache.ranger - ranger - 0.5.0 - .. + org.apache.ranger + ranger + 0.5.0 + .. - credValidator uexe - Unix Native Authenticator Unix authentication service - - - - - org.codehaus.mojo - native-maven-plugin - true - - - ${commonCompilerOptions} - - - - - src/main/c - - **/*.c - - - - - - -lcrypt - - - - - - - - - - + + + + org.codehaus.mojo + native-maven-plugin + true + + + ${commonCompilerOptions} + + + + src/main/c + + **/*.c + + + + + -lcrypt + + + + + - http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4bc45ee0/unixauthservice/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthservice/pom.xml b/unixauthservice/pom.xml index 4d44e6f..2e92b5b 100644 --- a/unixauthservice/pom.xml +++ b/unixauthservice/pom.xml @@ -15,99 +15,88 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 - - org.apache.ranger - ranger - 0.5.0 - .. + org.apache.ranger + ranger + 0.5.0 + .. - unixauthservice - jar - Unix Authentication Service Unix authentication service - - org.apache.ranger - unixusersync - ${project.version} + org.apache.ranger + unixusersync + ${project.version} - - - log4j - log4j - ${log4j.version} - - - com.google.code.gson - gson + + log4j + log4j + ${log4j.version} + + + com.google.code.gson + gson + + + com.sun.jersey + jersey-bundle + ${jersey-bundle.version} + + + commons-cli + commons-cli + ${commons.cli.version} + + + commons-collections + commons-collections + ${commons.collections.version} + + + commons-configuration + commons-configuration + ${commons.configuration.version} + + + commons-lang + commons-lang + ${commons.lang.version} + + + commons-logging + commons-logging + ${commons.logging.version} + + + com.google.guava + guava + ${guava.version} + + + org.apache.hadoop + hadoop-auth + ${hadoop-auth.version} + + + org.slf4j + slf4j-api + ${slf4j-api.version} - - com.sun.jersey - jersey-bundle - ${jersey-bundle.version} - - - commons-cli - commons-cli - ${commons.cli.version} - - - commons-collections - commons-collections - ${commons.collections.version} - - - commons-configuration - commons-configuration - ${commons.configuration.version} - - - commons-lang - commons-lang - ${commons.lang.version} - - - commons-logging - commons-logging - ${commons.logging.version} - - - com.google.guava - guava - ${guava.version} - - - org.apache.hadoop - hadoop-auth - ${hadoop-auth.version} - - - org.slf4j - slf4j-api - ${slf4j-api.version} - - - - - - ${project.build.outputDirectory}/ - conf.dist - - log4j.xml - - - - - + + + + ${project.build.outputDirectory}/ + conf.dist + + log4j.xml + + + + -