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 2011/09/01 13:27:08 UTC

svn commit: r1164008 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Author: lofwyr
Date: Thu Sep  1 11:27:07 2011
New Revision: 1164008

URL: http://svn.apache.org/viewvc?rev=1164008&view=rev
Log:
update ext-cdi

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml?rev=1164008&r1=1164007&r2=1164008&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Thu Sep  1 11:27:07 2011
@@ -27,12 +27,11 @@
   <name>Tobago Example Demo</name>
   <properties>
     <openwebbeans.version>1.1.0</openwebbeans.version>
-    <myfaces-extcdi.version>0.9.5</myfaces-extcdi.version>
-<!--
-    for Java 1.5 support
-    <openwebbeans.version>1.1.1-SNAPSHOT</openwebbeans.version>
-    <myfaces-extcdi.version>1.0.0-SNAPSHOT</myfaces-extcdi.version>
--->
+    <!--
+        for Java 1.5 support
+        <openwebbeans.version>1.1.1-SNAPSHOT</openwebbeans.version>
+    -->
+    <myfaces-extcdi.version>1.0.1</myfaces-extcdi.version>
   </properties>
   <build>
     <finalName>tobago-example-demo</finalName>