Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Aug 8, 2011
1 parent cfd9c9a commit 25c5c58
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-parent</artifactId>
<version>9</version>
<version>12-SNAPSHOT</version>
</parent>

<artifactId>seam-persistence-parent</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions tests/base/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.persistence</groupId>
<artifactId>seam-persistence-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -76,11 +76,11 @@
<scope>provided</scope>
</dependency>

<dependency>
<!--dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-junit</artifactId>
<scope>provided</scope>
</dependency>
</dependency-->
</dependencies>

<build>
Expand Down
14 changes: 7 additions & 7 deletions tests/jbossas-hibernate/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>seam-persistence-parent</artifactId>
<groupId>org.jboss.seam.persistence</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -106,10 +106,10 @@
<optional>true</optional>
</dependency>

<dependency>
<!--dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-junit</artifactId>
</dependency>
</dependency-->

<dependency>
<groupId>org.jboss.seam.persistence</groupId>
Expand All @@ -136,15 +136,15 @@

<profiles>
<profile>
<id>jbossas-managed-6</id>
<id>jbossas-managed-7</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>

<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-jbossas-managed-6</artifactId>
<artifactId>arquillian-jbossas-managed-7</artifactId>
</dependency>

<dependency>
Expand Down Expand Up @@ -213,11 +213,11 @@
</profile>

<profile>
<id>jbossas-remote-6</id>
<id>jbossas-remote-7</id>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-jbossas-remote-6</artifactId>
<artifactId>arquillian-jbossas-remote-7</artifactId>
</dependency>
<!-- need for org.jnp.interfaces.NamingContextFactory -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions tests/jetty-hibernate/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.persistence</groupId>
<artifactId>seam-persistence-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -133,10 +133,10 @@
<artifactId>junit</artifactId>
</dependency>

<dependency>
<!--dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-junit</artifactId>
</dependency>
</dependency-->

<dependency>
<groupId>org.jboss.seam.persistence</groupId>
Expand Down
6 changes: 3 additions & 3 deletions tests/jetty-openjpa/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.persistence</groupId>
<artifactId>seam-persistence-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -101,10 +101,10 @@
<artifactId>junit</artifactId>
</dependency>

<dependency>
<!--dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-junit</artifactId>
</dependency>
</dependency-->

<dependency>
<groupId>org.jboss.seam.persistence</groupId>
Expand Down

0 comments on commit 25c5c58

Please sign in to comment.