Author: desruisseaux
Date: Thu Oct  5 19:02:33 2017
New Revision: 1811230

URL: http://svn.apache.org/viewvc?rev=1811230&view=rev
Log:
Fix Derby version to the last version running on JDK7.

Modified:
    sis/branches/JDK7/pom.xml

Modified: sis/branches/JDK7/pom.xml
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/pom.xml?rev=1811230&r1=1811229&r2=1811230&view=diff
==============================================================================
--- sis/branches/JDK7/pom.xml (original)
+++ sis/branches/JDK7/pom.xml Thu Oct  5 19:02:33 2017
@@ -433,7 +433,7 @@ Apache SIS is a free software, Java lang
       <dependency>
         <groupId>org.apache.derby</groupId>
         <artifactId>derby</artifactId>
-        <version>10.13.1.1</version>
+        <version>10.12.1.1</version>            <!-- Last version compatible 
with JDK7.-->
       </dependency>
       <dependency>
         <groupId>org.hsqldb</groupId>


Reply via email to