Repository: incubator-ranger Updated Branches: refs/heads/ranger-0.4 539e3d195 -> da80d02f8
RANGER-197: ** 0.4.1 release patch ** remove dependencies of snapshot and updated version number Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/da80d02f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/da80d02f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/da80d02f Branch: refs/heads/ranger-0.4 Commit: da80d02f849d797d1647db138a00e5782b3cabfa Parents: 539e3d1 Author: sneethiraj <[email protected]> Authored: Mon Jan 19 11:22:36 2015 -0500 Committer: sneethiraj <[email protected]> Committed: Mon Jan 19 11:22:36 2015 -0500 ---------------------------------------------------------------------- agents-audit/pom.xml | 2 +- agents-common/pom.xml | 2 +- agents-cred/pom.xml | 2 +- agents-impl/pom.xml | 53 ++++++++++- agents-installer/pom.xml | 2 +- credentialbuilder/pom.xml | 4 +- embededwebserver/pom.xml | 3 +- hbase-agent/pom.xml | 2 +- hdfs-agent/pom.xml | 2 +- hive-agent/pom.xml | 43 ++++++++- knox-agent/pom.xml | 2 +- lookup-client/pom.xml | 41 ++++++++- pom.xml | 199 +++++++++++++++++++++++++++++++++++++---- security-admin/pom.xml | 10 +-- storm-agent/pom.xml | 2 +- ugsync/pom.xml | 2 +- unixauthclient/pom.xml | 2 +- unixauthnative/pom.xml | 2 +- unixauthservice/pom.xml | 2 +- 19 files changed, 331 insertions(+), 46 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/agents-audit/pom.xml ---------------------------------------------------------------------- diff --git a/agents-audit/pom.xml b/agents-audit/pom.xml index b437bc1..f89d10d 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.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/agents-common/pom.xml ---------------------------------------------------------------------- diff --git a/agents-common/pom.xml b/agents-common/pom.xml index a26f45d..4572963 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.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/agents-cred/pom.xml ---------------------------------------------------------------------- diff --git a/agents-cred/pom.xml b/agents-cred/pom.xml index 13108ee..d6a20e4 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.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/agents-impl/pom.xml ---------------------------------------------------------------------- diff --git a/agents-impl/pom.xml b/agents-impl/pom.xml index 2ab0a53..71a19a2 100644 --- a/agents-impl/pom.xml +++ b/agents-impl/pom.xml @@ -25,17 +25,64 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> - <dependency> + <dependency> + <groupId>org.apache.calcite</groupId> + <artifactId>calcite-core</artifactId> + <version>${calcite.version}</version> + </dependency> + <dependency> + <groupId>org.apache.calcite</groupId> + <artifactId>calcite-avatica</artifactId> + <version>${calcite.version}</version> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-api</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-runtime-library</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-runtime-internals</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-mapreduce</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-integration</artifactId> + </dependency> + <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> <version>2.6</version> </dependency> - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/agents-installer/pom.xml ---------------------------------------------------------------------- diff --git a/agents-installer/pom.xml b/agents-installer/pom.xml index 1c3d1b8..f9eee5b 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.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/credentialbuilder/pom.xml ---------------------------------------------------------------------- diff --git a/credentialbuilder/pom.xml b/credentialbuilder/pom.xml index a360bfc..c95c0f8 100644 --- a/credentialbuilder/pom.xml +++ b/credentialbuilder/pom.xml @@ -18,14 +18,13 @@ <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.4.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.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> @@ -68,6 +67,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> + <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/embededwebserver/pom.xml ---------------------------------------------------------------------- diff --git a/embededwebserver/pom.xml b/embededwebserver/pom.xml index b099ad5..4cc385c 100644 --- a/embededwebserver/pom.xml +++ b/embededwebserver/pom.xml @@ -18,14 +18,13 @@ <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>embededwebserver</artifactId> - <version>0.4.0</version> <name>Embeded Web Server Invoker</name> <description>Embeded Web Server Invoker</description> <packaging>jar</packaging> <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/hbase-agent/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-agent/pom.xml b/hbase-agent/pom.xml index b309222..2820a48 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.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/hdfs-agent/pom.xml ---------------------------------------------------------------------- diff --git a/hdfs-agent/pom.xml b/hdfs-agent/pom.xml index d7d3b62..d485695 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.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/hive-agent/pom.xml ---------------------------------------------------------------------- diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml index 89ca596..e751d9e 100644 --- a/hive-agent/pom.xml +++ b/hive-agent/pom.xml @@ -28,10 +28,51 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> + + <dependency> + <groupId>org.apache.calcite</groupId> + <artifactId>calcite-core</artifactId> + <version>${calcite.version}</version> + </dependency> + <dependency> + <groupId>org.apache.calcite</groupId> + <artifactId>calcite-avatica</artifactId> + <version>${calcite.version}</version> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-api</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-runtime-library</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-runtime-internals</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-mapreduce</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>${commons.lang.version}</version> + </dependency> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/knox-agent/pom.xml ---------------------------------------------------------------------- diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml index 8e4cdb7..bcfd3f4 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.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/lookup-client/pom.xml ---------------------------------------------------------------------- diff --git a/lookup-client/pom.xml b/lookup-client/pom.xml index 3892f64..a4bf12a 100644 --- a/lookup-client/pom.xml +++ b/lookup-client/pom.xml @@ -18,17 +18,54 @@ <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>lookup-client</artifactId> - <version>0.4.0</version> <name>Resource Lookup API Implementation</name> <description>Resource Lookup API Implementation</description> <packaging>jar</packaging> <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> + + + <dependency> + <groupId>org.apache.calcite</groupId> + <artifactId>calcite-core</artifactId> + <version>${calcite.version}</version> + </dependency> + <dependency> + <groupId>org.apache.calcite</groupId> + <artifactId>calcite-avatica</artifactId> + <version>${calcite.version}</version> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-api</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-runtime-library</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-runtime-internals</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.tez</groupId> + <artifactId>tez-mapreduce</artifactId> + <version>${tez.version}</version> + <optional>true</optional> + </dependency> + + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 835507f..0717aa7 100644 --- a/pom.xml +++ b/pom.xml @@ -24,13 +24,55 @@ </parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <description>Security for Enforcing Enterprise Policies</description> <packaging>pom</packaging> <name>ranger</name> + <url>http://ranger.incubator.apache.org/</url> + <licenses> + <license> + <name>Apache 2.0 License</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> + <distribution>repo</distribution> + </license> + </licenses> + <scm> + <connection>scm:git:[email protected]:apache/incubator-ranger.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-ranger.git</developerConnection> + <url>scm:git:[email protected]:apache/incubator-ranger.git</url> + <tag>ranger-0.4.0-rc3</tag> + </scm> + <issueManagement> + <system>JIRA</system> + <url>https://issues.apache.org/jira/browse/ranger</url> + </issueManagement> <prerequisites> <maven>2.2.1</maven> </prerequisites> + + <mailingLists> + <mailingList> + <name>Dev Mailing List</name> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + </mailingList> + + <mailingList> + <name>User Mailing List</name> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + </mailingList> + + <mailingList> + <name>Commits Mailing List</name> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + </mailingList> + </mailingLists> + <modules> <module>agents-audit</module> <module>agents-common</module> @@ -51,6 +93,8 @@ <module>unixauthservice</module> </modules> <properties> + <javac.source.version>1.7</javac.source.version> + <javac.target.version>1.7</javac.target.version> <antlr.version>3.5.2</antlr.version> <aopalliance.version>1.0</aopalliance.version> <asm.version>3.1</asm.version> @@ -83,7 +127,9 @@ <hadoop.version>2.6.0</hadoop.version> <hamcrest.all.version>1.3</hamcrest.all.version> <hbase.version>0.99.2</hbase.version> - <hive.version>0.14.0-SNAPSHOT</hive.version> + <hive.version>0.14.0</hive.version> + <calcite.version>0.9.2-incubating</calcite.version> + <tez.version>0.5.2</tez.version> <javassist.version>3.12.1.GA</javassist.version> <javax.persistence.version>2.1.0</javax.persistence.version> <javax.servlet.version>3.1.0</javax.servlet.version> @@ -114,10 +160,10 @@ <tomcat.commons.el.version>5.5.23</tomcat.commons.el.version> <tomcat.embed.version>7.0.55</tomcat.embed.version> <velocity.version>1.7</velocity.version> + <powermock.version>1.5.6</powermock.version> <distMgmtStagingId>apache.staging.https</distMgmtStagingId> <distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName> <distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl> - <skipTests>true</skipTests> </properties> <profiles> <profile> @@ -193,15 +239,81 @@ </snapshots> </repository> </repositories> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>${mockito.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-module-junit4</artifactId> + <version>${powermock.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <version>${powermock.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-integration</artifactId> + <version>${hamcrest-version}</version> + <scope>test</scope> + </dependency> + </dependencies> + </dependencyManagement> <build> <pluginManagement> <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-enforcer-plugin</artifactId> + <version>1.3.1</version> + <executions> + <execution> + <id>enforce-versions</id> + <goals> + <goal>enforce</goal> + </goals> + <configuration> + <rules> + <requireMavenVersion> + <version>3.0.4</version> + </requireMavenVersion> + <requireJavaVersion> + <version>${java.version}</version> + </requireJavaVersion> + </rules> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>1.8</version> + </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.2</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <useIncrementalCompilation>false</useIncrementalCompilation> + <source>${javac.source.version}</source> + <target>${javac.target.version}</target> + <encoding>UTF-8</encoding> + <maxmem>1024m</maxmem> + <fork>true</fork> </configuration> </plugin> <plugin> @@ -214,14 +326,14 @@ <artifactId>maven-surefire-plugin</artifactId> <version>2.17</version> <configuration> - <skipTests>${skipTests}</skipTests> - <encoding>UTF-8</encoding> - <systemProperties> + <skipTests>${skipTests}</skipTests> + <encoding>UTF-8</encoding> + <systemProperties> <property> - <name>catalina.base</name> - <value>${project.build.directory}</value> + <name>catalina.base</name> + <value>${project.build.directory}</value> </property> - </systemProperties> + </systemProperties> </configuration> </plugin> <plugin> @@ -240,18 +352,57 @@ </descriptors> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.4</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.7</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <version>2.2</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <version>2.2.1</version> + <configuration> + <attach>true</attach> + </configuration> + <executions> + <execution> + <id>create-source-jar</id> + <goals> + <goal>jar-no-fork</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-clean-plugin</artifactId> + <version>2.5</version> + <configuration> + <filesets> + <fileset> + <directory>work</directory> + </fileset> + <fileset> + <directory>checkpoint</directory> + </fileset> + </filesets> + </configuration> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5</version> </plugin> - <!-- - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>rpm-maven-plugin</artifactId> - <version>2.1-alpha-4</version> - </plugin> - --> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> @@ -354,6 +505,16 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>findbugs-maven-plugin</artifactId> +<!-- + <configuration> + <excludeFilterFile>${basedir}/dev-support/findbugsExcludeFile.xml + </excludeFilterFile> + </configuration> +--> + </plugin> </plugins> </build> </project> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/security-admin/pom.xml ---------------------------------------------------------------------- diff --git a/security-admin/pom.xml b/security-admin/pom.xml index a692f48..f295ccb 100644 --- a/security-admin/pom.xml +++ b/security-admin/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>security-admin-web</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <name>Security Admin Web Application</name> <description>security-admin-tool java web application</description> <packaging>war</packaging> <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> </parent> <dependencies> <dependency> @@ -247,12 +247,10 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>${junit.version}</version> </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <version>${mockito.version}</version> + <artifactId>mockito-core</artifactId> </dependency> <dependency> <groupId>com.googlecode.log4jdbc</groupId> @@ -414,11 +412,13 @@ <version>${hive.version}</version> <scope>runtime</scope> </dependency> + <!-- <dependency> <groupId>cn.guoyukun.jdbc</groupId> <artifactId>oracle-ojdbc6</artifactId> <version>11.2.0.3.0</version> </dependency> + --> </dependencies> <build> <pluginManagement> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/storm-agent/pom.xml ---------------------------------------------------------------------- diff --git a/storm-agent/pom.xml b/storm-agent/pom.xml index 7179bf0..bf2155b 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.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/ugsync/pom.xml ---------------------------------------------------------------------- diff --git a/ugsync/pom.xml b/ugsync/pom.xml index c1a0193..0e89b98 100644 --- a/ugsync/pom.xml +++ b/ugsync/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/unixauthclient/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthclient/pom.xml b/unixauthclient/pom.xml index cb7dbce..561ead0 100644 --- a/unixauthclient/pom.xml +++ b/unixauthclient/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/unixauthnative/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthnative/pom.xml b/unixauthnative/pom.xml index edf4893..60e6b0a 100644 --- a/unixauthnative/pom.xml +++ b/unixauthnative/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/da80d02f/unixauthservice/pom.xml ---------------------------------------------------------------------- diff --git a/unixauthservice/pom.xml b/unixauthservice/pom.xml index 6e6ca97..7282584 100644 --- a/unixauthservice/pom.xml +++ b/unixauthservice/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <relativePath>..</relativePath> </parent>
