]> source.dussan.org Git - sonarqube.git/commitdiff
Revert persistit version to stay compatible with Java 1.6
authorJulien HENRY <julien.henry@sonarsource.com>
Wed, 30 Apr 2014 15:35:03 +0000 (17:35 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Wed, 30 Apr 2014 15:35:03 +0000 (17:35 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index de91bc59576082169dbb27c6f2bdbcb5772c1a49..c220883917086846f1833483713f5c198a69da12 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <groupId>com.akiban</groupId>
         <artifactId>akiban-persistit</artifactId>
         <!-- do not use 3.3.0. It was build only for Java 7. Waiting for 3.3.1 to be deployed in central repo -->
-        <version>3.3.0</version>
+        <version>3.2.7</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>