You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by st...@apache.org on 2016/05/15 19:58:01 UTC

[2/3] incubator-batchee git commit: BATCHEE-89 use geronimo spec api for jta

BATCHEE-89 use geronimo spec api for jta

We don't need the whole geronimo transaction implementation but just the API.


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/04f73a64
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/04f73a64
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/04f73a64

Branch: refs/heads/master
Commit: 04f73a64c3a971b31fef2fd2369823e503753517
Parents: 88041b9
Author: Mark Struberg <st...@apache.org>
Authored: Sun Jan 17 20:19:26 2016 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Sun May 15 19:01:38 2016 +0200

----------------------------------------------------------------------
 extensions/extras/pom.xml | 4 ++--
 jbatch/pom.xml            | 6 +++---
 pom.xml                   | 6 +++---
 tools/ee6/pom.xml         | 4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/04f73a64/extensions/extras/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/extras/pom.xml b/extensions/extras/pom.xml
index a77aa50..5f95ec1 100644
--- a/extensions/extras/pom.xml
+++ b/extensions/extras/pom.xml
@@ -33,8 +33,8 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.components</groupId>
-            <artifactId>geronimo-transaction</artifactId>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.1_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/04f73a64/jbatch/pom.xml
----------------------------------------------------------------------
diff --git a/jbatch/pom.xml b/jbatch/pom.xml
index 39e13fd..4a5763d 100644
--- a/jbatch/pom.xml
+++ b/jbatch/pom.xml
@@ -55,8 +55,8 @@
       <artifactId>geronimo-interceptor_1.1_spec</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.geronimo.components</groupId>
-      <artifactId>geronimo-transaction</artifactId>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jta_1.1_spec</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
@@ -290,7 +290,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>templating-maven-plugin</artifactId>
-        <version>1.0-alpha-3</version>
+        <version>1.0.0</version>
         <executions>
           <execution>
             <id>filter-src</id>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/04f73a64/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0d22bc2..a3b0f99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,9 +152,9 @@
                 <scope>provided</scope>
             </dependency>
             <dependency>
-                <groupId>org.apache.geronimo.components</groupId>
-                <artifactId>geronimo-transaction</artifactId>
-                <version>3.1.3</version>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jta_1.1_spec</artifactId>
+                <version>1.1.1</version>
                 <scope>provided</scope>
             </dependency>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/04f73a64/tools/ee6/pom.xml
----------------------------------------------------------------------
diff --git a/tools/ee6/pom.xml b/tools/ee6/pom.xml
index 5528e0e..f9e9e73 100644
--- a/tools/ee6/pom.xml
+++ b/tools/ee6/pom.xml
@@ -50,8 +50,8 @@
             <artifactId>geronimo-interceptor_1.1_spec</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.geronimo.components</groupId>
-            <artifactId>geronimo-transaction</artifactId>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.1_spec</artifactId>
         </dependency>
 
         <dependency>