You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2016/03/11 07:07:07 UTC

svn commit: r1734497 - /myfaces/tobago/branches/tobago-3.0.x/pom.xml

Author: deki
Date: Fri Mar 11 06:07:07 2016
New Revision: 1734497

URL: http://svn.apache.org/viewvc?rev=1734497&view=rev
Log:
updated maven-compiler-plugin (MCOMPILER-235 is fixed)

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1734497&r1=1734496&r2=1734497&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Fri Mar 11 06:07:07 2016
@@ -789,13 +789,13 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.3</version>
+          <version>3.5.1</version>
           <configuration>
             <source>${maven.compile.source}</source>
             <target>${maven.compile.target}</target>
             <encoding>${maven.compile.encoding}</encoding>
             <showWarnings>true</showWarnings>
-            <useIncrementalCompilation>false</useIncrementalCompilation><!-- see MCOMPILER-209 and MCOMPILER-235 -->
+            <useIncrementalCompilation>false</useIncrementalCompilation><!-- see MCOMPILER-209 -->
             <!--fork>true</fork-->
             <!-- <compilerArgument>-Xlint:all,-serial,-fallthrough</compilerArgument>-->
           </configuration>