Skip to content

Commit

Permalink
Update to Weld 1.1.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 31, 2010
1 parent cdbde20 commit 117be86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions impl/pom.xml
Expand Up @@ -85,10 +85,10 @@
<artifactId>weld-core</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.ejb3</groupId>
<artifactId>jboss-ejb3-api</artifactId>
<groupId>org.jboss.spec.javax.ejb</groupId>
<artifactId>jboss-ejb-api_3.1_spec</artifactId>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -165,7 +165,7 @@
</activation>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<groupId>org.jboss.weld.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -63,8 +63,8 @@
</ciManagement>

<properties>
<weld.api.version>1.0-SP1</weld.api.version>
<weld.core.version>1.0.1-SP4</weld.core.version>
<weld.api.version>1.1.Beta1</weld.api.version>
<weld.core.version>1.1.0.Beta1</weld.core.version>
<javassist.version>3.13.0-GA</javassist.version>
<slf4j.version>1.5.10</slf4j.version>
<testng.version>5.12.1</testng.version>
Expand Down Expand Up @@ -123,9 +123,9 @@
</dependency>

<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<groupId>org.jboss.weld.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>${arquillian.version}</version>
<version>${weld.core.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 117be86

Please sign in to comment.