You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2018/04/30 12:01:02 UTC

[aries-tx-control] branch master updated: Move to using the released version of Aries JPA 2.7.0

This is an automated email from the ASF dual-hosted git repository.

timothyjward pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-tx-control.git


The following commit(s) were added to refs/heads/master by this push:
     new c2d6877  Move to using the released version of Aries JPA 2.7.0
c2d6877 is described below

commit c2d6877b08c5008de7f6d639d75db486121f5f20
Author: Tim Ward <ti...@apache.org>
AuthorDate: Mon Apr 30 13:00:53 2018 +0100

    Move to using the released version of Aries JPA 2.7.0
---
 tx-control-providers/jpa/tx-control-jpa-itests/pom.xml          | 2 +-
 tx-control-providers/jpa/tx-control-provider-jpa-parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tx-control-providers/jpa/tx-control-jpa-itests/pom.xml b/tx-control-providers/jpa/tx-control-jpa-itests/pom.xml
index d969b55..5302680 100644
--- a/tx-control-providers/jpa/tx-control-jpa-itests/pom.xml
+++ b/tx-control-providers/jpa/tx-control-jpa-itests/pom.xml
@@ -100,7 +100,7 @@
 		<dependency>
             <groupId>org.apache.aries.jpa</groupId>
             <artifactId>org.apache.aries.jpa.container</artifactId>
-			<version>2.7.0-SNAPSHOT</version>
+			<version>2.7.0</version>
 			<scope>test</scope>
         </dependency>
 		<dependency>
diff --git a/tx-control-providers/jpa/tx-control-provider-jpa-parent/pom.xml b/tx-control-providers/jpa/tx-control-provider-jpa-parent/pom.xml
index 8a6e2da..7ce022b 100644
--- a/tx-control-providers/jpa/tx-control-provider-jpa-parent/pom.xml
+++ b/tx-control-providers/jpa/tx-control-provider-jpa-parent/pom.xml
@@ -66,7 +66,7 @@
 	        <dependency>
 	            <groupId>org.apache.aries.jpa.javax.persistence</groupId>
 	            <artifactId>javax.persistence_2.1</artifactId>
-	            <version>2.7.0-SNAPSHOT</version>
+	            <version>2.7.0</version>
 	        </dependency>
 	        <dependency>
 	            <groupId>com.zaxxer</groupId>

-- 
To stop receiving notification emails like this one, please contact
timothyjward@apache.org.