Repository: hive Updated Branches: refs/heads/master de2a5d63a -> 8841bbf13
HIVE-16106: Upgrade to Datanucleus 4.2.12 (Vaibhav Gumashta reviewed by Daniel Dai Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/8841bbf1 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/8841bbf1 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/8841bbf1 Branch: refs/heads/master Commit: 8841bbf13e04351019f67410ee0e6bf1490a72ee Parents: de2a5d6 Author: Vaibhav Gumashta <[email protected]> Authored: Mon Mar 6 14:34:24 2017 -0800 Committer: Vaibhav Gumashta <[email protected]> Committed: Mon Mar 6 14:34:24 2017 -0800 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/8841bbf1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bfa66a1..d8b4cf3 100644 --- a/pom.xml +++ b/pom.xml @@ -117,9 +117,9 @@ <avro.version>1.7.7</avro.version> <bonecp.version>0.8.0.RELEASE</bonecp.version> <calcite.version>1.10.0</calcite.version> - <datanucleus-api-jdo.version>4.2.1</datanucleus-api-jdo.version> - <datanucleus-core.version>4.1.6</datanucleus-core.version> - <datanucleus-rdbms.version>4.1.7</datanucleus-rdbms.version> + <datanucleus-api-jdo.version>4.2.4</datanucleus-api-jdo.version> + <datanucleus-core.version>4.1.17</datanucleus-core.version> + <datanucleus-rdbms.version>4.1.19</datanucleus-rdbms.version> <datanucleus-jdo.version>3.2.0-m3</datanucleus-jdo.version> <commons-cli.version>1.2</commons-cli.version> <commons-codec.version>1.4</commons-codec.version>
