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 e74d4b8  Use the released OSGi Tx Control 1.0 and JPA Service 1.1 API
e74d4b8 is described below

commit e74d4b89fefa4963601abc0801b17437a6958829
Author: Tim Ward <[email protected]>
AuthorDate: Tue Apr 24 19:15:29 2018 +0100

    Use the released OSGi Tx Control 1.0 and JPA Service 1.1 API
---
 tx-control-parent/pom.xml                                  | 14 +-------------
 .../jpa/tx-control-provider-jpa-parent/pom.xml             |  2 +-
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/tx-control-parent/pom.xml b/tx-control-parent/pom.xml
index c22240e..cd6e274 100644
--- a/tx-control-parent/pom.xml
+++ b/tx-control-parent/pom.xml
@@ -45,18 +45,6 @@
     
     <repositories>
         <repository>
-            <id>OSGi-spec-snapshots</id>
-            <url>https://oss.sonatype.org/content/repositories/osgi/</url>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-        <repository>
             <id>Apache-snapshots</id>
             
<url>https://repository.apache.org/content/groups/snapshots-group</url>
             <snapshots>
@@ -99,7 +87,7 @@
                        <dependency>
                                <groupId>org.osgi</groupId>
                                
<artifactId>org.osgi.service.transaction.control</artifactId>
-                               <version>1.0.0-SNAPSHOT</version>
+                               <version>1.0.0</version>
                                <scope>provided</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 e6633a4..8a6e2da 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
@@ -54,7 +54,7 @@
                        <dependency>
                                <groupId>org.osgi</groupId>
                                <artifactId>org.osgi.service.jpa</artifactId>
-                               <version>1.1.0-SNAPSHOT</version>
+                               <version>1.1.0</version>
                                <scope>provided</scope>
                        </dependency>
             <dependency>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to