Skip to content

Commit

Permalink
BatchEE 1.0.4 (with CDI-4 fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Mar 23, 2024
1 parent 5abf34b commit 76c9e69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boms/tomee-plume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-jbatch</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<classifier>jakarta</classifier>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-jbatch</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<classifier>jakarta</classifier>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<!-- org.apache -->
<version.activemq>5.18.3</version.activemq>
<!-- downgrade to avoid a henn egg issue with batchee -->
<version.batchee>1.0.3</version.batchee>
<version.batchee>1.0.4</version.batchee>
<version.bval>3.0.0</version.bval>
<version.cxf>4.0.4</version.cxf>
<version.geronimo.components>4.0.0</version.geronimo.components>
Expand Down

0 comments on commit 76c9e69

Please sign in to comment.