Repository: karaf Updated Branches: refs/heads/master 2a3074b17 -> 10665c79d
[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/10665c79 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/10665c79 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/10665c79 Branch: refs/heads/master Commit: 10665c79dca6f4e0d56a378b1909152ee4051884 Parents: 2a3074b Author: Guillaume Nodet <[email protected]> Authored: Wed Mar 9 16:54:18 2016 +0100 Committer: Guillaume Nodet <[email protected]> Committed: Wed Mar 9 16:54:26 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/10665c79/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 699a353..545ec67 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.8.0-SNAPSHOT</pax.jdbc.version> + <pax.jdbc.version>0.8.0</pax.jdbc.version> <portlet-api.version>2.0</portlet-api.version> <slf4j.version>1.7.12</slf4j.version>
