Repository: qpid-broker-j Updated Branches: refs/heads/6.1.x fb6e31c6c -> 42f937565
QPID-7745: Downgrade derby version to 10.12.1.1 as it is the last version compiled with Java 1.7 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/42f93756 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/42f93756 Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/42f93756 Branch: refs/heads/6.1.x Commit: 42f937565e484ad36e5e3cfa03f7634e6b072b0c Parents: fb6e31c Author: Alex Rudyy <[email protected]> Authored: Wed May 3 10:36:06 2017 +0100 Committer: Alex Rudyy <[email protected]> Committed: Wed May 3 10:41:31 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/42f93756/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7ed93c0..7a68c83 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,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]
