You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2015/12/07 11:29:51 UTC

svn commit: r1718293 - /turbine/maven/turbine-parent/trunk/pom.xml

Author: gk
Date: Mon Dec  7 10:29:51 2015
New Revision: 1718293

URL: http://svn.apache.org/viewvc?rev=1718293&view=rev
Log:
- staying with 1.6

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1718293&r1=1718292&r2=1718293&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Mon Dec  7 10:29:51 2015
@@ -436,12 +436,12 @@
   <properties>
 
     <!-- Default configuration for compiler source and target JVM -->
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
 
     <!-- Compiler and surefire plugin settings for "java" profiles -->
     <turbine.compiler.fork>false</turbine.compiler.fork>
-    <turbine.compiler.compilerVersion>1.7</turbine.compiler.compilerVersion>
+    <turbine.compiler.compilerVersion>1.6</turbine.compiler.compilerVersion>
     <turbine.compiler.javac>${JAVA_HOME}/bin/javac</turbine.compiler.javac>
     <turbine.surefire.java>${JAVA_HOME}/bin/java</turbine.surefire.java>