Repository: karaf Updated Branches: refs/heads/master 010e3aeb4 -> a9af4f002
[KARAF-4409] Upgrade to pax-jdbc 0.8.0 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/a9af4f00 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/a9af4f00 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/a9af4f00 Branch: refs/heads/master Commit: a9af4f0026cb1a81f055225b471c3bb7828e5fee Parents: 010e3ae Author: Guillaume Nodet <[email protected]> Authored: Wed Mar 9 08:45:36 2016 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Wed Mar 9 08:45:36 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/a9af4f00/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f2602f0..699a353 100644 --- a/pom.xml +++ b/pom.xml @@ -263,7 +263,7 @@ <pax.url.version>2.4.6</pax.url.version> <pax.web.version>6.0.0-SNAPSHOT</pax.web.version> <pax.tinybundle.version>2.1.1</pax.tinybundle.version> - <pax.jdbc.version>0.7.0</pax.jdbc.version> + <pax.jdbc.version>0.8.0-SNAPSHOT</pax.jdbc.version> <portlet-api.version>2.0</portlet-api.version> <slf4j.version>1.7.12</slf4j.version>
