You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2010/11/29 20:39:22 UTC

svn commit: r1040242 - in /myfaces/extensions/cdi/trunk: examples/jsf-examples/hello_myfaces-codi_trinidad12/pom.xml pom.xml

Author: gpetracek
Date: Mon Nov 29 19:39:22 2010
New Revision: 1040242

URL: http://svn.apache.org/viewvc?rev=1040242&view=rev
Log:
EXTCDI-88 first draft

Modified:
    myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_trinidad12/pom.xml
    myfaces/extensions/cdi/trunk/pom.xml

Modified: myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_trinidad12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_trinidad12/pom.xml?rev=1040242&r1=1040241&r2=1040242&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_trinidad12/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/examples/jsf-examples/hello_myfaces-codi_trinidad12/pom.xml Mon Nov 29 19:39:22 2010
@@ -87,7 +87,7 @@
 
         <dependency>
             <groupId>org.apache.myfaces.extensions.cdi.modules.component-support</groupId>
-            <artifactId>myfaces-extcdi-trinidad-support</artifactId>
+            <artifactId>myfaces-extcdi-trinidad12-support</artifactId>
             <scope>compile</scope>
         </dependency>
 

Modified: myfaces/extensions/cdi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/pom.xml?rev=1040242&r1=1040241&r2=1040242&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/pom.xml Mon Nov 29 19:39:22 2010
@@ -234,7 +234,7 @@
             <!-- CODI-Component Support Modules -->
             <dependency>
                 <groupId>org.apache.myfaces.extensions.cdi.modules.component-support</groupId>
-                <artifactId>myfaces-extcdi-trinidad-support</artifactId>
+                <artifactId>myfaces-extcdi-trinidad12-support</artifactId>
                 <version>0.9.1-SNAPSHOT</version>
             </dependency>