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 2021/05/19 12:12:24 UTC

[tomee] 02/04: TOMEE-3750: Upgrade BatchEE to 1.0.0

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

commit 2d08b1a23f81aa441a24f8afd1db9d8cf2b9c37a
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Wed May 19 13:34:26 2021 +0200

    TOMEE-3750: Upgrade BatchEE to 1.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 603e3aa..a481402 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,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>0.6</batchee.version>
+    <batchee.version>1.0.0</batchee.version>
 
     <version.arquillian>1.1.13.Final</version.arquillian>
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>