You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2014/05/04 19:36:41 UTC

svn commit: r1592392 - /felix/trunk/ipojo/manipulator/manipulator/pom.xml

Author: clement
Date: Sun May  4 17:36:41 2014
New Revision: 1592392

URL: http://svn.apache.org/r1592392
Log:
Revert the Java compiler configuration to 1.6

Modified:
    felix/trunk/ipojo/manipulator/manipulator/pom.xml

Modified: felix/trunk/ipojo/manipulator/manipulator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator/pom.xml?rev=1592392&r1=1592391&r2=1592392&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/manipulator/pom.xml Sun May  4 17:36:41 2014
@@ -123,8 +123,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.8</source>
-          <target>1.8</target>
+          <source>1.6</source>
+          <target>1.6</target>
         </configuration>
       </plugin>