You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ra...@apache.org on 2006/09/26 08:05:38 UTC

svn commit: r449923 - in /shale/sandbox: shale-dialog2-legacy/pom.xml shale-dialog2-scxml/pom.xml shale-dialog2/pom.xml

Author: rahul
Date: Mon Sep 25 23:05:36 2006
New Revision: 449923

URL: http://svn.apache.org/viewvc?view=rev&rev=449923
Log:
Match the framework upgrade to MyFaces Core 1.1.4, only for modules that are listed in sandbox-parent.

SHALE-293

Modified:
    shale/sandbox/shale-dialog2-legacy/pom.xml
    shale/sandbox/shale-dialog2-scxml/pom.xml
    shale/sandbox/shale-dialog2/pom.xml

Modified: shale/sandbox/shale-dialog2-legacy/pom.xml
URL: http://svn.apache.org/viewvc/shale/sandbox/shale-dialog2-legacy/pom.xml?view=diff&rev=449923&r1=449922&r2=449923
==============================================================================
--- shale/sandbox/shale-dialog2-legacy/pom.xml (original)
+++ shale/sandbox/shale-dialog2-legacy/pom.xml Mon Sep 25 23:05:36 2006
@@ -45,7 +45,7 @@
         </dependency>
 
         <dependency>
-            <groupId>myfaces</groupId>
+            <groupId>org.apache.myfaces.core</groupId>
             <artifactId>myfaces-api</artifactId>
             <scope>provided</scope>
         </dependency>

Modified: shale/sandbox/shale-dialog2-scxml/pom.xml
URL: http://svn.apache.org/viewvc/shale/sandbox/shale-dialog2-scxml/pom.xml?view=diff&rev=449923&r1=449922&r2=449923
==============================================================================
--- shale/sandbox/shale-dialog2-scxml/pom.xml (original)
+++ shale/sandbox/shale-dialog2-scxml/pom.xml Mon Sep 25 23:05:36 2006
@@ -46,7 +46,7 @@
         </dependency>
 
         <dependency>
-            <groupId>myfaces</groupId>
+            <groupId>org.apache.myfaces.core</groupId>
             <artifactId>myfaces-api</artifactId>
             <scope>provided</scope>
         </dependency>

Modified: shale/sandbox/shale-dialog2/pom.xml
URL: http://svn.apache.org/viewvc/shale/sandbox/shale-dialog2/pom.xml?view=diff&rev=449923&r1=449922&r2=449923
==============================================================================
--- shale/sandbox/shale-dialog2/pom.xml (original)
+++ shale/sandbox/shale-dialog2/pom.xml Mon Sep 25 23:05:36 2006
@@ -51,7 +51,7 @@
         </dependency>
 
         <dependency>
-            <groupId>myfaces</groupId>
+            <groupId>org.apache.myfaces.core</groupId>
             <artifactId>myfaces-api</artifactId>
             <scope>provided</scope>
         </dependency>