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/06/02 15:17:26 UTC

[tomee-jakarta] 02/03: 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-jakarta.git

commit 6ee48767334561e72a9cec9f8e624ddc6791f3c1
Author: Richard Zowalla <ri...@hs-heilbronn.de>
AuthorDate: Wed Jun 2 16:50:44 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 0bafc65..3be5960 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
   </mailingLists>
 
   <properties>
-    <batchee.version>0.6</batchee.version>
+    <batchee.version>1.0.0</batchee.version>
     <bval.version>2.0.5</bval.version>
     <commons-beanutils.version>1.9.4</commons-beanutils.version>
     <commons-cli.version>1.4</commons-cli.version>