Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2476 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Apr 17, 2009
1 parent ac965a0 commit 0eef8a7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions version-matrix/pom.xml
Expand Up @@ -47,10 +47,11 @@
</pluginRepositories>

<properties>
<jsr299.tck.version>1.0.0-SNAPSHOT</jsr299.tck.version>
<webbeans.version>1.0.0-SNAPSHOT</webbeans.version>
<webbeans.servlet.version>1.0.0-SNAPSHOT</webbeans.servlet.version>
<webbeans.se.version>1.0.0-SNAPSHOT</webbeans.se.version>
<jsr299.tck.version>1.0.0.BETA2</jsr299.tck.version>
<webbeans.version>1.0.0.PREVIEW1</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.BETA2</jboss.test.harness.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -296,19 +297,19 @@
<dependency>
<groupId>org.jboss.test-harness</groupId>
<artifactId>jboss-test-harness</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${jboss.test.harness.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.test-harness</groupId>
<artifactId>jboss-test-harness-jboss-as-50</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${jboss.test.harness.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.test-harness</groupId>
<artifactId>jboss-test-harness-tomcat</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${jboss.test.harness.version}</version>
</dependency>

<!-- <dependency>-->
Expand Down

0 comments on commit 0eef8a7

Please sign in to comment.