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 15:58:34 UTC

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

Author: gk
Date: Mon Dec  7 14:58:33 2015
New Revision: 1718390

URL: http://svn.apache.org/viewvc?rev=1718390&view=rev
Log:
- correcting typo in key compile.version in properties

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=1718390&r1=1718389&r2=1718390&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Mon Dec  7 14:58:33 2015
@@ -436,8 +436,8 @@
   <properties>
 
     <!-- Default configuration for compiler source and target JVM -->
-    <maven.compiler.source>1.6</maven.compiler.source>
-    <maven.compiler.target>1.6</maven.compiler.target>
+    <maven.compile.source>1.6</maven.compile.source>
+    <maven.compile.target>1.6</maven.compile.target>
 
     <!-- Compiler and surefire plugin settings for "java" profiles -->
     <turbine.compiler.fork>false</turbine.compiler.fork>