You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2020/11/25 18:54:52 UTC

[tomee-tck] 01/02: Use same version as in TomEE so columns are in the same order for JDBC Tests

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit 9703462eff220dd021213d3e9add460f4039c8c8
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Mon Nov 23 18:10:29 2020 +0100

    Use same version as in TomEE so columns are in the same order for JDBC Tests
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 54616fd..28f08ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
 
     <tomcat.version>9.0.40</tomcat.version>
 
-    <derby.version>10.7.1.1</derby.version>
+    <derby.version>10.11.1.1</derby.version>
 
     <!--
     NOTE: User must define "javaee8.cts.home" and "javaee8.ri.home" in ~/.m2/settings.xml