You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/10/12 03:40:58 UTC

svn commit: r1021579 - /myfaces/commons/trunk/pom.xml

Author: lu4242
Date: Tue Oct 12 01:40:57 2010
New Revision: 1021579

URL: http://svn.apache.org/viewvc?rev=1021579&view=rev
Log:
update facelets dependency

Modified:
    myfaces/commons/trunk/pom.xml

Modified: myfaces/commons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/pom.xml?rev=1021579&r1=1021578&r2=1021579&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Tue Oct 12 01:40:57 2010
@@ -88,7 +88,7 @@
                 <plugin>
                     <groupId>org.apache.myfaces.buildtools</groupId>
                     <artifactId>myfaces-builder-plugin</artifactId>
-                    <version>1.0.7</version>
+                    <version>1.0.8-SNAPSHOT</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-jar-plugin</artifactId>
@@ -161,7 +161,13 @@
             <dependency>
                 <groupId>org.apache.myfaces.buildtools</groupId>
                 <artifactId>myfaces-builder-annotations</artifactId> 
-                <version>1.0.6</version>
+                <version>1.0.7-SNAPSHOT</version>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
+                <groupId>com.sun.facelets</groupId>
+                <artifactId>jsf-facelets</artifactId>
+                <version>1.1.14</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>