[weld-commits] Weld SVN: r4040 - examples/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Oct 14 10:26:01 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-14 10:26:01 -0400 (Wed, 14 Oct 2009)
New Revision: 4040

Modified:
   examples/trunk/pom.xml
Log:
versions

Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml	2009-10-14 14:23:08 UTC (rev 4039)
+++ examples/trunk/pom.xml	2009-10-14 14:26:01 UTC (rev 4040)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.jboss.weld</groupId>
       <artifactId>weld-parent</artifactId>
-      <version>1-SNAPSHOT</version>
+      <version>2</version>
    </parent>
    <groupId>org.jboss.weld.examples</groupId>
    <artifactId>weld-examples-parent</artifactId>
@@ -87,8 +87,8 @@
 
    <properties>
       <jsf.version>2.0.0-RC</jsf.version>
-      <weld.api.version>1.0-SNAPSHOT</weld.api.version>
-      <weld.core.version>1.0.0-SNAPSHOT</weld.core.version>
+      <weld.api.version>1.0-CR1</weld.api.version>
+      <weld.core.version>1.0.0-CR1</weld.core.version>
       <weld.extensions.version>1.0.0-SNAPSHOT</weld.extensions.version>
       <jetty.version>6.1.21</jetty.version>
       <uel.glassfish.version>2.1.2-b04</uel.glassfish.version>



More information about the weld-commits mailing list