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 2016/09/01 14:37:00 UTC

svn commit: r1758784 - in /myfaces/tobago/trunk/tobago-example: tobago-example-addressbook/pom.xml tobago-example-demo/pom.xml

Author: lofwyr
Date: Thu Sep  1 14:36:59 2016
New Revision: 1758784

URL: http://svn.apache.org/viewvc?rev=1758784&view=rev
Log:
OpenWebBeans go back to version 1.2.8

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

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml?rev=1758784&r1=1758783&r2=1758784&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml Thu Sep  1 14:36:59 2016
@@ -29,7 +29,7 @@
 
   <properties>
     <openjpa.version>2.3.0</openjpa.version>
-    <openwebbeans.version>1.6.3</openwebbeans.version>
+    <openwebbeans.version>1.2.8</openwebbeans.version>
     <deltaspike.version>1.7.1</deltaspike.version>
   </properties>
 

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=1758784&r1=1758783&r2=1758784&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 14:36:59 2016
@@ -28,7 +28,7 @@
   <description>Demonstration and documentation application.</description>
 
   <properties>
-    <openwebbeans.version>1.6.3</openwebbeans.version>
+    <openwebbeans.version>1.2.8</openwebbeans.version>
     <deltaspike.version>1.7.1</deltaspike.version>
     <!--<arquillian.browser>firefox</arquillian.browser>-->
     <!-- phantomjs works not with CSP (report-only) -->