Repository: flume Updated Branches: refs/heads/trunk bd80c5e67 -> a2f55e180
FLUME-2751: Upgrade Derby version to 10.11.1.1 (Johny Rufus via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/a2f55e18 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/a2f55e18 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/a2f55e18 Branch: refs/heads/trunk Commit: a2f55e180f80b1daa707df9269375e1a7c69e6b5 Parents: bd80c5e Author: Jarek Jarcec Cecho <[email protected]> Authored: Wed Sep 30 09:20:29 2015 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Wed Sep 30 09:20:29 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/a2f55e18/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d3d64b8..ade1ac4 100644 --- a/pom.xml +++ b/pom.xml @@ -1023,7 +1023,7 @@ limitations under the License. <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> - <version>10.8.2.2</version> + <version>10.11.1.1</version> </dependency> <dependency>
