[weld-commits] Weld SVN: r4415 - extensions/trunk/bom.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Oct 29 15:04:44 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-29 15:04:44 -0400 (Thu, 29 Oct 2009)
New Revision: 4415

Modified:
   extensions/trunk/bom/pom.xml
Log:
use snapshots of api and core

Modified: extensions/trunk/bom/pom.xml
===================================================================
--- extensions/trunk/bom/pom.xml	2009-10-29 19:04:00 UTC (rev 4414)
+++ extensions/trunk/bom/pom.xml	2009-10-29 19:04:44 UTC (rev 4415)
@@ -32,8 +32,8 @@
    </developers>
 
   <properties>
-      <weld.api.version>1.0-CR1</weld.api.version>
-      <weld.core.version>1.0.0-CR1</weld.core.version>
+      <weld.api.version>1.0-SNAPSHOT</weld.api.version>
+      <weld.core.version>1.0.0-SNAPSHOT</weld.core.version>
       <!-- Use JSF 2 for all extensions support, despite core using JSF 1.2 -->
       <jsf.version>2.0.0-RC</jsf.version>
       <wicket.version>1.4.1</wicket.version>



More information about the weld-commits mailing list