You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/03/14 17:20:19 UTC

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

Author: lofwyr
Date: Fri Mar 14 16:20:19 2014
New Revision: 1577602

URL: http://svn.apache.org/r1577602
Log:
TOBAGO-1377: Build fails on Windows systems
 - wrong encoding

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=1577602&r1=1577601&r2=1577602&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Fri Mar 14 16:20:19 2014
@@ -984,7 +984,7 @@
         <plugin>
           <groupId>org.bsc.maven</groupId>
           <artifactId>maven-processor-plugin</artifactId>
-          <version>2.1.1</version>
+          <version>2.2.4</version>
         </plugin>
       </plugins>
     </pluginManagement>