summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2016-09-05 22:29:48 +0200
committerGitHub <noreply@github.com>2016-09-05 22:29:48 +0200
commite4561c96f11474cd878c6fad2fcc0596e20a0051 (patch)
treeecb4b73a85521b0b26b412d4a97a1c46f3860b6e /container-search/pom.xml
parent11372c72831016a9739238808eb065b6c30e2dd0 (diff)
parentb933adb381acd2c8603c11ec6132312966956041 (diff)
Merge pull request #555 from yahoo/balder/specify-source-and-target-1.8
Many modules wanted to compile with 1.5 in intellij.
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index b632d022922..5a5086f6739 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -262,6 +262,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
+ <source>1.8</source>
+ <target>1.8</target>
<compilerArgs>
<arg>-Xlint:all</arg>
</compilerArgs>