Repository: incubator-sentry Updated Branches: refs/heads/master 13e83d6e5 -> 32e671559
SENTRY-328: Need to update DataNucleus version to support proper SQL generation for DB2 ( Tuong Truong via 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/32e67155 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/32e67155 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/32e67155 Branch: refs/heads/master Commit: 32e6715594a7a198d04f9dc4321288f5bd15b3e4 Parents: 13e83d6 Author: Sravya Tirukkovalur <[email protected]> Authored: Tue Nov 18 10:38:17 2014 -0800 Committer: Sravya Tirukkovalur <[email protected]> Committed: Tue Nov 18 10:38:17 2014 -0800 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/32e67155/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b0cdd9a..b3cea81 100644 --- a/pom.xml +++ b/pom.xml @@ -61,9 +61,9 @@ limitations under the License. <commons.lang.version>2.6</commons.lang.version> <bonecp.version>0.7.1.RELEASE</bonecp.version> <datanucleus.maven.plugin.version>3.3.0-release</datanucleus.maven.plugin.version> - <datanucleus-api-jdo.version>3.2.1</datanucleus-api-jdo.version> - <datanucleus-core.version>3.2.2</datanucleus-core.version> - <datanucleus-rdbms.version>3.2.1</datanucleus-rdbms.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> <jdo-api.version>3.0.1</jdo-api.version> <derby.version>10.10.2.0</derby.version> <commons-cli.version>1.2</commons-cli.version>
