Repository: cayenne Updated Branches: refs/heads/STABLE-3.1 9df5e1c01 -> d8265d4be
back to old derby. Derby 10.12 doesn't support java 5 Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/d8265d4b Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/d8265d4b Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/d8265d4b Branch: refs/heads/STABLE-3.1 Commit: d8265d4bee5777859d8c864f045dd47dc27dbe72 Parents: 9df5e1c Author: aadamchik <[email protected]> Authored: Sat Apr 9 13:00:08 2016 +0300 Committer: aadamchik <[email protected]> Committed: Sat Apr 9 13:00:08 2016 +0300 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/d8265d4b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 154af75..841c884 100644 --- a/pom.xml +++ b/pom.xml @@ -312,7 +312,7 @@ <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> - <version>10.12.1.1</version> + <version>10.7.1.1</version> <scope>test</scope> </dependency> <dependency> @@ -886,7 +886,7 @@ <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> - <version>10.12.1.1</version> + <version>10.7.1.1</version> </dependency> </dependencies> </profile>
