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 2013/02/26 17:39:12 UTC

svn commit: r1450267 - /myfaces/tobago/trunk/pom.xml

Author: lofwyr
Date: Tue Feb 26 16:39:11 2013
New Revision: 1450267

URL: http://svn.apache.org/r1450267
Log:
TOBAGO-1212: Using JSR 269: Pluggable Annotation Processing API
 - the maven-processor-plugin needs Maven 3

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1450267&r1=1450266&r2=1450267&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Feb 26 16:39:11 2013
@@ -29,7 +29,7 @@
   <version>1.6.0-beta-3-SNAPSHOT</version>
   <description>The goal of Tobago is to provide the community with a well designed set of user interface components based on JSF and run on MyFaces.</description>
   <prerequisites>
-    <maven>2.2.1</maven>
+    <maven>3.0.4</maven>
   </prerequisites>
   <url>http://myfaces.apache.org/tobago</url>
   <inceptionYear>2002</inceptionYear>