This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push: new 321b46f HIVE-17879 : Upgrade Datanucleus Maven Plugin 321b46f is described below commit 321b46fe1baf179719ec644c573a39abaf4646d4 Author: Ashutosh Chauhan <hashut...@apache.org> AuthorDate: Sun Jun 14 18:45:04 2020 -0700 HIVE-17879 : Upgrade Datanucleus Maven Plugin --- pom.xml | 13 ------------- standalone-metastore/metastore-server/pom.xml | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index eaadad0..2a31dbd 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,6 @@ <!-- Plugin and Plugin Dependency Versions --> <ant.contrib.version>1.0b3</ant.contrib.version> - <datanucleus.maven.plugin.version>3.3.0-release</datanucleus.maven.plugin.version> <maven.test.jvm.args>-Xmx2048m</maven.test.jvm.args> <maven.checkstyle.plugin.version>2.17</maven.checkstyle.plugin.version> <maven.build-helper.plugin.version>1.12</maven.build-helper.plugin.version> @@ -1170,18 +1169,6 @@ <version>${maven.surefire.plugin.version}</version> </plugin> <plugin> - <groupId>org.datanucleus</groupId> - <artifactId>datanucleus-maven-plugin</artifactId> - <version>${datanucleus.maven.plugin.version}</version> - <dependencies> - <dependency> - <groupId>org.datanucleus</groupId> - <artifactId>datanucleus-core</artifactId> - <version>${datanucleus-core.version}</version> - </dependency> - </dependencies> - </plugin> - <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>${felix.version}</version> diff --git a/standalone-metastore/metastore-server/pom.xml b/standalone-metastore/metastore-server/pom.xml index df6be61..d1a3631 100644 --- a/standalone-metastore/metastore-server/pom.xml +++ b/standalone-metastore/metastore-server/pom.xml @@ -722,7 +722,7 @@ <plugin> <groupId>org.datanucleus</groupId> <artifactId>datanucleus-maven-plugin</artifactId> - <version>4.0.5</version> + <version>5.2.1</version> <configuration> <api>JDO</api> <verbose>false</verbose>