Skip to content

Commit

Permalink
switch back to snapshot for devel
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2993 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jul 3, 2009
1 parent f3a243a commit c24162a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-parent</artifactId>
<version>1.0.0.PREVIEW2</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<groupId>org.jboss.webbeans</groupId>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-version-matrix</artifactId>
<version>1.0.0.PREVIEW2</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<name>Web Beans, the reference implementation of JSR-299</name>
Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
<version>1.0.0.PREVIEW2</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
Expand Down
2 changes: 1 addition & 1 deletion version-matrix/pom.xml
Expand Up @@ -48,7 +48,7 @@

<properties>
<jsr299.tck.version>1.0.0.BETA3</jsr299.tck.version>
<webbeans.version>1.0.0.PREVIEW2</webbeans.version>
<webbeans.version>1.0.0-SNAPSHOT</webbeans.version>
<webbeans.servlet.version>1.0.0.CR1</webbeans.servlet.version>
<webbeans.se.version>1.0.0.BETA1</webbeans.se.version>
<jboss.test.harness.version>1.0.0.BETA3</jboss.test.harness.version>
Expand Down

0 comments on commit c24162a

Please sign in to comment.