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

svn commit: r582615 - in /myfaces/tobago/trunk: example/facelets/pom.xml extension/facelets/pom.xml pom.xml

Author: bommel
Date: Sun Oct  7 05:11:07 2007
New Revision: 582615

URL: http://svn.apache.org/viewvc?rev=582615&view=rev
Log:
(TOBAGO-496) Update dependency of facelets to 1.1.14

Modified:
    myfaces/tobago/trunk/example/facelets/pom.xml
    myfaces/tobago/trunk/extension/facelets/pom.xml
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/example/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/facelets/pom.xml?rev=582615&r1=582614&r2=582615&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/example/facelets/pom.xml Sun Oct  7 05:11:07 2007
@@ -102,12 +102,11 @@
     <dependency>
       <groupId>com.sun.facelets</groupId>
       <artifactId>jsf-facelets</artifactId>
-      <version>1.1.13</version>
+      <version>${facelets.version}</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.11</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>

Modified: myfaces/tobago/trunk/extension/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/facelets/pom.xml?rev=582615&r1=582614&r2=582615&view=diff
==============================================================================
--- myfaces/tobago/trunk/extension/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/extension/facelets/pom.xml Sun Oct  7 05:11:07 2007
@@ -159,7 +159,7 @@
     <dependency>
       <groupId>com.sun.facelets</groupId>
       <artifactId>jsf-facelets</artifactId>
-      <version>1.1.13</version>
+      <version>${facelets.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=582615&r1=582614&r2=582615&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sun Oct  7 05:11:07 2007
@@ -987,7 +987,8 @@
     <myfaces.version>1.1.5</myfaces.version>
     <myfaces12.version>1.2.0</myfaces12.version>
     <sunjsf.version>1.1_02</sunjsf.version>
-    <sunjsf12.version>1.2_04-p02</sunjsf12.version>    
+    <sunjsf12.version>1.2_04-p02</sunjsf12.version>
+    <facelets.version>1.1.14</facelets.version>
     <jetty.version>6.1.5</jetty.version>
     <common-io.version>1.1</common-io.version>
     <common-lang.version>2.1</common-lang.version>