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 2009/10/20 17:22:20 UTC

svn commit: r827687 - in /myfaces/tobago/trunk: extension/message-fix/pom.xml pom.xml

Author: lofwyr
Date: Tue Oct 20 15:22:19 2009
New Revision: 827687

URL: http://svn.apache.org/viewvc?rev=827687&view=rev
Log:
TOBAGO-804 Update myfaces to 1.1.7 and 1.2.7
TOBAGO-805 Update sun jsf to 1.2_13
TOBAGO-806 Update commons-logging to 1.1.1

Modified:
    myfaces/tobago/trunk/extension/message-fix/pom.xml
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/extension/message-fix/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/message-fix/pom.xml?rev=827687&r1=827686&r2=827687&view=diff
==============================================================================
--- myfaces/tobago/trunk/extension/message-fix/pom.xml (original)
+++ myfaces/tobago/trunk/extension/message-fix/pom.xml Tue Oct 20 15:22:19 2009
@@ -38,6 +38,12 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.4</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.shale</groupId>
       <artifactId>shale-test</artifactId>
       <version>1.0.4</version>

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=827687&r1=827686&r2=827687&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Oct 20 15:22:19 2009
@@ -808,6 +808,7 @@
           <artifactId>ianal-maven-plugin</artifactId>
           <version>1.0-alpha-1</version>
         </plugin>
+
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>rat-maven-plugin</artifactId>
@@ -827,11 +828,13 @@
             </excludes>
           </configuration>
         </plugin>
+
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
           <version>2.2-beta-4</version>
         </plugin>
+
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
@@ -841,7 +844,7 @@
             <preparationGoals>clean install</preparationGoals>
             <remoteTagging>true</remoteTagging>
           </configuration>
-      </plugin>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>
@@ -1362,15 +1365,16 @@
   </contributors>
 
   <properties>
-    <myfaces.version>1.1.6</myfaces.version>
-    <myfaces12.version>1.2.6</myfaces12.version>
+    <myfaces.version>1.1.7</myfaces.version>
+    <myfaces12.version>1.2.7</myfaces12.version>
     <sunjsf.version>1.1_02</sunjsf.version>
-    <sunjsf12.version>1.2_12</sunjsf12.version>
+    <sunjsf12.version>1.2_13</sunjsf12.version>
+    <sunjsf20.version>2.0.0-b18</sunjsf20.version>
     <facelets.version>1.1.14</facelets.version>
     <jetty.version>6.1.14</jetty.version>
     <common-io.version>1.1</common-io.version>
     <common-lang.version>2.1</common-lang.version>
-    <commons-logging.version>1.1</commons-logging.version>
+    <commons-logging.version>1.1.1</commons-logging.version>
     <commons-digester.version>1.8</commons-digester.version>
     <commons-collection.version>3.1</commons-collection.version>
     <maven.compile.source>1.5</maven.compile.source>