Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Jan 23, 2025
1 parent 746c348 commit e6d43fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quarkiverse JBeret
release:
current-version: 2.4.0
next-version: 2.4.1-SNAPSHOT
current-version: 2.5.0
next-version: 2.5.1-SNAPSHOT
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ To use the extension, add the dependency to the target project:
<dependency>
<groupId>io.quarkiverse.jberet</groupId>
<artifactId>quarkus-jberet</artifactId>
<version>2.3.1</version>
<version>2.5.0</version>
</dependency>
```

:information_source: **Recommended Quarkus version: `3.9.0` or higher**
:information_source: **Recommended Quarkus version: `3.18.0` or higher**

The Batch API and Runtime will be available out of the box. Please refer to the
[Batch documentation](https://jcp.org/en/jsr/detail?id=352), or the
Expand Down

0 comments on commit e6d43fd

Please sign in to comment.