Repository: qpid-broker-j Updated Branches: refs/heads/6.0.x 00b7e0d40 -> aad81a643
QPID-7745: Downgrade derby version to 10.12.1.1 as it is the last version compiled with Java 1.7 (cherry picked from commit 42f937565e484ad36e5e3cfa03f7634e6b072b0c) Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/aad81a64 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/aad81a64 Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/aad81a64 Branch: refs/heads/6.0.x Commit: aad81a64313f047c560fd2ba286446ad4d0c5021 Parents: 00b7e0d Author: Alex Rudyy <[email protected]> Authored: Wed May 3 10:36:06 2017 +0100 Committer: Alex Rudyy <[email protected]> Committed: Wed May 3 10:44:59 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/aad81a64/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a529df6..803bb30 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ <dollar.sign>$</dollar.sign> <at.sign>@</at.sign> <bdb-version>5.0.104</bdb-version> - <derby-version>10.13.1.1</derby-version> + <derby-version>10.12.1.1</derby-version> <logback-version>1.2.2</logback-version> <guava-version>18.0</guava-version> <fasterxml-jackson-version>2.5.3</fasterxml-jackson-version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
