diff options
author | Stephane Gamard <stephane.gamard@sonarsource.com> | 2014-09-23 13:49:39 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@sonarsource.com> | 2014-09-23 13:58:18 +0200 |
commit | 8c0a282339b73cc6e5247600d0ce05da7f89606d (patch) | |
tree | 8b87ce8180ab0b0e756513f7a3f565276278d6a6 /pom.xml | |
parent | 22a4eaeb820f50d4aac63c8b98030e41525a3809 (diff) | |
download | sonarqube-8c0a282339b73cc6e5247600d0ce05da7f89606d.tar.gz sonarqube-8c0a282339b73cc6e5247600d0ce05da7f89606d.zip |
SONAR-5531 - Reverted to a Java 1.6 compatible ES
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ <logback.version>1.0.13</logback.version> <slf4j.version>1.7.5</slf4j.version> <tomcat.version>7.0.54</tomcat.version> - <elasticsearch.version>1.3.2</elasticsearch.version> + <elasticsearch.version>1.1.2</elasticsearch.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.min.version>3.0.5</maven.min.version> <maven.api.version>2.2.0</maven.api.version> |