1 Reply Latest reply on Mar 11, 2009 6:55 PM by gavin.king

    ALPHA2 vs BETA1

    rdc2001

      Hello,

      While browsing the forums as well as the Maven repository I've come across ALPHA2 and BETA1 'versions'. I am guessing that the BETA1 is the latest as that is what is on the downloads page? Below is the snippet from my pom file - this will pull in all of the WebBeans stuff - right? 



             <dependency>
                  <groupId>org.jboss.webbeans</groupId>
                  <artifactId>jsr299-api</artifactId>
                  <version>1.0.0.BETA1</version>
              </dependency>
              <dependency>
                  <groupId>org.jboss.webbeans</groupId>
                  <artifactId>webbeans-core</artifactId>
                  <version>1.0.0.BETA1</version>
              </dependency>
              <dependency>
                  <groupId>org.jboss.webbeans</groupId>
                  <artifactId>webbeans-spi</artifactId>
                  <version>1.0.0.BETA1</version>
              </dependency>


      Thanks,


      -Ryan