Repository: incubator-sentry Updated Branches: refs/heads/master 9615cc58b -> a1feebe2e
SENTRY-934: Update plugin versions ( Colm O hEigeartaigh, Reviewed by: Sravya Tirukkovalur) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/a1feebe2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/a1feebe2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/a1feebe2 Branch: refs/heads/master Commit: a1feebe2e3a99fb679f6d1972b24acbbd17221ce Parents: 9615cc5 Author: Sravya Tirukkovalur <[email protected]> Authored: Mon Nov 2 15:32:17 2015 -0800 Committer: Sravya Tirukkovalur <[email protected]> Committed: Mon Nov 2 15:32:17 2015 -0800 ---------------------------------------------------------------------- pom.xml | 10 +++++----- sentry-binding/sentry-binding-solr/pom.xml | 2 +- sentry-hdfs/sentry-hdfs-dist/pom.xml | 2 +- sentry-provider/sentry-provider-common/pom.xml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/a1feebe2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 93142b5..b91ab13 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>13</version> + <version>17</version> </parent> <groupId>org.apache.sentry</groupId> @@ -61,7 +61,7 @@ limitations under the License. <commons.lang.version>2.6</commons.lang.version> <commons.logging.version>1.2</commons.logging.version> <bonecp.version>0.7.1.RELEASE</bonecp.version> - <datanucleus.maven.plugin.version>3.3.0-release</datanucleus.maven.plugin.version> + <datanucleus.maven.plugin.version>4.0.1</datanucleus.maven.plugin.version> <datanucleus-api-jdo.version>3.2.6</datanucleus-api-jdo.version> <datanucleus-core.version>3.2.12</datanucleus-core.version> <datanucleus-rdbms.version>3.2.12</datanucleus-rdbms.version> @@ -669,7 +669,7 @@ limitations under the License. <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.4.0</version> + <version>2.5.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -692,7 +692,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.5.1</version> + <version>3.1</version> <configuration> <source>${maven.compile.source}</source> <target>${maven.compile.target}</target> @@ -711,7 +711,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.16</version> + <version>2.18</version> <configuration> <forkMode>always</forkMode> <environmentVariables> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/a1feebe2/sentry-binding/sentry-binding-solr/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-binding/sentry-binding-solr/pom.xml b/sentry-binding/sentry-binding-solr/pom.xml index 6b94da4..e8e3013 100644 --- a/sentry-binding/sentry-binding-solr/pom.xml +++ b/sentry-binding/sentry-binding-solr/pom.xml @@ -77,7 +77,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.2</version> + <version>2.4</version> <executions> <execution> <goals> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/a1feebe2/sentry-hdfs/sentry-hdfs-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-hdfs/sentry-hdfs-dist/pom.xml b/sentry-hdfs/sentry-hdfs-dist/pom.xml index a2da480..37350c5 100644 --- a/sentry-hdfs/sentry-hdfs-dist/pom.xml +++ b/sentry-hdfs/sentry-hdfs-dist/pom.xml @@ -53,7 +53,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>2.1</version> + <version>2.3</version> <executions> <execution> <phase>package</phase> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/a1feebe2/sentry-provider/sentry-provider-common/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-provider/sentry-provider-common/pom.xml b/sentry-provider/sentry-provider-common/pom.xml index bc6b6e2..de5a2c9 100644 --- a/sentry-provider/sentry-provider-common/pom.xml +++ b/sentry-provider/sentry-provider-common/pom.xml @@ -58,7 +58,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.2</version> + <version>2.4</version> <executions> <execution> <goals>
