You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2014/11/29 17:10:41 UTC

svn commit: r1642446 - /lucene/dev/trunk/dev-tools/idea/.idea/misc.xml

Author: shalin
Date: Sat Nov 29 16:10:40 2014
New Revision: 1642446

URL: http://svn.apache.org/r1642446
Log:
LUCENE-6081: Bump language level in IntelliJ configuration for trunk.

This closes #111.

Modified:
    lucene/dev/trunk/dev-tools/idea/.idea/misc.xml

Modified: lucene/dev/trunk/dev-tools/idea/.idea/misc.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/.idea/misc.xml?rev=1642446&r1=1642445&r2=1642446&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/.idea/misc.xml (original)
+++ lucene/dev/trunk/dev-tools/idea/.idea/misc.xml Sat Nov 29 16:10:40 2014
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" subst.="idea.jdk" />
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" subst.="idea.jdk" />
 </project>