You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/01/21 08:11:39 UTC

[tomee] branch master updated: TOMEE-3830 - Upgrade BatchEE to 1.0.1

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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 36f087e  TOMEE-3830 - Upgrade BatchEE to 1.0.1
36f087e is described below

commit 36f087eab436566474ecea792d6cc20e9d172cf4
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Fri Jan 21 09:11:24 2022 +0100

    TOMEE-3830 - Upgrade BatchEE to 1.0.1
---
 boms/tomee-plus/pom.xml | 2 +-
 pom.xml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index afc4d0a..925eb1c 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -345,7 +345,7 @@
     <dependency>
       <groupId>org.apache.batchee</groupId>
       <artifactId>batchee-jbatch</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index befb0e5..b0d30c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
     <openejb.osgi.dynamic.import>${openejb.osgi.dynamic.import.pkg}</openejb.osgi.dynamic.import>
     <openejb.osgi.symbolic.name>${project.groupId}.${project.artifactId}</openejb.osgi.symbolic.name>
 
-    <batchee.version>1.0.0</batchee.version>
+    <batchee.version>1.0.1</batchee.version>
 
     <version.arquillian>1.1.13.Final</version.arquillian>
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>