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 2015/05/20 10:42:36 UTC

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

Author: deki
Date: Wed May 20 08:42:36 2015
New Revision: 1680490

URL: http://svn.apache.org/r1680490
Log:
TOBAGO-1460: comment to use 3.1 until MCOMPILER-235 has been 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=1680490&r1=1680489&r2=1680490&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Wed May 20 08:42:36 2015
@@ -789,7 +789,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.1</version>
+          <version>3.1</version><!-- do not use more recent version until https://issues.apache.org/jira/browse/MCOMPILER-235 is fixed -->
           <configuration>
             <source>${maven.compile.source}</source>
             <target>${maven.compile.target}</target>