Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
LightGuard committed Dec 21, 2011
2 parents 8d4400d + af0cec6 commit ff438d4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.transaction</groupId>
<artifactId>seam-transaction-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions docs/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.jboss.seam.transaction</groupId>
<artifactId>seam-transaction-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.jboss.seam.transaction</groupId>
<artifactId>seam-transaction-reference-guide</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Seam Transaction Reference Guide</name>

Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.transaction</groupId>
<artifactId>seam-transaction-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -62,5 +62,6 @@ public void markTransactionRollback(@Handles(precedence = Precedence.BUILT_IN, d
} catch (SystemException e) {
log.warn("Could not set transaction to rollback", e);
}
t.rethrow();
}
}
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-parent</artifactId>
<version>18</version>
<version>19</version>
</parent>

<artifactId>seam-transaction-parent</artifactId>
<groupId>org.jboss.seam.transaction</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Seam Transaction Module</name>
Expand All @@ -27,7 +27,7 @@
</modules>

<properties>
<seam.version>3.1.0.CR1</seam.version>
<seam.version>3.1.0.Final</seam.version>
<emma.version>2.0.5312</emma.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>seam-transaction-parent</artifactId>
<groupId>org.jboss.seam.transaction</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit ff438d4

Please sign in to comment.