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/06 11:40:22 UTC

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

Author: lofwyr
Date: Tue Sep  6 09:40:22 2011
New Revision: 1165578

URL: http://svn.apache.org/viewvc?rev=1165578&view=rev
Log:
Demo: CDI
 - update OWB to current release version 1.1.1 which supports Java 1.5 and Servelt API 2.4

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=1165578&r1=1165577&r2=1165578&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Tue Sep  6 09:40:22 2011
@@ -26,11 +26,7 @@
   <packaging>war</packaging>
   <name>Tobago Example Demo</name>
   <properties>
-    <openwebbeans.version>1.1.0</openwebbeans.version>
-    <!--
-        for Java 1.5 support
-        <openwebbeans.version>1.1.1-SNAPSHOT</openwebbeans.version>
-    -->
+    <openwebbeans.version>1.1.1</openwebbeans.version>
     <myfaces-extcdi.version>1.0.1</myfaces-extcdi.version>
   </properties>
   <build>